add 'visible' property to IField interface
This commit is contained in:
parent
4c18a9731c
commit
5aa9869181
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ class IField(IComponent):
|
||||||
'(only for dropdown and other selection fields)'),
|
'(only for dropdown and other selection fields)'),
|
||||||
required=False,)
|
required=False,)
|
||||||
|
|
||||||
|
visible = Attribute('Should the field be shown in display views?')
|
||||||
fieldRenderer = Attribute('Name of a renderer (i.e. a ZPT macro or '
|
fieldRenderer = Attribute('Name of a renderer (i.e. a ZPT macro or '
|
||||||
'an adapter) that is responsible for rendering '
|
'an adapter) that is responsible for rendering '
|
||||||
'(presenting) the field as a whole.')
|
'(presenting) the field as a whole.')
|
||||||
|
|
Loading…
Add table
Reference in a new issue