Class: GlobalEditorManager

GlobalEditorManager


new GlobalEditorManager()

Creates an instance of the GlobalEditorManager.

Source:

Members


Editors :Array.<Editor>

List of all managed editors.

Type:
Source:

ActiveEditor :Editor

The currently active editor control.

Type:
Source:

DefaultFont :GlobalEditorManager#Font

The default font applied to editor controls.

Type:
Source:

Methods


Resize()

Triggers Resize event for all editor controls.

Source:

Type Definitions


Font

Type:
  • Object
Properties:
Name Type Argument Default Description
Font.Font string <optional>
"Calibri"
Font.Family string <optional>
"Calibri,sans-serif"
Font.Size string <optional>
"11pt"
Font.Styles Array.<string> <optional>
["editor-style-normal"]
Source: