DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Widget/LinkToThis.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Widget
This is a proposal document for a =Uize.Widget.LinkToThis= module.
A widget that wires up anchored section headings in a document, so that...
- mousing over the heading displays a tooltip that invites the user to click to get a URL/link for that section of the document
- clicking on the section heading opens up a dialog that contains a URL for that section that can be copied-and-pasted
- dialog would contain
................................................................................
document | section of document
Link to This
Document Title: [documentTitle]
Document URL: [documentUrl] -- in auto-selecting input field
Section Title: [sectionTitle]
Section URL: [sectionUrl] -- in auto-selecting input field
---------------------------------------------------
Link to: document | section
Copy-and-paste HTML: <a href="[documentUrl | sectionUrl]" title="[documentTitle]" target="_blank">[documentTitle | sectionTitle]</a>
................................................................................
- or, clicking on the section heading could initiate a third party service, like "Add this"
Uize.Widget.DialogLinkToThis
documentUrl
documentTitle
sectionUrl
sectionTitle
//
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