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 --- .../js/dijit/tests/_base/test_placeStrict.html | 400 --------------------- 1 file changed, 400 deletions(-) delete mode 100644 includes/js/dijit/tests/_base/test_placeStrict.html (limited to 'includes/js/dijit/tests/_base/test_placeStrict.html') diff --git a/includes/js/dijit/tests/_base/test_placeStrict.html b/includes/js/dijit/tests/_base/test_placeStrict.html deleted file mode 100644 index c40325c..0000000 --- a/includes/js/dijit/tests/_base/test_placeStrict.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - dijit.place tests - - - - - - - -

Test dijit.place

-

Currently this just tests getViewport(). Change the size of your browser window and then reload, - and see if it reports the browser window size correctly.
-

All the text below is just filler text...
- -

- -
- - TextBox class, tabIndex=2, Attributes: {trim: true, ucFirst: true, class: 'medium'}, First letter of each word is upper case. -
-
- -
- -
- - TextBox class, Attributes: {trim: true, uppercase: true, class: 'medium'}, all letters converted to upper case. -
-
- -
- -
- - TextBox class, tabIndex=1, Attributes: {trim: true, digit: true, class: 'small'}, all but digits extracted. -
-
- -
- -
- - ValidationTextBox class, - Attributes: {lowercase: true, required: true}. Displays a prompt message if field is missing. -
-
- -
- -
- - IntegerTextBox class, - Attributes: {required: true, min:-20000, max:+20000 }, Enter feet above sea level with a sign. -
-
- -
- -
- - CurrencyTextBox class, - Attributes: {fractional: true}. Enter whole and cents. Currency symbol is optional. -
-
- USD -
- -
- EUR -
- - -
- - DateTextBox class, - Attributes: {locale: "en-us", required: true}. Works for leap years -
-
- -
- -
- - DateTextBox class, - Attributes: {locale: "de-de", min:2006-01-01, max:2006-12-31}. Works for leap years -
-
- -
- -
- - TimeTextBox class, - Attributes: {formatLength: "medium", required: true, trim: true} -
-
- -
- -
- - TimeTextBox class, - Attributes: {displayFormat:"HH:mm:ss", required: true, trim: true} -
-
- -
- - -
- - RegexpTextBox class, - Attributes: {required: true} -
-
- -
- -
- - (just a test that type attribute is obeyed) -
-
- -
- -
- - value: null should show up as empty -
-
- -
- - - -
- - -- cgit v1.2.3