[Zope3-Users] Dict Widget

mats.nordgren mats at ronin-group.org
Wed Jun 14 13:39:34 EDT 2006


I'm totally clueless as how to get a dict widget to work.

class IMyObject(Interface):
  mydict = Dict(
    title=u'My Dict',
    key_type=TextLine(),
    value_type=Int())

I see in zope.app.form.browser the config file has no view defined for IDict
and ?IField?.  Is it just a matter of configuring a view or do I also need to
make a custom widget.

Any help appreciated,

Mats


More information about the Zope3-users mailing list