web/uihelper.py
branchstable
changeset 8238 087bb529035c
parent 8033 2a9764674a74
child 8665 e65af61bde7d
equal deleted inserted replaced
8235:c2a91d6639d8 8238:087bb529035c
   296       the list of attributes to edit, in the desired order. Unspecified
   296       the list of attributes to edit, in the desired order. Unspecified
   297       fields will be displayed after specified ones, their order
   297       fields will be displayed after specified ones, their order
   298       being consistent with the schema definition.
   298       being consistent with the schema definition.
   299 
   299 
   300     :attr:`widgets`
   300     :attr:`widgets`
   301       a dictionnary mapping attribute names to widget instances.
   301       a dictionary mapping attribute names to widget instances.
   302 
   302 
   303     :attr:`fields`
   303     :attr:`fields`
   304       a dictionnary mapping attribute names to field instances.
   304       a dictionary mapping attribute names to field instances.
   305 
   305 
   306     Examples:
   306     Examples:
   307 
   307 
   308 .. sourcecode:: python
   308 .. sourcecode:: python
   309 
   309