19 Jul
2001
19 Jul
'01
8:29 p.m.
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