Dynamic_Separator - OpenKNX/Kaenx-Creator GitHub Wiki
A Separator separates Parameters.
| Property | Description |
|---|---|
| Cell | Row and Column if ParameterBlock Layout is Grid/Table |
| Icon | Select the Icon which will be displayed on the left |
| ID | Unique ID will be generated automaticly on Publish or ProdViewer |
| Text | Text to display. If text is empty an horizontal ruler will be displayed |
| Text Parameter | Select a ParameterRef it's text will be displayed. Id will be the same of the ParameterRef |
| UIHint |
|
Let's have a look how it looks like in the ETS.
You can see 5 Separators:
| Index | Text | UIHint |
|---|---|---|
| 1 | Separator None | None |
| 2 | Empty |
None |
| 3 | Separator HorizontalRuler | HorizonalRuler |
| 4 | Separator Information | Information |
| 5 | Separator Error | Error |
XML Example
<ParameterSeparator Id="M-00FA_A-0001-01-0000_PS-3" Text="Separator HorizontalRuler" UIHint="HorizontalRuler" />
<ParameterSeparator Id="M-00FA_A-0001-01-0000_PS-3" TextParameterRefId="M-00FA_A-0001-01-0000_P-1_R-1" />Separator can't have children.