[Zope3-dev] addform docs

R. David Murray rdmurray+dated+1049562692.3c4aeb@bitdance.com
Mon, 31 Mar 2003 12:11:26 -0500 (EST)


Jim Fulton <jim@zope.com> wrote:
>Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/browser
>In directory cvs.zope.org:/tmp/cvs-serv17922/doc/zcml/namespaces.zope.org/browser

>-addform (function zope.app.browser.form.add)
>+ZCML addform directive
[...]
>+    menu -- (optional)
>+
>+      The browser menu to include the edit form in.
[...]
>+    title -- (optional)
>+
>+      The browser menu label for the edit form
>+
>+      This attribute defaults to "Edit".

Looks like a copy and paste error.  I doubt these are meant to refer
to 'edit'.  I'd fix it, but I also doubt that the default title is
simply "Add" (though I suppose it might be).

--RDM