Location: A review of cardiac cellular electrophysiology models @ 1b3862589abf / dojo-presentation / js / dojo / dijit / tests / _base / test_placeStrict.html
- Author:
- David Nickerson <david.nickerson@gmail.com>
- Date:
- 2021-09-17 15:50:49+12:00
- Desc:
- tweak html formatting
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/1b3862589abf79ae9119ee0b5e99a8b785d762e1/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