12 Mar
2002
12 Mar
'02
8:36 a.m.
hi, maybe you can try: <dtml-var "mydocument.document_src()" html_quote> greetings, maik. On Tue, 12 Mar 2002 08:57:01 +0100 "Breitenreicher, Marc" <Marc.Breitenreicher@friatec.de> wrote:
Therefore I need to get the unrendered data of a document to print out in a textarea-box.
I tried something like <textarea name="data:string" cols="50" rows="10"> <dtml-var "_[mydocument]"> </textarea>
The variable 'mydocument' is the document I want to edit. But this returns the rendered dtml-code, only html-tag stay as they were.