Include control
You can use include controls to reuse dialog windows, layouts, and data tables from an existing application in the presentation.xml file of a new application. You can place an include control within a page, tab, or section control.
The include control is used with the presentation, page, and client area controls to create the presentation.xml file for an application. Include controls are typically used to obtain common application functions like header and footer from the LIBRARY.XML file. You can also use an include control within the client area to, for example, obtain table definitions for application log files from the LIBRARY.XML file.
Properties
Attribute name | Description |
---|---|
Control ID |
Each control in a presentation is assigned a unique Control ID that is read-only. |
Control ID to Clone |
You can specify any Control ID from the library.xml file. This property enables you to include the same library element multiple times in a presentation. |