[Zope] RE: What is the best method to enter more attributes about DTL Document?
Frederic QUIN
frederic.quin@free.fr
Mon, 31 Jul 2000 09:51:31 +0100
Hi Marcin,
you can write a new HTML page which add a new document. This page must
contains a form which post the datas to the method "AddDTMLDocument",
responsible for the creation of this object.
But, if you need for example, to associate new properties to the new
Document, you have to rewrite also the method "AddDTMLDocument". The
destination of your form is now "AddMyDoc" and this new method must contains
a line similar to :
<dtml-call "manage_AddDTMLDocument(...)">
Just write me for more details
Bye
Frederic