The C1WebEditor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1WebEditor |
Creates an instance of C1WebEditor.
|
Methods
| Name | Description | |
|---|---|---|
| DataBind |
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.) | |
| Equals | (Inherited from Object.) | |
| GetCallingAssembly | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSiteRootPath |
Returns root path of the current site.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AjaxRequestImageUrl |
URL to the image that will be displayed on AJAX requests.
(Overrides PalominoAjaxControlBase..::..AjaxRequestImageUrl.) | |
| BackColor |
Gets or sets the background color of the Web server control.
(Inherited from WebControl.) | |
| BindingContainer |
Gets the control that contains this control's data binding.
(Inherited from Control.) | |
| BottomToolBarPanelStyle |
Bottom toolbar panel style.
| |
| BrowserInfo |
Represents information about used browser.
(Inherited from PalominoAjaxControlBase.) | |
| ClassNameList |
CSS class names.
| |
| ClientObjectID |
Gets ID of the client side object associated with the control.
| |
| Controls |
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from Control.) | |
| DesignModeCss |
Url of the CSS file to link for Design View. All rules described in this file will applies to edited document in WYSIWYG mode .
| |
| DictionaryPath |
Path to SpellChecker dictionary file.
| |
| DisplayDialogStyles |
Use this property at design time to display popup dialogs styles(e.g. style of the SpellChecker dialog).
| |
| DropDownDialogStyle |
DropDown dialog style. This style applies to dropdown dialogs (e.g. color picker).
| |
| EditorBackColor |
Background color of the document.
| |
| EditorDialogsPath |
Path to folder with custom dialogs. Note if a dialog not found in this folder then WebEditor will use embedded dialogs.
| |
| EditorForeColor |
Default color of the text in the document.
| |
| EditorMode |
Editor mode (WYSIWYG/Code/Split).
| |
| Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from WebControl.) | |
| EnableTheming |
Gets or sets a value indicating whether themes apply to this control.
(Inherited from Control.) | |
| FocusOnLoad |
Gets or sets value whether editor will be focused on first time load.
| |
| FontList |
Font names.
| |
| FontSizeList |
Font sizes.
| |
| ForeColor |
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from WebControl.) | |
| FormatList |
Format tag names.
| |
| FullScreenMode |
Full screen mode.
Set this property to true if you want to switch editor to FullScreen Mode. All client area of the page will be covered by WebEditor.
| |
| FullScreenModeContainerId |
Full screen mode container ID. Use this property to specify container which will be used as the parent control for FullScreenMode instead of client's area on the web page.
| |
| Height |
Gets or sets the height of the Web server control.
| |
| ID |
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.) | |
| ImageBrowserPath |
Path to folder where images for ImagesBrowser dialog is stored.
| |
| Page |
Gets a reference to the System.Web.UI.Page instance that contains the server
control.
(Overrides Control..::..Page.) | |
| PathSelectorHeight |
Path selector height in pixels.
| |
| PathSelectorStyle |
Path selector style.
| |
| RemovedButtons |
Names of buttons what must be removed from toolbars.
| |
| ShowPathSelector |
Show the path selector.
| |
| ShowSpellCheckerDialog |
Indicates whether to show SpellChecker dialog or just allow a user to select suggestions from context menu.
| |
| ShowTableBorders |
Show the table borders.
| |
| SkinID |
Gets or sets the skin to apply to the control.
(Inherited from Control.) | |
| SpellCheckerTheme |
C1WebSpellChecker Theme.
| |
| Style |
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
(Inherited from WebControl.) | |
| Text |
The HTML text to edit.
| |
| ToolBarDragHolderSeparatorStyle |
Toolbar drag holder separator style.
| |
| ToolbarHeight |
Toolbar height in pixels.
| |
| ToolBarItemDisabledStyle |
Toolbar item disabled style.
| |
| ToolBarItemHotStyle |
Toolbar item hot style.
| |
| ToolBarItemPressedStyle |
Toolbar item pressed style.
| |
| ToolBarItemSelectedStyle |
Toolbar item selected style.
| |
| ToolBarItemStyle |
Toolbar item style.
| |
| ToolBarSeparatorStyle |
Toolbar separator style.
| |
| ToolBarsSet |
Toolbars that are available to the end-user.
| |
| ToolBarStyle |
Toolbar style.
| |
| TopToolBarPanelStyle |
Top toolbar panel style.
| |
| UseDefaultStyle |
Indicates whether control will use default style for empty style values.
| |
| Width |
Gets or sets the width of the Web server control.
|
Events
| Name | Description | |
|---|---|---|
| TextChanged |
Fired when the text was changed.
| |
| TextSaved |
Fired when the user has saved text; for example, by clicking the save button.
|