Version

CheckBoxEditorClientEvents Class Members

The following tables list the members exposed by CheckBoxEditorClientEvents.

Public Constructors
Public Fields
 NameDescription
Public FieldValueChangedEvent which is raised after value in editor was changed. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.newValue to obtain the new value.

Use ui.newState to obtain the new state.

Use ui.element to obtain reference to the DOM element.

Use ui.editorInput obtain reference to the editor input.  
Public FieldValueChangingEvent which is raised before value in editor was changed. Return false in order to cancel change. Function takes arguments evt and ui.

Use ui.owner to obtain reference to igEditor.

Use ui.newValue to obtain the new value.

Use ui.newState to obtain the new state.

Use ui.oldValue to obtain the old value.

Use ui.oldState to obtain the old state.

Use ui.element to obtain reference to the DOM element.

Use ui.editorInput obtain reference to the editor input.  
See Also

View on GitHub