new field type 'checkboxes'

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3665 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-12-20 13:57:36 +00:00
parent 88b6a81b26
commit 9f7974bd0d

View file

@ -329,3 +329,11 @@ class ListFieldInstance(FieldInstance):
return [self.valueFieldInstance.unmarshall(v.strip())
for v in value if v.strip()]
class CheckBoxesFieldInstance(ListFieldInstance):
def marshal(self, value):
return value
def ummarshal(self, value):
return value