![]() |
|||||
|
Defining a FieldGroupThe following few lines of the UI config file define a FieldGroup on Tab0 of the Inspector: Example 4-4. FieldGroup Definition .
<!--FieldGroup0 in Tab0-->
<org.openmdx.ui1.ElementDefinition name="org:opencrx:kernel:segmentName:ClassName:Pane:Attr:Tab:0:Group:0">
<_object>
<active>true</active>
<toolTip>
<_item>ToolTip for FieldGroup0</_item>
</toolTip>
<label>
<_item>FieldGroup0</_item>
</label>
</_object>
<_content/>
</org.openmdx.ui1.ElementDefinition>
.The above code defines the following FieldGroup properties (and Figure 4-1 shows what the customized Inspector looks like):
|
||||