From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/tests/form/test_Spinner.html | 92 -------------------------- 1 file changed, 92 deletions(-) delete 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 deleted file mode 100644 index e9af53c..0000000 --- a/includes/js/dijit/tests/form/test_Spinner.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - 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.3-2-g0d8e