[Zope] Web Based HTML Editor
Johan Carlsson [Torped]
johanc@torped.se
Thu, 19 Jul 2001 22:29:23 +0200
> I see no ZClass. Only a bunch of other files.
>=20
> Do you know if it can handle TAL?
> See what it does to a handcoded thing like this:
> <div tal:content=3D"here/title"></div>
>=20
Hi,
I just tried the following in my IEMethod derived editor:
<DIV tal:content=3D"here/title"></DIV>
After editing the tag I got the following:
<DIV tal:content=3D"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