X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Fdojo-release-1.1.1%2Fdijit%2Ftests%2F_base%2Ftest_placeStrict.html;fp=static%2Fdojo-release-1.1.1%2Fdijit%2Ftests%2F_base%2Ftest_placeStrict.html;h=0000000000000000000000000000000000000000;hp=c40325c9d37a978102f6e40e22e59330e0424b6f;hb=7beca26e6ea91745cd397ad69ac6e26bb934e683;hpb=bed7f6f60f166f71b2e3a98bb8d1e67c3e501909 diff --git a/static/dojo-release-1.1.1/dijit/tests/_base/test_placeStrict.html b/static/dojo-release-1.1.1/dijit/tests/_base/test_placeStrict.html deleted file mode 100644 index c40325c..0000000 --- a/static/dojo-release-1.1.1/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 -
-
- -
- - - -
- -