use new SchemaFactory for fine-grained control of field properties
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2081 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
5fd6f75a60
commit
4f7aea9b56
1 changed files with 0 additions and 7 deletions
|
@ -96,13 +96,6 @@ class ObjectForm(NodeView):
|
|||
@Lazy
|
||||
def fields(self):
|
||||
return self.schema.fields
|
||||
fields = self.schema.fields
|
||||
fields.data.height = 10
|
||||
ifc = self.typeInterface
|
||||
if ifc in widgetControllers:
|
||||
wc = widgetControllers[ifc](self.context, self.request)
|
||||
wc.modifySchemaFields(fields)
|
||||
return fields
|
||||
|
||||
@Lazy
|
||||
def data(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue