• autoComplete – If set to true, characters entered are used to match with the pre-defined
possible values as soon as possible.
• hasDownArrow – Whether or not a down arrow is shown beside the combo box to show
selectable values. The default is true.
<select dojoType="dijit/form/ComboBox"
name="select"
forceValidOption="false"
autocomplete="true">
<option value="gold">Gold</option>
<option value="silver">Silver</option>
<option value="bronze">Bronze</option>
</select>
dojox/form/Uploader
The purpose of this widget is to allow the user to select one or more files and have them uploaded
to a back-end server using the HTTP file upload technology.
Amongst the interesting properties of this widget are:
• url – The URL for the endpoint of the server to which the file's content should be sent.
• label – The label on the button used to shown the file selection dialog.
• uploadOnSelect – Determined whether or not the file will be uploaded immediately after
selection.
See also:
• The New Dojo HTML5 Multi-File Uploader
dijit/form/DateTextBox
This widget shows a date text box into which a date can be entered. A click on the associated drop
down button shows a calendar.
Page 153
Comentários a estes Manuais