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 --- .../js/dijit/tests/_base/test_placeStrict.html | 400 +++++++++++++++++++++ 1 file changed, 400 insertions(+) create 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 new file mode 100644 index 0000000..c40325c --- /dev/null +++ b/includes/js/dijit/tests/_base/test_placeStrict.html @@ -0,0 +1,400 @@ + + + + + + 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-54-g00ecf