9 Jan
2004
9 Jan
'04
3:44 p.m.
At 12:27 PM 1/9/2004 -0300, Gabriela López Ruiz wrote:
Hi all, I want to put a DTML page in a slot:main in a Plone site, but I don't know how to do it. Is there some method to put a DTML page into a ZPT one or some other way to do this.
Here is an example of using a span tag to call a DTML Method: <span tal:content="structure here/dtml_meth1"> Results of dtml_meth1 display here. </span> Especially nice about this is that any "define" variables that have been created in the ZPT will be available for use within the DTML Method. Use "structure" where the DTML Method is generating HTML that you want to display. =Paul