Jason Cunliffe writes:
> How to add a property to a containing folder.
> Looking for DTML or External Method way to do this.
You have at least 2 options:
* Look at the object reference (--> zdp.zope.org)
for the method that adds a property
(probably something like "manage_addProperty").
* You know, you can do it via the management interface.
Search the list archives for a message where I
outline how to find out how to do something
programmatically from the management DTML source.
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )