Class: ActionEditorNewDoc

Kekule.Editor. ActionEditorNewDoc

new ActionEditorNewDoc(editor)

A new document action on editor.
Parameters:
Name Type Description
editor Kekule.Editor.BaseEditor Target editor object.
Source:

Extends

Methods

execute(target, htmlEvent)

Execute the action.
Parameters:
Name Type Description
target Object Object that invokes this action.
htmlEvent Object HTML event that causes the executing process, can be null.
Inherited From:
Source:

getActionList() → {Kekule.ActionList}

Returns belonged action list.
Inherited From:
Source:
Returns:
Type
Kekule.ActionList

getEditor() → {Kekule.Editor.BaseEditor}

Returns target chem editor object.
Inherited From:
Source:
Returns:
Type
Kekule.Editor.BaseEditor

getPreferredWidgetClass() → {null}

Returns the widget class that best fit this action. Descendants may override this method.
Inherited From:
Source:
Returns:
Type
null

update()

Update the state (enabled, visible and so on) of action.
Inherited From:
Source:

Events

execute

Invoked when an action is executed. Has one field: {htmlEvent: html event to raise the action}.
Inherited From:
Source:

Kekule.Editor. ActionEditorNewDoc

Methods

execute(target, htmlEvent)

Execute the action.
Parameters:
Name Type Description
target Object Object that invokes this action.
htmlEvent Object HTML event that causes the executing process, can be null.
Inherited From:
Source:

getActionList() → {Kekule.ActionList}

Returns belonged action list.
Inherited From:
Source:
Returns:
Type
Kekule.ActionList

getEditor() → {Kekule.Editor.BaseEditor}

Returns target chem editor object.
Inherited From:
Source:
Returns:
Type
Kekule.Editor.BaseEditor

getPreferredWidgetClass() → {null}

Returns the widget class that best fit this action. Descendants may override this method.
Inherited From:
Source:
Returns:
Type
null

update()

Update the state (enabled, visible and so on) of action.
Inherited From:
Source:

Events

execute

Invoked when an action is executed. Has one field: {htmlEvent: html event to raise the action}.
Inherited From:
Source: