Render TextString value or TextBox in RTE using Umbraco 8
Hi Everyone, Can you please help me how to fetch stored textstring value/textbox value into rich text editor?
Here in the below image, I created 3 folders using document type, each folder contains 15 websites. I have created multiple websites and each website contains separate domains. Specialist Name is in textstring/textbox format example "xyz" i tried fetching that stored value in below rich text editor by using @Model.Value("specialityName") but in website its not displaying the value of textstring. Please suggest me any link or your ideas.
Render TextString value or TextBox in RTE using Umbraco 8
Hi Everyone, Can you please help me how to fetch stored textstring value/textbox value into rich text editor?
Here in the below image, I created 3 folders using document type, each folder contains 15 websites. I have created multiple websites and each website contains separate domains. Specialist Name is in textstring/textbox format example "xyz" i tried fetching that stored value in below rich text editor by using @Model.Value("specialityName") but in website its not displaying the value of textstring. Please suggest me any link or your ideas.
You will need to do something similar to this post
https://our.umbraco.com/forum/extending-umbraco-and-using-the-api/92045-let-user-insert-variables-in-rich-content-editors#comment-92045
is working on a reply...