Re: [Zope] What is the best method to enter more attributes about DTL Document?

2000-07-30 Thread Dieter Maurer
Marcin Kasperski writes: Short and probably obvious problem: what can I do to be asked for more properties while creating DTML Document (say I wanna be asked about description and keywords which I use in meta tags)? Maybe, customize "OFS/methodAdd.dtml" and "OFS/documentAdd.dtml". You need

Re: [Zope] What is the best method to enter more attributes about DTL Document?

2000-07-29 Thread Bill Anderson
Marcin Kasperski wrote: Short and probably obvious problem: what can I do to be asked for more properties while creating DTML Document (say I wanna be asked about description and keywords which I use in meta tags)? Short answer: Create a new ZClass-based product that contains the thigs you

RE: [Zope] What is the best method to enter more attributes about DTL Document?

2000-07-29 Thread Chris McDonough
There's not a particularly obvious solution other than to define a ZClass which inherits from DTML Document and exposes a constructor form that asks for these properties as well as an edit form that does same. See the ZClass tutorial on Zope.org at