...
This XML is used to define the Data Entry pagecomponents of the data entry page. A data entry page consists of three areas, the main menu area, the main area and the details area.
For each one of these areas we can specify the components and tabs that they will contain.
Attributes
Name | Description | Value |
---|---|---|
id | Unique Identifier. | Any. |
name | The name of the data entry page. This is displayed as the title of the page. | Any. |
datapath | The paths of the identifiers of the displayed object. This is also part of the page's title. | The paths of the object properties that hold the values to be displayed. |
module | The identifier of the module the page belongs to. | Any of the module ids defined in the modules metadata file. |
functioncall | The methods that are called to load the datasource object. | Any functioncall that loads the datasource object. |
datasources | The classes of the objects displayed on the page. | com.crm.web.generator.datasource.DTODatasource |
flowcontrol | The definition of the steps of a wizard page. | The list of the wizard steps. |
mainmenu | The definition of the page's toolbar. | The list of components that will be displayed on the toolbar. |
main | The definition of the page's main area. | The list of components that will be displayed in the main area. |
details | The definition of the page's details area. | The list of tabs that will be displayed in the details area. |
...