[Zope3-Users] Readout content/factory/title
Florian Lindner
mailinglists at xgm.de
Wed Mar 9 11:08:50 EST 2005
Am Dienstag, 8. März 2005 21:59 schrieb Stephan Richter:
> On Tuesday 08 March 2005 11:50, Florian Lindner wrote:
> > ow can I read out ZCML: content->factory->title of a given object? In ZPT
> > and Python?
>
> I do not understand this question.
I register a content object with:
<content class="...">
[...]
<factory title="The title I want to read out" />
[...]
</content>
The apidoc describes the attribute as:
Text suitable for use in the 'add content' menu of a management interface
And for that I would like to use it.
Thx,
Florian
More information about the Zope3-users
mailing list