[Zope] Programmatically creating a DTML Document?
Robb Shecter
shecter@darmstadt.gmd.de
Sun, 06 Feb 2000 17:15:32 +0100
Chris McDonough wrote:
> Robb,
>
> You'd do something like this from within DTML:
>
> <dtml-call expr="manage_addDTMLDocument('mydocumentid',
> 'mydocumentitle', mycontent)">
Thank you! I actually did end up finding the add method in the ZQR. I
wasn't able to figure out on my own, though, what parameters the method
takes. How would I have been able to find this? Is there some some source
code file I can look in?
Thanks,
Robb