dijit.form._FormSelectWidget¶
Contents
dijit/form/_FormSelectWidget is a dijit widget mixin that adds functionality for working with HTML <select>-like widgets. It is used by dijit/form/Select and dojox/form/CheckedMultiSelect. It extends dijit/form/_FormValueWidget with the ability to handle multiple values and retrieve options from a dojo/data store.
Usage¶
See dijit/form/Select for usage information.