From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../jquery-ui-1.9pre/demos/popup/animation.html | 84 ++++++++++++++++ .../jquery-ui-1.9pre/demos/popup/default.html | 69 +++++++++++++ .../webapp/jquery-ui-1.9pre/demos/popup/index.html | 20 ++++ .../demos/popup/popup-menu-table.html | 108 +++++++++++++++++++++ .../jquery-ui-1.9pre/demos/popup/popup-menu.html | 92 ++++++++++++++++++ .../jquery-ui-1.9pre/demos/popup/tooltip.html | 61 ++++++++++++ 6 files changed, 434 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/popup/animation.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/popup/default.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu-table.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/popup/tooltip.html (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/popup') diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/animation.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/animation.html new file mode 100644 index 0000000..7df89d3 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/animation.html @@ -0,0 +1,84 @@ + + + + jQuery UI Popup - Animation demo + + + + + + + + + + + + + + + + +
+ Log In +
+
+ + +
+
+ + +
+
+ +
+
+
+ +
+ +

A link to a login form that opens as a popup. Open and close animations have been used.

+ +
+ + + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/default.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/default.html new file mode 100644 index 0000000..f0ff9a5 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/default.html @@ -0,0 +1,69 @@ + + + + jQuery UI Popup - Default demo + + + + + + + + + + + + + +
+ Log In +
+
+ + +
+
+ + +
+
+ +
+
+
+ +
+ +

A link to a login form that opens as a popup.

+ +
+ + + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html new file mode 100644 index 0000000..6363624 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/index.html @@ -0,0 +1,20 @@ + + + + + jQuery UI Popup Demos + + + +
+

Examples

+ +
+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu-table.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu-table.html new file mode 100644 index 0000000..c79c305 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu-table.html @@ -0,0 +1,108 @@ + + + + jQuery UI Popup - Menu as Popup in table demo + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelease YearAverage Rating
Red Hot Chili Peppers: Funky Monks19933.6 + +
Rod Stewart: Storyteller 1984-199119913.1
Stevie Ray Vaughan and Double Trouble: Live at the El Mocambo 198319913.9
Spike and Mike's Sick & Twisted Festival of Animation19972.6
+ +
+
+ + +
+ +

Poup menu in a table. Works okay standalone, not so much in the scrolling demo view. For that to work better, position() would have to take the closest scrolled parent into account for collision detection.

+ +
+ + + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu.html new file mode 100644 index 0000000..89d17c0 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/popup-menu.html @@ -0,0 +1,92 @@ + + + + jQuery UI Popup - Popup Menu + + + + + + + + + + + + + + +
+ + + + + +
+
+ + + +
+
+ +
+
+ + +
+ +

Make the popup a menu (or the menu a popup) and you get context menus.

+ +
+ + + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/popup/tooltip.html b/src/main/webapp/jquery-ui-1.9pre/demos/popup/tooltip.html new file mode 100644 index 0000000..c955a3c --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/popup/tooltip.html @@ -0,0 +1,61 @@ + + + + jQuery UI Popup - Tooltip style demo + + + + + + + + + + + + + +
+
+ +
This is some more info and there is even more info on this page.
+
+
+ +
+ +

A "more info" popup that works on mouseover (tooltip).

+ +
+ + + + -- cgit v1.1