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/spinner/currency.html | 59 ++++++++++++++++ .../jquery-ui-1.9pre/demos/spinner/decimal.html | 63 +++++++++++++++++ .../jquery-ui-1.9pre/demos/spinner/default.html | 67 ++++++++++++++++++ .../jquery-ui-1.9pre/demos/spinner/index.html | 23 +++++++ .../jquery-ui-1.9pre/demos/spinner/latlong.html | 64 ++++++++++++++++++ .../jquery-ui-1.9pre/demos/spinner/overflow.html | 51 ++++++++++++++ .../jquery-ui-1.9pre/demos/spinner/time.html | 79 ++++++++++++++++++++++ 7 files changed, 406 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/currency.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/decimal.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/default.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/index.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/latlong.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/overflow.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/demos/spinner/time.html (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/spinner') diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/currency.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/currency.html new file mode 100644 index 0000000..bf5912c --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/currency.html @@ -0,0 +1,59 @@ + + + + + jQuery UI Spinner - Default functionality + + + + + + + + + + + + + + + +
+ +

+ + +

+

+ + +

+ +
+ + + +
+

Example of a donation form, with currency selection and amout spinner.

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/decimal.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/decimal.html new file mode 100644 index 0000000..0e59710 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/decimal.html @@ -0,0 +1,63 @@ + + + + + jQuery UI Spinner - Decimal + + + + + + + + + + + + + + + +
+ +

+ + +

+

+ + +

+ +
+ + + +
+

+ Example of a decimal spinner. Step is set to 0.01. +
The code handling the culture change reads the current spinner value, + then changes the culture, then sets the value again, resulting in an updated + formatting, based on the new culture. +

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/default.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/default.html new file mode 100644 index 0000000..757b209 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/default.html @@ -0,0 +1,67 @@ + + + + + jQuery UI Spinner - Default functionality + + + + + + + + + + + + +
+ +

+ + +

+ +

+ + +

+ +

+ + +

+ +
+ + + +
+

Default spinner.

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/index.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/index.html new file mode 100644 index 0000000..594fd93 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/index.html @@ -0,0 +1,23 @@ + + + + + jQuery UI Spinner Demos + + + + +
+

Examples

+ +
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/latlong.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/latlong.html new file mode 100644 index 0000000..d05a46c --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/latlong.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Spinner - Map + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ +
+ + + +
+

Google Maps integration, using spinners to change latidude and longitude.

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/overflow.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/overflow.html new file mode 100644 index 0000000..4801354 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/overflow.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Spinner - Overflow + + + + + + + + + + + + +
+ +

+ + +

+ +
+ + + +
+

+Overflowing spinner restricted to a range of -10 to 10. +For anything above 10, it'll overflow to -10, and the other way round. +

+
+ + + diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/spinner/time.html b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/time.html new file mode 100644 index 0000000..4c83844 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/spinner/time.html @@ -0,0 +1,79 @@ + + + + + jQuery UI Spinner - Time + + + + + + + + + + + + + + +
+

+ + +

+

+ + +

+
+ + + +
+

+ A custom widget extending spinner. Use the Globalization plugin to parse and output + a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down + spins hours. +

+
+ + + -- cgit v1.1