From 710c48f908290c52b93e57e29741fcd0696b2d22 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 4 Jan 2007 22:29:18 +0000 Subject: *** empty log message *** --- javascript/examples/toc.html | 89 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 javascript/examples/toc.html (limited to 'javascript/examples/toc.html') diff --git a/javascript/examples/toc.html b/javascript/examples/toc.html new file mode 100644 index 0000000..d2936bf --- /dev/null +++ b/javascript/examples/toc.html @@ -0,0 +1,89 @@ + + + [DOM Tooltip] Table of Contents + + + +
Table of Contents
+
+
    +
  1. Example 1: Native Tooltip
  2. +
      +
    1. Browser tooltip using title attribute
    2. +
    3. Basic mouseover tooltip using domTT
    4. +
    +
  3. Example 2: Basic Features
  4. +
      +
    1. Status text
    2. +
    3. Trailing the mouse
    4. +
    5. Directionality
    6. +
    +
  5. Example 3: Styled Tooltips
  6. +
      +
    1. Overlib style
    2. +
    3. Tooltip with caption
    4. +
    5. Nicetitles style
    6. +
    +
  7. Example 4: Behavior Options
  8. +
      +
    1. Sticky tooltip
    2. +
    3. Custom close link
    4. +
    5. Velcro tooltip
    6. +
    7. Form field tooltip
    8. +
    +
  9. Example 5: Advanced Features
  10. +
      +
    1. Snap to grid
    2. +
    3. Tooltip alpha fading
    4. +
    5. Lazy (drunk) tooltip
    6. +
    +
  11. Example 6: Special Content
  12. +
      +
    1. Image in tooltip content
    2. +
    3. Inline window
    4. +
    +
  13. Example 7: Object Detection
  14. +
      +
    1. select form element detection
    2. +
    3. flash detection (not yet demonstrated)
    4. +
    +
  15. Example 8: Custom Context Menu
  16. +
      +
    1. Menu on right click
    2. +
    3. Menu on CTRL-click
    4. +
    +
  17. Example 9: Auto-Generated Tips
  18. +
      +
    1. Nicetitles example with plain text
    2. +
    3. Nicetitles example with link text
    4. +
    +
  19. Example 10: Onload PopIn
  20. +
      +
    1. Popup with embedded image on page load
    2. +
    3. Popup with custom close link on page load with delay
    4. +
    +
  21. Example 11: Tooltip In IFrame
  22. +
      +
    1. Tooltip from within a frame
    2. +
    +
  23. Example 12: Dynamic Tooltips
  24. +
      +
    1. Dynamic content on tooltip creation
    2. +
    3. Dynamic update of content on existing tooltip
    4. +
    +
  25. Example 13: Nested Tooltips
  26. +
      +
    1. Greasy tooltip from within a velcro tooltip
    2. +
    +
  27. Example 14: Positioning
  28. +
      +
    1. Custom positioning of tooltips
    2. +
    +
+
+
«Index
Example 1»
+ + -- cgit v1.2.3