API Questions on Kentico API.
Version 6.x > API > Can not inherit by Parent Page (CMSEditableRegion Control) View modes: 
User avatar
Member
Member
lethanhclub-gmail - 11/17/2011 8:54:48 PM
   
Can not inherit by Parent Page (CMSEditableRegion Control)
I just upgrade from Kentico 5.5 to Kentico 6.0. But Child Page Can not inherit by Parent Page. I used CMSEditableRegion Control to add Text content.
So that is html code:
<cms:CMSEditableRegion ID="cmsEditableRegion" runat="server" InstanceGUID="0A60A46B-E179-4BBC-8610-3CCEDE3D1B86" RegionType="HtmlEditor" InheritContent="true" />

Please help me resolve this issue.

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 11/21/2011 7:45:56 AM
   
RE:Can not inherit by Parent Page (CMSEditableRegion Control)
Hello,

This feature was abandoned because you can display the content with the use of a repeater. If you would save the content on an other page, where the data is only displayed, then the changed version would be saved to this one document, not to the original one. You can use the following transformation function for this:

EditableItems{get;}

<%# EditableItems["mainText"] %>
• Gets the editable region value.

Best regards,
Boris Pocatko