RE: [Zope] Web Based HTML Editor
Hei Joachim, I use de DHTML Edit Control OCX from Micro$oft. Unhappyly this works only with IE 5.x, but it is tottaly customizable. I made a Zclass that work in my intranet. You can got here: http://discovirtual.uol.com.br/alex.denstone/Compartilhada/DHTML%20Edit.zip Alexandre Denstone ==================================================================== Joachim Schmitz wrote: I just found another commercial WEB-based HTML-editor at: http://www.realobjects.de Mit freundlichen Grüßen
I see no ZClass. Only a bunch of other files. Do you know if it can handle TAL? See what it does to a handcoded thing like this: <div tal:content="here/title"></div>
I use de DHTML Edit Control OCX from Micro$oft. Unhappyly this works only with IE 5.x, but it is tottaly customizable. I made a Zclass that work in my intranet.
http://discovirtual.uol.com.br/alex.denstone/Compartilhada/DHTML%20Edit.zip
I see no ZClass. Only a bunch of other files.
Do you know if it can handle TAL? See what it does to a handcoded thing like this: <div tal:content="here/title"></div>
Hi, I just tried the following in my IEMethod derived editor: <DIV tal:content="here/title"></DIV> After editing the tag I got the following: <DIV tal:content="here/title">This is what I wrote, well it could have been but it worked.</DIV> IE preserves the TAL attributes. By using MS Behavior Components (custom tags with behavior that show a rendered version while preserving the custom tag in the HTML-code) it could be possible to do intrusting stuff like manipulating TAL from a DHTML Editing Component based editor. Regards, Johan Carlsson
participants (3)
-
AJDENSTONE@BKB.com -
Johan Carlsson [Torped] -
Peter Bengtsson