[kupu-dev] Using Kupu in Plone without AT.
Christian Klinger
cklinger at novareto.de
Thu Jan 4 16:52:57 CET 2007
Hello List,
how is it possible to use kupu in plone in a page template without AT.
Are there examples for this?
Thx Christian
Maybe something like this.....
<div class="field" >
<div tal:define="inputname python: 'fieldName';
formname string:AAA;
inputvalue string:value;
width string:12;
height string:5;
">
<div
metal:use-macro="here/wysiwyg_support/macros/wysiwygEditorBox">
The WYSIWYG code
</div>
</div>
</div>
More information about the kupu-dev
mailing list