[Zope] Edit raw structured text in web form?

Chris Withers chrisw@nipltd.com
Tue, 21 Jan 2003 11:15:42 +0000


davelehman@loewen.com wrote:
> 
> Is there a way to force the raw STX to show up in the editForm textarea 
> field (as it does in the ZMI) instead of letting the browser render it 
> into it's typographic equivalent? 

Yeah, you just need to html-quote the source:

<td>Content:</td>
<td><textarea class="text" name="content:text" rows="15"
cols="62"><dtml-var content html_quote></textarea></td>

cheers,

Chris