blob: d2936bfaa9a6e3effd61fc25984c3861d541223d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<head>
<title>[DOM Tooltip] Table of Contents</title>
<style>
@import url(example.css);
</style>
</head>
<body>
<div class="title">Table of Contents</div>
<div class="main">
<ol>
<li><a href="example1.html">Example 1: Native Tooltip</a></li>
<ol type="a">
<li>Browser tooltip using title attribute</li>
<li>Basic mouseover tooltip using domTT</li>
</ol>
<li><a href="example2.html">Example 2: Basic Features</a></li>
<ol type="a">
<li>Status text</li>
<li>Trailing the mouse</li>
<li>Directionality</li>
</ol>
<li><a href="example3.html">Example 3: Styled Tooltips</a></li>
<ol type="a">
<li>Overlib style</li>
<li>Tooltip with caption</li>
<li>Nicetitles style</li>
</ol>
<li><a href="example4.html">Example 4: Behavior Options</a></li>
<ol type="a">
<li>Sticky tooltip</li>
<li>Custom close link</li>
<li>Velcro tooltip</li>
<li>Form field tooltip</li>
</ol>
<li><a href="example5.html">Example 5: Advanced Features</a></li>
<ol type="a">
<li>Snap to grid</li>
<li>Tooltip alpha fading</li>
<li>Lazy (drunk) tooltip</li>
</ol>
<li><a href="example6.html">Example 6: Special Content</a></li>
<ol type="a">
<li>Image in tooltip content</li>
<li>Inline window</li>
</ol>
<li><a href="example7.html">Example 7: Object Detection</a></li>
<ol type="a">
<li>select form element detection</li>
<li>flash detection (not yet demonstrated)</li>
</ol>
<li><a href="example8.html">Example 8: Custom Context Menu</a></li>
<ol type="a">
<li>Menu on right click</li>
<li>Menu on CTRL-click</li>
</ol>
<li><a href="example9.html">Example 9: Auto-Generated Tips</a></li>
<ol type="a">
<li>Nicetitles example with plain text</li>
<li>Nicetitles example with link text</li>
</ol>
<li><a href="example10.html">Example 10: Onload PopIn</a></li>
<ol type="a">
<li>Popup with embedded image on page load</li>
<li>Popup with custom close link on page load with delay</li>
</ol>
<li><a href="example11.html">Example 11: Tooltip In IFrame</a></li>
<ol type="a">
<li>Tooltip from within a frame</li>
</ol>
<li><a href="example12.html">Example 12: Dynamic Tooltips</a></li>
<ol type="a">
<li>Dynamic content on tooltip creation</li>
<li>Dynamic update of content on existing tooltip</li>
</ol>
<li><a href="example13.html">Example 13: Nested Tooltips</a></li>
<ol type="a">
<li>Greasy tooltip from within a velcro tooltip</li>
</ol>
<li><a href="example14.html">Example 14: Positioning</a></li>
<ol type="a">
<li>Custom positioning of tooltips</li>
</ol>
</ol>
</div>
<div style="float: left;"><a href="index.html">«Index</a></div><div style="float: right;"><a href="example1.html">Example 1»</a></div>
</body>
</html>
|