new ActionComposerSetIaController(composer, caption, hint, controllerId)
Action to change IA controller of editor/composer.
Parameters:
Name | Type | Description |
---|---|---|
composer |
Kekule.Editor.Composer | Target composer widget. |
caption |
String | |
hint |
String | |
controllerId |
String |
Extends
Methods
-
addAttachedAction()
-
Add an attached actions.
- Inherited From:
- Source:
-
clearAttachedActions()
-
Clear all attached actions.
-
getEditor() → {Kekule.Editor.BaseEditor}
-
Returns chem editor object inside composer.
- Inherited From:
- Source:
Returns:
-
hasAttachedActions() → {Bool}
-
Check if there are attached actions to this one.
- Inherited From:
- Source:
Returns:
- Type
- Bool
-
removeAttachedAction()
-
Remove attached actions.
-
setAttachedActionIndex(action, index)
-
Set a new position of attached child action.
Parameters:
Name Type Description action
Kekule.Action index
Int