From 26bc70180ac239f198334f9f040719a7ca2f5bb4 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Wed, 1 Dec 2010 23:31:01 +0100 Subject: [PATCH] Spinner: Update timespinner demo description. --- demos/spinner/time.html | 7 +++---- 1 file 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 @@

- 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. + 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.

-- 2.39.5