Boudjelda Mohamed Said wrote
> Hi Devs and User
>     Hope I can find help about this topic : Is there any macro , function
> or utility  to strip HTML tags from HTML String ? , because I am getting
> HTML string on description attribute of type TextArea on my class and when
> show the saved data in textarea HTML tags appear on the to be edited, so
> what I need is to show that text without HTML Tags
> 
> 
> Thanks
> _______________________________________________
> users mailing list

> users@

> http://lists.xwiki.org/mailman/listinfo/users

I guess you are using

$object.display('property')

try instead

$object.getProperty('property').value



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Strip-HTML-Tags-in-Xwiki-tp7583290p7583295.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to