BackTalk to Document The Zope Book (2.6 Edition)/Appendix B: API Reference
[email protected] Tue, 01 Jun 2004 05:54:28 -0400
| Newsgroups | gmane.comp.web.zope.zdp |
|---|---|
| Message-ID | <[email protected]> |
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixB.stx#2-148
---------------
To create an object inside an object manager use 'manage_addProduct'::
self.manage_addProduct['OFSP'].manage_addFolder(id, title)
% Anonymous User - June 13, 2002 4:37 pm:
what is OFSP??????
explanation would help here...
% Anonymous User - June 1, 2004 5:54 am:
I can create a folder inside another one without manage_addProduct:
Folder.manage_addFolder (id, title)
But I can't create a Python Script.
Folder.manage_addPythonScript (id) - does not work.
I think it is a bag and it is necessary to correct this. Why do I need to make an additional call?
At least this must be reported in section dedicated to the Script (Python) API
This is a
_______________________________________________
ZDP maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zdp