DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Web/xDom.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Web
This is a TO DO document for the =Uize.Web.xDom= module.
Proposed New Methods
clone
Deep clone node(s) optionally with wired events
NOTES
- clone([includeEvents])
- add =Uize.Dom.Basics.clone()=?
unwrap
Remove parents of set of elements from DOM, leaving the set of elements in their place
NOTES
- unwrap()
- see: [[http://benalman.com/projects/jquery-unwrap-plugin/]]
wrap
Wrap an HTML structure around each element in the set of elements
NOTES
- wrap(htmlSTR)
- wrap(htmlFUNC) -> wrap(htmFUNC(nodex, index))
//
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