Kentico CMS 6.0 Controls

Overview

Overview

Previous topic Next topic Mail us feedback on this topic!  

Overview

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

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.

 

 

 

Please note

 

The CMSPageManager control is obsolete. It is still supported for the purposes of backward compatibility, but we recommend using the CMSPortalManager instead, which provides all of the same functionality and more. Further information can be found in Developer's Guide -> .. -> Creating ASPX master pages.

 

 

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