Skip to content

Dynamic_Separator

thewhobox edited this page Oct 28, 2022 · 7 revisions

Overview
A Separator separates Parameters.

Options

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
  • None - Text will be displayed or if empty ruler
  • HorizontalRuler - Same like None
  • Headline - Text will be bold
  • Information - Text will be wrapped by a blue box
  • Error - Text will be wrapped by a red box

Let's have a look how it looks like in the ETS.
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" />

Children

Separator can't have children.

Clone this wiki locally