[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Zope Products
webmaster@zope.org
webmaster@zope.org
Tue, 10 Dec 2002 09:49:18 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Products.stx#4-27
---------------
This base class provides your product with the basics needed to
work with the Zope management interface. By inheriting from
'Item' your product class gains a whole host of features: the
ability to be cut and pasted, capability with management views,
WebDAV support, basic FTP support, undo support, ownership
support, and traversal controls. It also gives you some
standard methods for management views and error display
including 'manage_main()'. You also get the 'getId()',
'title_or_id()', 'title_and_id()' methods and the 'this()' DTML
utility method. Finally this class gives your product basic
*dtml-tree* tag support.
'Item' is really an
everything-but-the-kitchen-sink kind of base class.
% Anonymous User - Dec. 10, 2002 9:32 am:
Shouldn't this be :
from OFS.SimpleItem import SimpleItem; ?
% Anonymous User - Dec. 10, 2002 9:49 am:
Delete please :)