[Zope3-Users] Re: Renaming and OrderedContainer

jürgen Kartnaller j.kartnaller at cable.vol.at
Mon Jan 31 14:29:02 EST 2005


What I left open for now is the function ObjectRenamer.renameable.


def renameable(self):
     '''Say if the container allows renaming.

     Returns ``True`` if container allows renaming, otherwise ``False``.
     '''
     return True


I think only the NameChooser of the container can give me this information.
But INameChooser actually does not have such a function.

Jürgen



More information about the Zope3-users mailing list