| Propertie | Description |
| Objekt: |
| LayerID | A internal Number of the layer |
| ID | A id number for the object |
| ProfileID | A id number for the profile |
| Layout: |
| alignment | 9 alingnments are possible:
 |
| width | The width of the object in % of the screen width. |
| hight | The height of the object in % of the screen heigth. |
| left | The distance between the left screen side and the left side of the object in % of the screen width. |
| top | The distance between the top of the screen and the top of the object in % of the screen heigth. |
| Radiusunit | Radiusunit pixel or % of the div size.
Example: 50% will display the box as cyrcle or oval |
| Radius size | Radius at the coners of the div |
| schadow | turn the div shadow on or off |
| visible | Hier you can hide a div |
| Order | For overlapping div's, you can specify here which one will be on the top. As smaller the value as more the div is in the back. |
| Border: |
| boarder thikness | Thikness of the border around the div. (0 = no border) |
| border color | Color of the border around the div or around the table. |
| Background: |
| Picture mode | Should a background picture be proportional or stretched? |
| dynamic Picture | The program contains variables which are filled during the execution. The list of variables can be found in a further paragraph. |
| Background color | Instead of a picture also a background color can be set. Pictures will have priority. You can also set transparent. |
| Manuel Picture | Here you can set a static background picture. If you assign a dynamic and manual background picture, then the dynamic has priority. Even if the variable is empty. |
| Content: |
| Dynamic Text | The program contains variables which are filled during the execution. The list of variables can be found in a further paragraph. |
| Manuel Text | Here you can set a static text. If you assign a dynamic and manual text, then the dynamic has priority. Even if the variable is empty. |
| Table content | The program contains several Tables, which will be filled during execution. Which Tables are available, you can find in a further paragraph. |
| Font: |
| bold | Formating the text as bold font. |
| italic | Formating the text as italic font. |
| Font | Formating the text in the selected font. |
| Font size | Formating the text in the selected size. The unit is vh. So the font size is adapting when the size of the screen is changed. |
| Font color | Formating the text in the selected color. |
| Style: |
| Free CSS Code | The complete display is based on HTML and CSS3. The boxes are div's which can be formated with CSS. All propertier will be translated to CSS properties. In addition you can here enter any CSS property. Please use following format: [CSS property]:[Value]; It is mandatori to use the double point and semicolon at the end. You can enter several CSS command in a sequence. |
| Marquee speed | Each Text can be displayed as Marquee.
0 = no Maquee
As smaller the value as higher the speed. |
| Table format: |
| Header color | Background of the table header |
| Table border thikness | Thickness of the border (0 = no border) |
| Table border type | line = only lines between the rows
Net = Boarder around the table, lines between the rows and columns |
| row color | Background color of the rows |