The following tables list the members exposed by BaseTextEditorClientEvents.
Name | Description | |
---|---|---|
TextChanged | Event which is raised after text in the editor was changed. It can be raised when keyUp event occurs, or when the clear button is clicked or when an item from a list is selected. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.text to obtain new text Use ui.oldText to obtain the old text. |
View on GitHub