Class: DocumentOpenedEvent

DocumentOpenedEvent()

XMLEditorEvent sent after a document has been successfully opened in an XMLEditor.

Contains not only the HTML+CSS view of the opened document but also all the information (commands, bindings, toolbar buttons, etc) needed to configure the XMLEditor in order to make it usable to edit this opened document.

Constructor

new DocumentOpenedEvent()

Source:
See:

Classes

DocumentOpenedEvent

Members

bindings :array

Get the bindings property of this event.
Type:
  • array
Source:

configurationName :string

Get the configurationName property of this event.
Type:
  • string
Source:

contextualCommands :array

Get the contextualCommands property of this event.
Type:
  • array
Source:

diffSupport :number

Get the diffSupport property of this event: 0 (comparison of revisions not enabled), 1 (comparison of revisions enabled) or 2 (all revisions stored in the document).
Type:
  • number
Source:

extensionModules :array

Get the extensionModules property of this event.
Type:
  • array
Source:

marks :array

Get the marks property of this event.
Type:
  • array
Source:

nsPrefixes :array

Get the nsPrefixes property of this event.
Type:
  • array
Source:

persistent :boolean

Get the persistent property of this event.
Type:
  • boolean
Source:

readOnly :boolean

Get the readOnly property of this event.
Type:
  • boolean
Source:

saveAsNeeded :boolean

Get the saveAsNeeded property of this event.
Type:
  • boolean
Source:

saveNeeded :boolean

Get the saveNeeded property of this event.
Type:
  • boolean
Source:

styles :string

Get the styles property of this event.
Type:
  • string
Source:

toolSets :array

Get the toolSets property of this event.
Type:
  • array
Source:

uid :string

Get the uid property of this event.
Type:
  • string
Source:

url :string

Get the url property of this event.
Type:
  • string
Source:

view :string

Get the view property of this event.
Type:
  • string
Source: