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.