does anyone know if its possible to use kupu with dtml? the documentation has information for page templates but not dtml. i'm currently running epoz 0.8.1 and would like to upgrade if i can... (and the reason i'm asking is that i have an existing zope site all in dtml that i want it to work with). cheers matt
Matt Carey wrote:
does anyone know if its possible to use kupu with dtml? the documentation has information for page templates but not dtml.
i'm currently running epoz 0.8.1 and would like to upgrade if i can...
(and the reason i'm asking is that i have an existing zope site all in dtml that i want it to work with).
Epoz and Kupu are both JavaScript-Wysiwyg-XHTML-Editors... Both editors aren't able to edit any DTML-Templates at all, because DTML is no (X)HTML. Maybe you should think about seperating your content from script-logic. Cheers, Maik
Hi Maik, Matt
Epoz and Kupu are both JavaScript-Wysiwyg-XHTML-Editors... Both editors aren't able to edit any DTML-Templates at all, because DTML is no (X)HTML.
Well, neither Epoz nor Kupu edit Page Templates either, do they? They run in the already-rendered page. Whether the page was cooked by DTML or ZPT shouldn't matter, no? -- Jean Jordaan http://www.upfrontsystems.co.za /training <-- Zope/Plone training! /training/af <-- Nie af nie, Afrikaans.
Jean Jordaan wrote:
Hi Maik, Matt
Epoz and Kupu are both JavaScript-Wysiwyg-XHTML-Editors... Both editors aren't able to edit any DTML-Templates at all, because DTML is no (X)HTML.
Well, neither Epoz nor Kupu edit Page Templates either, do they?
No, both can't edit PageTemplates...
They run in the already-rendered page. Whether the page was cooked by DTML or ZPT shouldn't matter, no?
That's right. You can call Epoz or Kupu from ZPT or DTML, but you can't edit ZPT / DTML with them... just (X)HTML...;) Cheers, Maik
participants (3)
-
Jean Jordaan -
Maik Jablonski -
Matt Carey