Front Panel
FP File
XML Schema
<?xml version="1.0"?>
<frontpanel
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://developer.microej.com"
xsi:schemaLocation="https://developer.microej.com .widget.xsd">
<device name="example" skin="example-device.png">
<ej.fp.widget.[type] x="22" y="51" [widget-attributes]/>
<ej.fp.widget.[type] x="30" y="125" [widget-attributes]/>
<!-- ... -->
</device>
</frontpanel>
File Specification
Tag |
Attributes |
Description |
---|---|---|
|
The root element. |
|
|
Invariant tag [1] |
|
|
Invariant tag [2] |
|
|
Invariant tag [3] |
|
|
The device’s root element. |
|
|
The device’s logical name. |
|
|
Refers to a PNG file which defines the device background. |
|
|
Defines the widget to use. Refer to the widget documentation. |
|
|
All widget should provide this identifier. Sometimes it is used as string, sometimes as integer |
|
|
The widget x-coordinate. |
|
|
The widget y-coordinate. |