Version 20.1

BaseTextEditorClientEvents Class Fields

For a list of all members of this type, see BaseTextEditorClientEvents members.

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