Partial view macro inside Rich text editor not showing correct html
I'm using Umbraco version 7.5.8 assembly: 1.0.6233.15010.
I've created my own partial view macros that simply output html. They show correctly in the edit screen. But in the front-end the html is not updating to the right html. I've already tried to re-add the partial view macro, added a line-break underneath the macro in the RTE and republished the entire site. Also, I have not enabled caching. Still the correct html is not showing.
What is the real secret of working with partial view macros in the grid??
It works if you use a div instead of an input element. Clearly I do not understand why that matters. Anyone care to explain? Does the partial view macro have a pre-defined set of allowed controls?
Partial view macro inside Rich text editor not showing correct html
I'm using Umbraco version 7.5.8 assembly: 1.0.6233.15010.
I've created my own partial view macros that simply output html. They show correctly in the edit screen. But in the front-end the html is not updating to the right html. I've already tried to re-add the partial view macro, added a line-break underneath the macro in the RTE and republished the entire site. Also, I have not enabled caching. Still the correct html is not showing. What is the real secret of working with partial view macros in the grid??
macro:
The input field is not shown (shows in the edit screen of the umbraco page)
It works if you use a div instead of an input element. Clearly I do not understand why that matters. Anyone care to explain? Does the partial view macro have a pre-defined set of allowed controls?
is working on a reply...