Objectdojox.grid.editors

Jump to PropertiesConstructorsBack to top

ConstructorAlwaysOn(inCell)
grid cell editor that is always on, regardless of grid editing state
ConstructorBase(inCell)
base grid editor class. Other grid editors should inherited from this class.
ConstructorBool(inCell)
grid cell editor that provides a standard checkbox that is always on
ConstructorCheckBox(inCell)
ConstructorComboBox(inCell)
ConstructorDateTextBox(inCell)
ConstructorDijit(inCell)
ConstructorEditor(inCell)
ConstructorInput(inCell)
grid cell editor that provides a standard text input box
ConstructorSelect(inCell)
grid cell editor that provides a standard select options: text of each item values: value for each item returnIndex: editor returns only the index of the selected option and not the value

Jump to ConstructorsPropertiesBack to top