<tab>
<id>tabServices</id>
<name>Services</name>
<datasourcesetkey>services</datasourcesetkey>
<functioncall>
<functions>
<function>
...
</function>
</functions>
</functioncall>
<tabmenu>
<components>
<component>
<id>cmpAdd</id>
<name>Add</name>
<elements>
...
</elements>
</component>
<component>
<id>cmpRemove</id>
<name>Remove</name>
<elements>
...
</elements>
</component>
</components>
</tabmenu>
<components>
<component>
<id>cmpProduct</id>
<name>Product</name>
<elements>
<textbox>
<id>txtProduct</id>
<datapath>product/code</datapath>
<readonly>true</readonly>
</textbox>
</elements>
</component>
...
</components>
</tab> |