equal
deleted
inserted
replaced
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' |