[ZDP] Q : implementation Tutorial

Tom Deprez Tom.Deprez@uz.kuleuven.ac.be
Thu, 27 May 1999 10:24:32 +0200


Forgot to tell, I want to use a DTML Method for Table_header_html...

So, I can't store properties, but I thought if I can only pass them to the
method, then it should be possible... not?



>Hi,
>
>I want to use a table to put the source code in.
>
>Now I was thinking about making the header and footer of this table so the
>layout of the table is defined in two objects which will always be used.
>
>Now: I would like to enter a title in the header and I wonder if this is
>possible to program :
>
>Table_header_html :
>
><table>
> <tr>
>  <td></td>
>  <td><!--#var table_title --></td>
>  <td></td>  
> </tr>
></table>
>
>In another document I would call : <!--#var Table_header_html('This is de
>title')-->
>
>And this is the title is used as title....
>
>Is this possible?
>
>Tom.
>
>
>_______________________________________________
>ZDP maillist  -  ZDP@zope.org
>http://www.zope.org/mailman/listinfo/zdp
>
>