The following tables list the members exposed by BaseDropEditorClientEvents.
Name | Description | |
---|---|---|
DropDownItemSelected | Event which is raised after an item in the drop down list is selected. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.list to obtain reference to the list contaier. Use ui.item to obtain reference to the list item which is selected. | |
DropDownItemSelecting | Event which is raised when an item in the drop down list is being selected. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.list to obtain reference to the list contaier. Use ui.item to obtain reference to the list item which is about to be selected. | |
DropDownListClosed | Event which is raised after the drop down is closed. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.list to obtain reference to the list contaier. | |
DropDownListClosing | Event which is raised when the drop down is closing. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.list to obtain reference to the list contaier. | |
DropDownListOpened | Event which is raised after the drop down is opened. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.list to obtain reference to the list contaier. | |
DropDownListOpening | Event which is raised when the drop down is opening. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.list to obtain reference to the list contaier. |
View on GitHub