aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-12-01 23:31:01 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2010-12-01 23:31:01 +0100
commit26bc70180ac239f198334f9f040719a7ca2f5bb4 (patch)
treee00bdc668ab44a18dab1242308dcbd1396fbca4c /demos
parent0d0ec376e35f1eaaba8199c2abc83a17d5c655a8 (diff)
downloadjquery-ui-26bc70180ac239f198334f9f040719a7ca2f5bb4.tar.gz
jquery-ui-26bc70180ac239f198334f9f040719a7ca2f5bb4.zip
Spinner: Update timespinner demo description.
Diffstat (limited to 'demos')
-rw-r--r--demos/spinner/time.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/demos/spinner/time.html b/demos/spinner/time.html
index 4913a6307..72027eb1e 100644
--- a/demos/spinner/time.html
+++ b/demos/spinner/time.html
@@ -62,10 +62,9 @@
<div class="demo-description">
<p>
- Example of a decimal spinner. Step is set to 0.01.
- <br/>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.
+ 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.
</p>
</div>