Kentico CMS 6.0 Controls

Configuration

Configuration

Previous topic Next topic Mail us feedback on this topic!  

Configuration

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The following properties of the CMSEditableRegion control can be set or used in the API:

 

Property Name

Description

Sample Value

DialogHeight

Height of the displayed region in pixels.


DialogWidth

Width of the displayed region in pixels.


HtmlAreaToolbar

Name of the HTML editor toolbar set. This is only used if the RegionType property is set to HtmlEditor.

"Default"

HtmlAreaToolbarLocation

Determines the location of the HTML editor toolbar. This is only used if the RegionType property is set to HtmlEditor.

"In" for inline - directly above the region

 

"Out:CKToolbar" for shared - at the top of the page

InheritContent

Indicates if the content of the editable region should be inherited from the parent page (menu item) document.


MaxLength

Maximum length of the content (in number of characters).


MinLength

Minimum length of the content (in number of characters).


RegionTitle

Title displayed about the editable region in editing mode.


RegionType

Type of server control which is displayed in the editable region. It can be a textbox, textarea or HTML editor.

"HtmlEditor"

"TextArea"

"TextBox"

WordWrap

Indicates whether text displayed by the control should use word wrapping if the text area RegionType is selected.


 

Please note: the remaining properties are used internally by the system and should not be modified manually.