CKEditor
Wisej.Web.Ext.CKEditor.CKEditor
Last updated
Was this helpful?
Wisej.Web.Ext.CKEditor.CKEditor
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.CKEditor
Assembly: Wisej.Web.Ext.CKEditor (3.2.0.0)
CKEditor (formerly FCKeditor) is an open source WYSIWYG text editor designed to bring common word processor features directly to web pages, simplifying their content creation. from: http://ckeditor.com/
: Returns or sets the base url for the CKEditor installation
Disables the specified command on the toolbar.
command
The name of the command to disable: i.e. "save", "bold", ...
Enables the specified command on the toolbar.
command
The name of the command to enable: i.e. "save", "bold", ...
Executes commands to manipulate the contents of the editable region.
command
argument
For commands which require an input argument (such as insertImage, for which this is the URL of the image to insert), this is a string providing that information. Specify null if no argument is needed.
Most commands affect the document's selection (bold, italics, etc.), while others insert new elements (adding a link) or affect an entire line (indenting). When using contentEditable, calling execCommand() will affect the currently active editable element.
: Returns the default buttons to show in the toolbar.
: Collection of external (local) plugins to register with the CKEditor control. (Default: null
)
: Returns or sets the font names to display in the toolbar.
: Overridden to create our initialization script.
: Returns or sets the CKEDITOR.config to use for this instance of the editor: . Use the toolbar configuration tool at and copy the json into the Options definition.
: Overridden to return our list of script resources.
: Returns or sets whether the user can interact with the editor. (Default: False
)
: Shows or hides the footer panel. (Default: True
)
: Shows or hides the toolbar panel. (Default: True
)
: Returns or sets the HTML text associated with this control. (Default: ""
)
The name of the command to execute. See for a list of commands.
Fired after the editor executes a command.
Fired after a link is clicked in the editor.