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?
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.
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.
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?
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.
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.
Here is my work around for this issue, but I personally don't like it. There must me a better way of doing it.
is working on a reply...