Spinner: Update timespinner demo description.

This commit is contained in:
jzaefferer 2010-12-01 23:31:01 +01:00
parent 0d0ec376e3
commit 26bc70180a

View File

@ -62,10 +62,9 @@
<div class="demo-description"> <div class="demo-description">
<p> <p>
Example of a decimal spinner. Step is set to 0.01. A custom widget extending spinner. Use the Globalization plugin to parse and output
<br/>The code handling the culture change reads the current spinner value, a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down
then changes the culture, then sets the value again, resulting in an updated spins hours.
formatting, based on the new culture.
</p> </p>
</div> </div>