AceEditor
Wisej.Web.Ext.AceEditor.AceEditor
Last updated
Was this helpful?
Wisej.Web.Ext.AceEditor.AceEditor
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.AceEditor
Assembly: Wisej.Web.Ext.AceEditor (3.2.0.0)
Integrates the AceEditor () widget.
Ace is an embeddable code editor written in JavaScript. It matches the features and performance of native editors such as Sublime, Vim and TextMate.
Initializes a new instance of .
: Sets the amount of in time in milliseconds to wait before updating the server that the content of the editor has changed while the user is typing. A value of 0 disables it. (Default: 1000
)
Performs a redo operation on the document, reimplementing the last change.
Performs an undo operation on the document, reverting the last change.
: Shows or hides the indent guides. (Default: True
)
: Returns or sets the FontSize. (Default: null
)
: Overridden to create our initialization script.
: Returns or sets the language. (Default: ""
)
: Returns or sets the options to use for this instance of the AceEditor.
: Overridden to return our list of script resources.
: Returns or sets the print margin column position. (Default: 80
)
: If readOnly is true, then the editor is set to read-only mode, and none of the content can change. (Default: False
)
: Shows or hides the gutter. (Default: True
)
: Shows or hides the line numbers in the gutter. (Default: True
)
: Shows or hides the print margin. (Default: True
)
: Returns or sets the text displayed in the editor. (Default: ""
)
: Returns or sets the theme. (Default: ""
)