Database

This Database section defines the default format for the items that have been added to the Genero Studio meta-schema file.

The widget and label properties are added to the column item in this section.
<Database>
  <File extension="4db">
    <DynamicProperties>
       <DynamicProperty name="widget" type="ENUM" label="Widget"
        initialValue="Edit" description="Associated widget"
        editorInfo="contains:ButtonEdit|CheckBox|ComboBox|DateEdit|Edit|FFImage|
        FFLabel|Field|ProgressBar|RadioGroup|Slider|SpinEdit|TextEdit|TimeEdit"/>
       <DynamicProperty name="label" type="TEXT" label="Label" initialValue=""
        description="Associated label when generating form" />
       <DynamicPropertyGroup name="formfieldGroup" label="Formfield"
        description="Formfied properties" properties="label;widget" />
    </DynamicProperties>

    <Items>
      <Item nodeName="column" dynamicProperties="widget;label"/>
    </Items>
  </File>
</Database>