index



modules



license
coding style
to do



Page contents : fields

~~_CAREFUL !_ This page indicates intended behaviour, not existing behaviour~~

The code to include a field is extremely simple.

The form already indicates the table for the field. More than one form can be combined on a page if fields from more than one table need to be combined.

All the information which is necessary to display/edit a fom is already specified in the field definition, so all that is needed is the field name.

There are two possible modifications for the field

  • whether it is editable or view only
  • whether the label needs to be included or not.
<field name="FieldName" editable="true"/>
<field name="AnotherField" editable="false"/>

Obviously, the default value for "editable" is "true".


$Id: GuiPageField.wiki 642 2004-08-13 09:01:21Z triathlon98 $