Table of Contents
Gui
Gui is the root of all XML files. This tag is unique and describes the service itself.
Attributes
| Name | Allowed Values | Description |
|---|---|---|
| type | “service” o. “generic” | Whether this is a service UI or a generic UI |
| category | Text | Category of this service (type=service) |
| defaultbuttons | “yes” o. “no” | Display default buttons (e.g. 'save') |
| actionload | Method Name | Will be executed, when this UI is displayed |
Example
XML
<?xml version="1.0" encoding="UTF-8"?> <gui type="service" category="showcase" defaultbuttons="yes"> [ ... widgets ... ] </gui>
<?xml version="1.0" encoding="UTF-8"?> <gui type="generic" actionload="onLoad"> [ ... widgets ... ] </gui>
Links
You could leave a comment if you were logged in.