web/views/autoform.py
changeset 3408 c92170fca813
parent 3360 b02df886eb3e
child 3418 7b49fa7e942d
equal deleted inserted replaced
3407:da9cc8cc7c5f 3408:c92170fca813
    27     XXX s/rtags/uicfg/ ?
    27     XXX s/rtags/uicfg/ ?
    28 
    28 
    29     You can also easily customise it by adding/removing fields in
    29     You can also easily customise it by adding/removing fields in
    30     AutomaticEntityForm instances.
    30     AutomaticEntityForm instances.
    31     """
    31     """
    32     id = 'edition'
    32     __regid__ = 'edition'
    33 
    33 
    34     cwtarget = 'eformframe'
    34     cwtarget = 'eformframe'
    35     cssclass = 'entityForm'
    35     cssclass = 'entityForm'
    36     copy_nav_params = True
    36     copy_nav_params = True
    37     form_buttons = [fwdgs.SubmitButton(),
    37     form_buttons = [fwdgs.SubmitButton(),