Class: AceEditor

AceEditor()

Creates an Ace Editor component to use for code editing.

Constructor

new AceEditor()

Source:

Members

(static, non-null) STATE :Object

State definition.
Type:
  • Object
Source:

(static) SYNTAX :Object

Available Ace Editor syntax.
Type:
  • Object
Source:

_editor :object

Ace editor plugin instance
Type:
  • object
Default Value:
  • null
Source:

_editorDocument :object

Ace editor plugin document instance
Type:
  • object
Default Value:
  • null
Source:

_editorSession :object

Ace editor plugin session instance
Type:
  • object
Default Value:
  • null
Source:

autocompleteTags :Array

List of tags for custom autocompletion in the HTML editor.
Type:
  • Array
Default Value:
  • []
Source:

initialContent :string

Initial content sent to the editor.
Type:
  • string
Default Value:
  • ''
Source:

readOnly :boolean

Sets the editor in readOnly mode preventing any input from the user.
Type:
  • boolean
Default Value:
  • undefined
Source:

(non-null) syntax :string

Syntax used for the Ace Editor that is rendered on the interface.
Type:
  • string
Default Value:
  • undefined
Source:
See:

Methods

attached()

Source:

disposed()

Source:

shouldUpdate()

Source: