EditorProvider
Description
An EditorProvider
is an interface that can be implemented to create a custom editor.
Functions
Function |
Arguments |
Output |
Description |
---|---|---|---|
init |
void |
Initializes an This is where an |
|
getHtmlElement |
none |
|
Used to return an |
setFocus? |
none |
void |
A callback function that is called the first time the editor is displayed which allows specifying which |
getValue |
none |
any |
A callback function that is called by the |
destroy? |
none |
void |
A callback function that is called when the editor of a data cell is being destroyed. Allows the release of any resources or object that may have been referenced by the |