21 Jan
2003
21 Jan
'03
11:15 a.m.
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