web/views/autoform.py
branchstable
changeset 2780 ad1dfc3855b0
parent 2652 3753f3a07ca1
child 2920 64322aa83a1d
equal deleted inserted replaced
2776:2dd05edb2f33 2780:ad1dfc3855b0
    22     """base automatic form to edit any entity.
    22     """base automatic form to edit any entity.
    23 
    23 
    24     Designed to be fully generated from schema but highly configurable through:
    24     Designed to be fully generated from schema but highly configurable through:
    25     * rtags (rcategories, rfields, rwidgets, inlined, rpermissions)
    25     * rtags (rcategories, rfields, rwidgets, inlined, rpermissions)
    26     * various standard form parameters
    26     * various standard form parameters
       
    27 
       
    28     XXX s/rtags/uicfg/ ?
    27 
    29 
    28     You can also easily customise it by adding/removing fields in
    30     You can also easily customise it by adding/removing fields in
    29     AutomaticEntityForm instances.
    31     AutomaticEntityForm instances.
    30     """
    32     """
    31     id = 'edition'
    33     id = 'edition'