Various improvements in widgets rendering.

This commit is contained in:
Gaetan Delannay 2009-11-13 18:21:03 +01:00
parent 546caa485d
commit 7cdc3c1ed6
4 changed files with 83 additions and 27 deletions

View file

@ -202,6 +202,7 @@ class String(Type):
specificReadPermission, specificWritePermission, width,
height, master, masterValue, focus)
self.format = format
self.isSelect = self.isSelection()
def isSelection(self):
'''Does the validator of this type definition define a list of values
into which the user must select one or more values?'''