The main class required to set up an Ace instance in the browser.

Methods

Creates a new EditSession, and returns the associated Document.

Creates a new EditSession, and returns the associated Document.

Arguments

textDocument | String

Required. If text is a Document, it associates the EditSession with it. Otherwise, a new Document is created, with the initial text

modeTextMode

Required. The inital language mode to use for the document

Embeds the Ace editor into the DOM, at the element provided by el.

Embeds the Ace editor into the DOM, at the element provided by el.

Arguments

elString | DOMElement

Required. Either the id of an element, or the element itself

Provides access to require in packed noconflict mode

Provides access to require in packed noconflict mode

Arguments

moduleNameString

Required.