From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/tests/form/test_Spinner.html | 92 ++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 includes/js/dijit/tests/form/test_Spinner.html (limited to 'includes/js/dijit/tests/form/test_Spinner.html') diff --git a/includes/js/dijit/tests/form/test_Spinner.html b/includes/js/dijit/tests/form/test_Spinner.html new file mode 100644 index 0000000..e9af53c --- /dev/null +++ b/includes/js/dijit/tests/form/test_Spinner.html @@ -0,0 +1,92 @@ + + + + Dojo Spinner Widget Test + + + + + + + + + + +

Dijit Spinner Test

+ Try typing values, and use the up/down arrow keys and/or the arrow push + buttons to spin +
+
+

number spinner

+
+ initial value=900, no delta specified, no min specified, max=1550, onChange captured
+
+ + onChange: +
+
+ initial value=1000, delta=10, min=9 max=1550
+ + +
+
+ initial value not specified, delta not specified, min not specified, max not specified, signed not specified, separator not specified
+ [verify no line break just after this text] + + [verify no line break just before this text] +
+
+ Move the cursor left and right within the input field to see the effect on the spinner. +
+ initial value=+1.0, delta=0.1, min=-10.9, max=155, places=1, maxLength=20
+
+ +
+ + +
+ + +
+ +
+ + -- cgit v1.2.3-54-g00ecf