Design and CSS styles
Version 7.x > Design and CSS styles > Inherit content of another page in a site View modes: 
User avatar
Member
Member
gianglt3-fsoft.com - 10/24/2013 3:29:35 AM
   
Inherit content of another page in a site
I have a page A have a webpart "Editabletext"(ID="editabletext") and I input content "hello word" to this webpart.
Now,I want create new page B and drag a webpart "TestPopup" have region "PopupContent"
<cms:CMSEditableRegion runat="server" ID="PopupContent" RegionType="HtmlEditor" RegionTitle="Top content text" InheritContent="true" />

What can I do to get content "hello word" from webpart "Editabletext" of page A to webpart "TestPopup" of page B without copy/paste :D.
So,When i modify content of webpart "Editabletext",content of webpart "TestPopup" will modified.

User avatar
Member
Member
gianglt3-fsoft.com - 10/24/2013 5:08:20 AM
   
RE:Inherit content of another page in a site
I found this topic devnet.kentico.com/Knowledge-Base/Web-parts-Controls/How-to-assign-content-to-a-CMSEditableRegion-contr.aspx

it's helpful!!!