admin
-
1/26/2006 4:39:23 PM
Re: MasterPages and CMSEditableRegion
Hi Andre,
Thank you for your post. Unfortunately, the master pages in .NET 1.1 are not supported in Kentico CMS, you can only use them with standard ASP.NET 2.0 master pages. The reason is that the structure of controls and their ID's are different if you use master pages and since there's no standard for master pages in .NET 1.1, we cannot create a solution that would work in all cases.
The editable regions cannot be placed in a user control becuase they are encapsulated in another control then. We will try to fix this in 1.8b. Still, placing an editable region into a user control doesn't make much sense since the content of the editable region is tightly connected with currently edited page.
If you need to share content over several pages (typically for header or for a right column of pages in a specific site section), you should create an article (such as "/logo" or "/products/rightcolumn") and display this article using a CMSViewer control that can be placed on some user control (header.ascx, rightcolumn.ascx, etc.) that is shared over pages.
Please let me know if you need any further details.
Best Regards,
|