<input data-dojo-type="dojox/mobile/TextBox"></input>
See also:
• dojox/mobile/TextArea
dojox/mobile/ToggleButton
This widget provides a button which can be toggled between two distinct states. Some of the key
properties of this widget are:
• checked – Is this button checked or not?
• label – The label that is to be shown in the button.
Unchecked, it may look as follows:
while checked, it may be:
See also:
• dojox/mobile/CheckBox
• dojox/mobile/Switch
dojox/mobile/ToolBarButton
A ToolBarButton is typically placed in the heading widget.
Among its properties are:
• moveTo – The name of a view to transition to.
• label – The label of the button
dojox/mobile/Tooltip
This widget provides a pop-up bubble of text associated with another widget or DOM node. The
text of the tooltip is the Inner HTML of the Tooltip. The tooltip is shown when its "show()"
method is invoked. Show() has the following parameters:
• aroundNode (first parameter) – The node that will be pointed to by the tooltip.
• positions (second parameter) – An ordered list of positions which should be used to
show the tooltip. If the first position can't be used, then the second will be tried. If the
second can't be used, the third will be tried etc. The possibilities are:
◦ before
◦ after
◦ above-centered
Page 248
Comentários a estes Manuais