From: jzaefferer
Date: Sun, 21 Mar 2010 21:28:32 +0000 (+0100)
Subject: Copying files from old Googlecode dev branch for tooltip
X-Git-Tag: 1.8.1~5^2~49^2~16
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7dbf7ecfc1d01bd23de1fa2785d58b8451e64f56;p=jquery-ui.git
Copying files from old Googlecode dev branch for tooltip
---
diff --git a/demos/index.html b/demos/index.html
index db3e2bf83..c9f690921 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -25,6 +25,7 @@
+
@@ -268,6 +269,7 @@
Progressbar
Slider
Tabs
+ Tooltip
Effects
Color Animation
Toggle Class
diff --git a/demos/tooltip/default.html b/demos/tooltip/default.html
new file mode 100644
index 000000000..28c781b45
--- /dev/null
+++ b/demos/tooltip/default.html
@@ -0,0 +1,48 @@
+
+
+
+ jQuery UI Tooltip - Default demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Tooltips can be attached to any element. When you hover
+ the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
+
+
But as it's not a native tooltip, it can be styled. Any themes built with
+ ThemeRoller
+ will also style tooltip's accordingly.
+
Tooltip's are also useful for form elements, to show some additional information in the context of each field.
+
Your age:
+
Click the field to see the tooltip; when you tab out of the field, it gets hidden.
+
+
+
+
+
+
+
+
Hover the links above or use the tab key to cycle the focus on each element.
+
+
+
+
+
+
+
diff --git a/demos/tooltip/index.html b/demos/tooltip/index.html
new file mode 100644
index 000000000..ed5cd10e5
--- /dev/null
+++ b/demos/tooltip/index.html
@@ -0,0 +1,21 @@
+
+
+
+ jQuery UI Tooltip Demos
+
+
+
+
+
+
+
+
diff --git a/tests/visual/index.html b/tests/visual/index.html
index ad46ddf8d..8896076ec 100644
--- a/tests/visual/index.html
+++ b/tests/visual/index.html
@@ -43,6 +43,7 @@
Progressbar
Slider
Tabs
+ Tooltip
+
+
+
+
+
+ collision detection should kick in around here
+
+
+
+
+
+
+
+ right aligned with custom position
+
+
+
+ gets its content via ajax
+
+
+
+
span
+
+ div
+ nested span
+
+
+
+
+
+
+
+
Toggle disabled
+
Toggle widget
+
+
+
+
diff --git a/tests/visual/tooltip/ajaxcontent.php b/tests/visual/tooltip/ajaxcontent.php
new file mode 100644
index 000000000..a689a734d
--- /dev/null
+++ b/tests/visual/tooltip/ajaxcontent.php
@@ -0,0 +1,2 @@
+
+Hello world!
\ No newline at end of file
diff --git a/tests/visual/tooltip/callout.html b/tests/visual/tooltip/callout.html
new file mode 100644
index 000000000..3ef694987
--- /dev/null
+++ b/tests/visual/tooltip/callout.html
@@ -0,0 +1,213 @@
+
+
+