[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Appendix B: API Reference

webmaster at zope.org webmaster at zope.org
Thu Jun 3 06:58:10 EDT 2004


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

      % Anonymous User - June 3, 2004 6:58 am:
       for good sake - could anyone responsible for this script take some time and power to made it a little bit
       more readable? i cant believe its everyone all the same...



More information about the ZDP mailing list