DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Data/Util.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Data
This is a TO DO document for the =Uize.Data.Util= module.
Uize.Data.Util.filter
- support for new filter types
- regular expression type filter
- when regular expression is specified for filter, properties are filtered that match the regular expression
- function type filter
- when function is specified for filter, function receives property name and must return boolean indicating match
- object type filter
- filter source object to have only properties contained in filter object
- string type filter
- only permit the exactly matching property name? How else would this be handled?
- array -- CHANGE IMPLEMENTATION?
- already supported, but need to change implementation? Change implementation for performance, or code size?
- support for target property
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer