Hi Alex,
Alek Kowalczyk wrote:
>
> I have a schema with the List field defined:
>
> from zope.interface import Interface
> from zope.schema import List, TextLine
> class IMyObject(Interface):
>myList = List(title=u'mylist', value_type=TextLine(title=u'item'))
>
> Then I implement this usi
Hi,
I have a schema with the List field defined:
from zope.interface import Interface
from zope.schema import List, TextLine
class IMyObject(Interface):
myList = List(title=u'mylist', value_type=TextLine(title=u'item'))
Then I implement this using field property.
Then in constructor I assign