[gen] Added attribute Field.view allowing to specify, for any field, an alternative pxView.
This commit is contained in:
parent
186175250d
commit
e01615476b
17 changed files with 45 additions and 36 deletions
|
@ -533,6 +533,8 @@ class BaseMixin:
|
|||
except Exception, e:
|
||||
tb = sutils.Traceback.get()
|
||||
res = XmlMarshaller(rootTag='exception').marshall(tb)
|
||||
import transaction
|
||||
transaction.abort()
|
||||
return res
|
||||
|
||||
def say(self, msg, type='info'):
|
||||
|
|
|
@ -553,7 +553,7 @@ class AbstractWrapper(object):
|
|||
</x>
|
||||
</div>''')
|
||||
|
||||
# Displays the fields of a given page for a given object.
|
||||
# Display the fields of a given page for a given object
|
||||
pxFields = Px('''
|
||||
<table width=":layout.width">
|
||||
<tr for="field in groupedFields">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue