Overview

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

 

 

Please note:

 

This control is compatible only with ASPX page templates, do not use it on Portal engine templates. For portal engine pages, use the Editable text and Editable image web parts instead of the CMSEditableRegion and CMSEditableImage controls.

 

 

The CMSPageManager control is required for pages with editable regions, as it manages the flow of data to/from the CMSEditableRegion and CMSEditableImage controls. It ensures that the content of editable regions is loaded from and saved to the database. It also displays the "Save" dialog.

 

Data Source

 

Content is loaded from the nearest Page (menu item) document in the alias path specified through the URL or through the DefaultPageAliasPath property. The content is stored in the following format:

 

<content>

<region id=”ID of the CMSEditableRegion control related to this content section”>

<!CDATA[ content of the editable region ]>

</region>

<region id=”...”>

<!CDATA[ content of the editable region ]>

</region>

</content>

 

The following topics are available to help you familiarize yourself with the CMSEditableRegion control:

 

Getting started - describes the basics of using the control
Configuration - describes and explains the properties that can be set for the control
Appearance and styling - lists which CSS classes can be used with the control

 

Page url: http://devnet.kentico.com/docs/5_5r2/controls/index.html?cmspagemanager_overview.htm