• icon1 – A URL of an icon to show when unselected.
• icon2 – A URL of an icon to shown when selected.
• badge – A badge to show associated with the button
See also:
• dojox/mobile/TabBar
dojox/mobile/TextArea
This widget provides a textarea into which free form text may be entered. Unlike the TextBox, this
widget allows multiple lines of text to be entered.
Some of the key properties of this widget are:
• value – The value of the text
• maxLength – The maximum length of the text in characters.
This widget publishes the following events:
• onChange() - Called when the value in the textarea changes.
Here is an example of a visualization:
See also:
• dojox/mobile/TextBox
dojox/mobile/TextBox
This widget provides a single line of free form text to be entered.
Some of the key properties of this widget are:
• value – The value of the text.
• maxLength – The maximum number of characters that may be entered.
• trim – Remove leading and trailing spaces from the entered data.
• uppercase – Convert any entered text to uppercase.
• lowercase – Convert any entered text to lowercase.
• propercase – Convert any entered text to propercase.
This widget publishes the following events:
• onChange() - Called when the value in the text box changes.
Here is an example of a visualization:
When declaring this widget in HTML, you must use the HTML <input> tag. For example:
Page 247
Comentários a estes Manuais