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
|