| Name |
Description |
activeContextMenu
|
Obout.Ajax.UI.HTMLEditor.ContextMenu.ContextMenu.
Gets an object of the context menu if it is opened, otherwise returns null.
(Inherited from EditPanel.)
|
activeMode
|
ActiveModeType.
Gets or sets the active edit mode.
(Inherited from EditPanel.)
|
activePanel
|
object.
Gets an object of the current mode panel.
(Inherited from EditPanel.)
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).
(Inherited from EditPanel.)
|
autoFocus
|
boolean. Gets or sets a value indicating whether the Edit Panel will be focused on load.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
|
content
|
string. Gets or sets the HTML content.
(Inherited from EditPanel.)
|
contextMenuClientID
|
string.
Gets the identifier of the Obout.Ajax.UI.HTMLEditor.ContextMenu.ContextMenu control object.
(Inherited from EditPanel.)
|
defaultDirection
|
string.
Gets the default direction in document.
(Inherited from EditPanel.)
Default "ltr".
|
defaultFontFamily
|
string. Gets or sets the font family used in all edit modes of the control.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
Default false.
|
historySizeInDesignMode
|
number. Gets or sets the maximum length of undo/redo history in Design mode.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
Default true.
|
indentInDesignMode
|
number. Gets or sets the width of Indent (pixeles) in Design mode.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
|
noDrop
|
boolean. Gets or sets a value indicating whether any dropping in Design mode is prohibited.
(Inherited from EditPanel.)
Default false.
|
noPaste
|
boolean. Gets or sets a value indicating whether any pasting (except Plain Text) in Design mode is prohibited.
(Inherited from EditPanel.)
Default false.
|
noScript
|
boolean. Gets or sets a value indicating whether JavaScript code will be suppressed in EditPanel's content.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
Default false.
|
oldTags
|
boolean. Gets or sets a value indicating whether to generate old-fashioned tags (bold, em, etc.).
(Inherited from EditPanel.)
Default false.
|
owner
|
object.
Gets an object of type Obout.Ajax.UI.HTMLEditor.Editor
if this edit panel is a part of Editor control,
otherwise - null.
|
plainText
|
string. Gets the plain text from the content.
(Inherited from EditPanel.)
|
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.
(Inherited from EditPanel.)
Default true.
|
showAnchors
|
boolean. Gets or sets a value indicating whether anchors are visible in Design mode.
(Inherited from EditPanel.)
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.
(Inherited from EditPanel.)
Default true.
|
suppressTabInDesignMode
|
boolean. Gets or sets a value indicating whether to ignore 'Tab' key in Design mode.
(Inherited from EditPanel.)
Default false.
|
toolbars
|
Obout.Ajax.UI.HTMLEditor.Toolbar array.
Gets an array of linked toolbars.
(Inherited from EditPanel.)
|