[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Zope Products

webmaster@zope.org webmaster@zope.org
Fri, 08 Nov 2002 20:17:39 -0500


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Products.stx#3-56

---------------

      The 'manage_options' structure is a tuple that contains
      dictionaries. Each dictionary defines a management view. The view
      dictionary can have a number of items.

        'label' -- This is the name of the management view

        'action' -- This is the URL that is called when the view is
        chosen. Normally this is the name of a method that displays a
        management view.

        'target' -- An optional target frame to display the action. This
        item is rarely needed.

        'help' -- Optional help information associated with the
        view. You'll find out more about this option later.

        % Anonymous User - Nov. 8, 2002 8:17 pm:
         /The view dictionary can have/Each dictionary can have/ blf