From 58a11a7dec11bdfc1f43f210ffd52da3816a530c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 31 Dec 2008 05:01:58 +0000 Subject: demos: added inside
. some other minor updates

---
 demos/slider/steps.html | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

(limited to 'demos/slider/steps.html')

diff --git a/demos/slider/steps.html b/demos/slider/steps.html
index 1e5fb91cc..e1e3cb9a6 100644
--- a/demos/slider/steps.html
+++ b/demos/slider/steps.html
@@ -26,20 +26,33 @@
 
 
-

Donation amount ($50 increments):

+

+ + +

+
+
+ +

+This slider has a step value set that will only allow for increments of 50 to be selected. +The default step increment is 1. +The drag handle will snap to drop points every 50 units. +This is set in an option called step: +

+
min: 0,
+max: 500,
+step: 50
+
-
+

+This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback. +

-

This slider has a step value set that will only allow for increments of 50 to be selected. The default step increment is 1. The drag handle will snap to drop points every 50 units. This is set in an option called step:

-
-min: 0, max: 500, step: 50
-
-

This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.

-- cgit v1.2.3