Editor and Editor Set Methods
IN THIS PAGE
Description
Methods for working with Editors and Editor Sets in a UX Component.
Methods
- editorCancel Method
Closes an EditorSet without committing any unsaved edits.
- editorCommit Method
Commits the change made in the Editor to the value you are editing.
- editorFromControl Method
Displays an EditorSet showing the specified Editor in the EditorSet to edit the value in the specified UX control. Contrast with the .editorFromValue() method which is used to edit an arbitrary value.
- editorFromValue Method
Displays an EditorSet showing the specified Editor in the EditorSet to edit an arbitrary value. Contrast with the .editorFromControl() method which is used to edit a value in a UX control.
- getCurrentEditorSettings Method
Gets the 'settings' object for the currently open Editor. If no Editor is open, returns false;