Module: explorer/widgets/editorarea/Editor

explorer/widgets/editorarea/Editor

Displays the code of a particular EditorTab.
Source:
See:

Extends

  • dijit/_WidgetBase
  • dijit/_TemplatedMixin

Methods

getContent() → {String}

Gets the content of the CodeMirror
Source:
Returns:
Content of CodeMirror
Type
String

hide()

Hides the Editor.
Source:

refresh()

Refreshes the CodeMirror.
Source:

show()

Shows the Editor.
Source:

startup()

Called right after widget is added to the dom. See link for more information.
Source:
See: