The C1WebEditor type exposes the following members.

Constructors

  NameDescription
Public methodC1WebEditor
Creates an instance of C1WebEditor.

Methods

  NameDescription
Public methodDataBind
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCallingAssembly
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSiteRootPath
Returns root path of the current site.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAjaxRequestImageUrl
URL to the image that will be displayed on AJAX requests.
(Overrides PalominoAjaxControlBase..::..AjaxRequestImageUrl.)
Public propertyBackColor
Gets or sets the background color of the Web server control.
(Inherited from WebControl.)
Public propertyBindingContainer
Gets the control that contains this control's data binding.
(Inherited from Control.)
Public propertyBottomToolBarPanelStyle
Bottom toolbar panel style.
Public propertyBrowserInfo
Represents information about used browser.
(Inherited from PalominoAjaxControlBase.)
Public propertyClassNameList
CSS class names.
Public propertyClientObjectID
Gets ID of the client side object associated with the control.
Public propertyControls
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from Control.)
Public propertyDesignModeCss
Url of the CSS file to link for Design View. All rules described in this file will applies to edited document in WYSIWYG mode .
Public propertyDictionaryPath
Path to SpellChecker dictionary file.
Public propertyDisplayDialogStyles
Use this property at design time to display popup dialogs styles(e.g. style of the SpellChecker dialog).
Public propertyDropDownDialogStyle
DropDown dialog style. This style applies to dropdown dialogs (e.g. color picker).
Public propertyEditorBackColor
Background color of the document.
Public propertyEditorDialogsPath
Path to folder with custom dialogs. Note if a dialog not found in this folder then WebEditor will use embedded dialogs.
Public propertyEditorForeColor
Default color of the text in the document.
Public propertyEditorMode
Editor mode (WYSIWYG/Code/Split).
Public propertyEnabled
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from WebControl.)
Public propertyEnableTheming
Gets or sets a value indicating whether themes apply to this control.
(Inherited from Control.)
Public propertyFocusOnLoad
Gets or sets value whether editor will be focused on first time load.
Public propertyFontList
Font names.
Public propertyFontSizeList
Font sizes.
Public propertyForeColor
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from WebControl.)
Public propertyFormatList
Format tag names.
Public propertyFullScreenMode
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.
Public propertyFullScreenModeContainerId
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.
Public propertyHeight
Gets or sets the height of the Web server control.
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
Public propertyImageBrowserPath
Path to folder where images for ImagesBrowser dialog is stored.
Public propertyPage
Gets a reference to the System.Web.UI.Page instance that contains the server control.
(Overrides Control..::..Page.)
Public propertyPathSelectorHeight
Path selector height in pixels.
Public propertyPathSelectorStyle
Path selector style.
Public propertyRemovedButtons
Names of buttons what must be removed from toolbars.
Public propertyShowPathSelector
Show the path selector.
Public propertyShowSpellCheckerDialog
Indicates whether to show SpellChecker dialog or just allow a user to select suggestions from context menu.
Public propertyShowTableBorders
Show the table borders.
Public propertySkinID
Gets or sets the skin to apply to the control.
(Inherited from Control.)
Public propertySpellCheckerTheme
C1WebSpellChecker Theme.
Public propertyStyle
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.)
Public propertyText
The HTML text to edit.
Public propertyToolBarDragHolderSeparatorStyle
Toolbar drag holder separator style.
Public propertyToolbarHeight
Toolbar height in pixels.
Public propertyToolBarItemDisabledStyle
Toolbar item disabled style.
Public propertyToolBarItemHotStyle
Toolbar item hot style.
Public propertyToolBarItemPressedStyle
Toolbar item pressed style.
Public propertyToolBarItemSelectedStyle
Toolbar item selected style.
Public propertyToolBarItemStyle
Toolbar item style.
Public propertyToolBarSeparatorStyle
Toolbar separator style.
Public propertyToolBarsSet
Toolbars that are available to the end-user.
Public propertyToolBarStyle
Toolbar style.
Public propertyTopToolBarPanelStyle
Top toolbar panel style.
Public propertyUseDefaultStyle
Indicates whether control will use default style for empty style values.
Public propertyWidth
Gets or sets the width of the Web server control.

Events

  NameDescription
Public eventTextChanged
Fired when the text was changed.
Public eventTextSaved
Fired when the user has saved text; for example, by clicking the save button.

See Also