| Name |
Description |
activeContextMenu
|
Obout.Ajax.UI.HTMLEditor.ContextMenu.ContextMenu.
Gets an object of the context menu if it is opened, otherwise returns null.
|
activeMode
|
ActiveModeType.
Gets or sets the active edit mode.
|
activePanel
|
object.
Gets an object of the current mode panel.
Depending on the value of the activeMode property, the object can be one the following types:
Obout.Ajax.UI.HTMLEditor.DesignPanel,
Obout.Ajax.UI.HTMLEditor.HtmlPanel,
Obout.Ajax.UI.HTMLEditor.PreviewPanel.
|
additionalCSS
|
object.
Gets an array of additioanal CSS files that should be added to the document ('Design' and 'Preview' modes).
|
autoFocus
|
boolean. Gets or sets a value indicating whether the Edit Panel will be focused on load.
Default true.
|
cancelNames
|
string. Gets or sets the semicolon separated names of controls that may cause a postback on which the posted content should be ignored.
|
content
|
string. Gets or sets the HTML content.
|
contextMenuClientID
|
string.
Gets the identifier of the Obout.Ajax.UI.HTMLEditor.ContextMenu.ContextMenu control object.
|
defaultDirection
|
string.
Gets the default direction in document.
Default "ltr".
|
defaultFontFamily
|
string. Gets or sets the font family used in all edit modes of the control.
By default (empty) the appropriate CSS is used.
See online example.
|
defaultFontSize
|
string. Gets or sets the font size used in all edit modes of the control.
By default (empty) the appropriate CSS is used.
See online example.
|
element
|
string. Gets the DOM element that the current Control instance is associated with.
(Inherited from Sys.UI.Control.)
|
fullHtml
|
boolean. Gets or sets a value indicating whether the content will be generated as
entire page HTML code with <HTML>, <HEAD> and <BODY> tags.
Default false.
|
historySizeInDesignMode
|
number. Gets or sets the maximum length of undo/redo history in Design mode.
Default 30.
|
id
|
string. Gets the identifier for the current Control object. The default is the id value of the associated Sys.UI.DomElement object.
(Inherited from Sys.UI.Control.)
|
immediateValidation
|
boolean. Gets or sets a value indicating whether the ASP.NET validation will be run immediately on content set or Design panel blur.
Default true.
|
indentInDesignMode
|
number. Gets or sets the width of Indent (pixeles) in Design mode.
Default 40.
|
initialCleanUp
|
boolean. Gets or sets a value indicating whether the inital cleanup (MS Word tags)
of the content will be done on the control load.
Default false.
|
modePanels
|
object array.
Gets an array of the following objects (in this order):
Obout.Ajax.UI.HTMLEditor.DesignPanel,
Obout.Ajax.UI.HTMLEditor.HtmlPanel,
Obout.Ajax.UI.HTMLEditor.PreviewPanel.
|
noDrop
|
boolean. Gets or sets a value indicating whether any dropping in Design mode is prohibited.
Default false.
|
noPaste
|
boolean. Gets or sets a value indicating whether any pasting (except Plain Text) in Design mode is prohibited.
Default false.
|
noScript
|
boolean. Gets or sets a value indicating whether JavaScript code will be suppressed in EditPanel's content.
Default false.
|
noUnicode
|
boolean. Gets or sets a value indicating whether Unicode characters
(hex codes from '0080' to 'FFFF') will be replaced with code; in EditPanel's content.
Default false.
|
oldTags
|
boolean. Gets or sets a value indicating whether to generate old-fashioned tags (bold, em, etc.).
Default false.
|
plainText
|
string. Gets the plain text from the content.
|
resizeByDraggingEnabled
|
boolean. Gets or sets a value indicating whether the resize-by-dragging tool is enabled
in Design mode for <IMG>, <DIV> etc. elements.
IE and FireFox have this tool only.
Default true.
|
showAnchors
|
boolean. Gets or sets a value indicating whether anchors are visible in Design mode.
Default true.
|
startEnd
|
boolean. Gets or sets a value indicating whether the initial caret position in Design mode
will be set at the document's start.
Default true.
|
suppressTabInDesignMode
|
boolean. Gets or sets a value indicating whether to ignore 'Tab' key in Design mode.
Default false.
|
toolbars
|
Obout.Ajax.UI.HTMLEditor.Toolbar array.
Gets an array of linked toolbars.
|