Location: A review of cardiac cellular electrophysiology models @ a80b964384c0 / dojo-presentation / js / dojo / dijit / tests / _base / test_placeStrict.html

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2010-05-04 12:37:19+12:00
Desc:
adding initial version of SED-ML L1V1 file reproducing what is in graphs/BR-INa-variants.xml
Permanent Source URI:
https://models.cellml.org/workspace/a1/rawfile/a80b964384c0c7683d7c5d07b73a5af7a973d46c/dojo-presentation/js/dojo/dijit/tests/_base/test_placeStrict.html

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...

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