<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><html>On Apr 28, 2008, at 5:31 AM, Santiago Videla wrote:</html><br class="Apple-interchange-newline"><blockquote type="cite">Hi there,<br><br>I'm trying the TinyWidget like the wiki tutorial at <a href="http://grok.zope.org/documentation/how-to/automatic-form-generation">http://grok.zope.org/documentation/how-to/automatic-form-generation</a><br> <br>It works fine, actually I didn't need to customize the edit template to add:<br><pre><br>  <span style="color: rgb(0, 128, 0); font-weight: bold;">&lt;tal:block</span> <span style="color: rgb(125, 144, 41);">replace=</span><span style="color: rgb(186, 33, 33);">"resource_library:tiny_mce"</span> <span style="color: rgb(0, 128, 0); font-weight: bold;">/><br>
<br><br></span></pre>It just work.<br><br>The problem it's that when I go to the wikipage created, it render the html as plain text (i.e: """&lt;h1> this is a header &lt;/h1>""")<br> <br>any ideas ?<br></blockquote></div><br><div>I suspect you need to use 'structure' like this:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;&lt;tal:block replace="structure resource_library:tiny_mce" /></div><div><br></div><div>otherwise html is escaped and you get &amp;lt;h1&amp;gt; which the browser will display as &lt;h1></div><div><br></div><div>/Tim</div></body></html>