User`s guide

Amongst the properties of this widget are:
rows – the number of rows to show
cols – the number of columns to show
See also:
dijit/form/Textarea
dijit/form/TextBox
dijit/form/NumberTextBox
This widget provides numeric entry with checking.
The constraints (provided by the "constraints" object property) include:
min – The minimum allowable value
max – The maximum allowable value
pattern
places – number of decimal places
See also:
Dojo Docs – dijit/form/NumberTextBox – 1.9
Docs - Parsing, Formatting, and Validating: Dates and Numbers
dijit/form/CurrencyTextBox
This widget provides a specialization of NumberTextBox for showing currency values. To use,
set the currency property to be the code of the currency to display. For example 'USD' for the
United States.
dijit/Editor
The dijit/Editor provides a very sophisticated editor that has many of the features associated
with a full word processor.
Page 156