Hi, I'm using the Repeatable Custom Content v2 for a FAQ list. I have two properties, one for questions, one for answers. They are both RTE properties. The question property is set to show up in the Title. The problem is that the question is howing the HTML in the title, which is messy for users. Is there a way to strip the HTML, so that only the words show?
I'm talking about the in the editor. Have you used the Repeatable Custom Content v2? If you select to display the field in the title, it show's the HTML in the Repeatable Custom Content v2 list in the editor.
No I have not used this package I must admit, but from what I briefly read about it I asumed that it was in the frontend you wanted to change things. Sorry about that. Currently don't have an idea on how to strip it in the editor.
RTE property in Title is showing HTML.
Hi, I'm using the Repeatable Custom Content v2 for a FAQ list. I have two properties, one for questions, one for answers. They are both RTE properties. The question property is set to show up in the Title. The problem is that the question is howing the HTML in the title, which is messy for users. Is there a way to strip the HTML, so that only the words show?
Hi Douglas
In your XSLT you should be able to use the umbraco.library:StipHtml() - read more about it here http://our.umbraco.org/wiki/reference/umbracolibrary/striphtml
Hope this helps.
/Jan
I'm talking about the in the editor. Have you used the Repeatable Custom Content v2? If you select to display the field in the title, it show's the HTML in the Repeatable Custom Content v2 list in the editor.
Hi Douglas
No I have not used this package I must admit, but from what I briefly read about it I asumed that it was in the frontend you wanted to change things. Sorry about that. Currently don't have an idea on how to strip it in the editor.
/Jan
is working on a reply...