Version

BaseTextEditorClientEvents Class Members

The following tables list the members exposed by BaseTextEditorClientEvents.

Public Fields
 NameDescription
Public FieldTextChangedEvent 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.  
See Also

View on GitHub