The following tables list the members exposed by CheckboxEditProvider.
Name | Description | |
---|---|---|
CheckboxEditProvider Constructor |
Name | Description | |
---|---|---|
inputElement | Gets a reference to the input HTML element if it exists in the editor. Returns first child of the main element. Can be overriden by the inherited provider if the input element is not the first child. (Inherited from Infragistics.Web.UI.EditorProvider) | |
text | Gets formatted text from the editor. Current text in editor. (Inherited from Infragistics.Web.UI.EditorProvider) | |
value | Gets/sets value to/from the editor. |
Name | Description | |
---|---|---|
dispose | Called whenever the object is being disposed of. (Inherited from Infragistics.Web.UI.EditorProvider) | |
hideEditor | Hides the editor. (Inherited from Infragistics.Web.UI.EditorProvider) | |
notifyLostFocus | The method is called whenever the editor loses focus. (Inherited from Infragistics.Web.UI.EditorProvider) | |
showEditor | Shows and positions the editor. (Inherited from Infragistics.Web.UI.EditorProvider) |