Simply create a base content node that has your rich text editor and custom information.
Then in content node (2), make sure it's document type allows for the use of the content picker, then use it to pull the information of your base content node.
You will then have 2 pages mirroring each other in regards to content.
Shared text content.
Looking for a way to share a richtext content across two page. (effectively a mirror of the page)
Need the user to create a page with text editor and then create another page in another specific folder that mirrors that content again.
Cant have the user go into macros thou.
It probably really easy but need a bit point in right direction. cheers
Not an umbraco solution, but you could use jQuery...
http://api.jquery.com/load/
Perhaps making use of the content picker, could help.
Simply create a base content node that has your rich text editor and custom information.
Then in content node (2), make sure it's document type allows for the use of the content picker, then use it to pull the information of your base content node.
You will then have 2 pages mirroring each other in regards to content.
Hopefully that helps
Thanks it looks like that would work but i can only get id of the selected page. Not sure of the razor code to target the rich text editor id.
hmm...are you using the grid layout in the document type, to help build your content nodes?
is working on a reply...