Pascal Specht
|
Wednesday 10 September 2008 2:25:59 am
Hi there, the title may be misleading, I'm looking for a way to get the rendered html that attribute_view_gui generates from a xhtml attribute. In other words, is there a way to convert an xhtml attribute to html like {attribute_view_gui attribute=my_xhtml_attribute} does ?
Thanks for any ideas, </Pascal>
|
Pascal Specht
|
Wednesday 10 September 2008 7:19:51 am
Hi Ivo, Thanks for your answer. I've looked into the details I can see inside the attribute, and the only one accessible from PHP that seems to contain something suitable is data_text, I couldn't see any output_text in PHP (although I know it's available in eZ templates). the data_text unfortunately contains XML markup and doesn't look like valid xhtml I could render out without the attribute_view_gui function. It still contains paragraph, section, strong and similar tags, too. So, I'm still stuck... </Pascal>
|