6.3.5.2.2. fieldcell

Last page update: November 23, 2011

Warning

to be completed!! TODO

6.3.5.2.2.1. Definition

GnrGridStruct.fieldcell(field, _as=None, name=None, width=None, dtype=None, classes=None, cellClasses=None, headerClasses=None, zoom=False, **kwargs)

Return a cell that inherits every attribute from the field widget.

Parameters:
  • field – MANDATORY - it contains the name of the field from which the fieldcell inherits
  • _as – TODO
  • name – with name you can override the name_long of the field form widget
  • width – the fieldcell width
  • dtype – the dtype. You can override the dtype of the field form widget.
  • classes – TODO
  • cellClasses – TODO
  • headerClasses – TODO
  • zoom – a link to the object to which the fieldcell refers to. For more information, check the zoom documentation page.

The Genro fieldcell inherits the structure and the attributes of the field form widget. TODO

6.3.5.2.2.2. Examples

TODO

Table Of Contents

Previous topic

6.3.5.2.1. cell

Next topic

6.3.5.2.3. checkboxcell

This Page