Copied to clipboard

Flag this post as spam?

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


  • clyde seno 5 posts 95 karma points
    Aug 04, 2018 @ 10:25
    clyde seno
    0

    Passing parameters to rich text editor from view

    Hi, Umbraco newbie here, is there a way to pass parameters from view to a rich text editor? What i'm trying to achieve is this basically, from my controller I have a view model pass to my view and my view has a content editable with rich text at the back office. How can i pass parameters from my view to the rich text editor so that i can still do content management from back office?

  • David Zweben 266 posts 750 karma points
    Aug 05, 2018 @ 18:35
    David Zweben
    0

    What are you trying to achieve? It's not clear to me from your post. What kind of parameters are you trying to pass? The view is rendered after the backend content is determined, so it doesn't really make sense to pass information from a view to a property editor.

  • clyde seno 5 posts 95 karma points
    Aug 06, 2018 @ 02:22
    clyde seno
    0

    Hi David, I'm trying to display some dynamic text generated from my controller together with the editable content from the back office. Here is a snippet of my view.

    My view

  • clyde seno 5 posts 95 karma points
    Aug 06, 2018 @ 09:11
    clyde seno
    100

    Here is my work around for this issue, but I personally don't like it. There must me a better way of doing it.

    My work around

Please Sign in or register to post replies

Write your reply to:

Draft