dojox/mobile/SearchBox
TBD
dojox/mobile/SimpleDialog
This widget provides a dialog container which can be popped up.
Some of the key properties for this widget include:
• modal – If true, this dialog must be dismissed before interaction with other items on the
display can occur.
• closeButton – If true, a close button is added to the dialog in the top-right corner.
dojox/mobile/Slider
This widget provides a horizontal or vertical slider used to set a numeric value.
Some of the key properties of this widget include:
• value – The currently selected value.
• min – The minimum value of the slider.
• max – The maximum value of the slider.
• step – The number of slider units to move at a time.
• flip – Reverse the direction of the slider values.
• orientation – One of either "H" for horizontal or "V" for vertical.
• intermediateChanges – Should a change in the slider be reported by onChange
immediately or only at the end of the move? The default is false.
The following is a visualization of a horizontal slider:
The onChange() event is fired when the slider's value is changed. The new value is passed as a
parameter to the event.
dojox/mobile/SpinWheelDatePicker
This widget provides a wheel driven date selection mechanism. See the following image.
The month, date and year spinners may be spun independently to select a desired date. Some of the
key properties of this widget are:
Page 244
Comentários a estes Manuais