Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • g3t 32 posts 144 karma points
    Aug 23, 2017 @ 16:11
    g3t
    0

    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

  • bh 405 posts 1382 karma points
    Aug 23, 2017 @ 18:53
    bh
    0

    Not an umbraco solution, but you could use jQuery...

    $( "#result" ).load( "ajax/test.html #container" );
    

    http://api.jquery.com/load/

  • blackhawk 313 posts 1368 karma points
    Aug 23, 2017 @ 22:12
    blackhawk
    1

    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

  • g3t 32 posts 144 karma points
    Aug 24, 2017 @ 14:34
    g3t
    0

    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.

  • blackhawk 313 posts 1368 karma points
    Aug 24, 2017 @ 14:58
    blackhawk
    0

    hmm...are you using the grid layout in the document type, to help build your content nodes?

Please Sign in or register to post replies

Write your reply to:

Draft