X4 Produktdokumentation

Detail Structural Element

The Detail structural element displays additional information on the data set that is selected in the master structural element.

The Detail structural element is defined within MasterDetailComponent after the Master structural element. The components which are to be displayed are referenced here.

Sample Definition of a Detail Structural Element

XML
<MasterDetailComponent xmlns="http://softproject.de/webapp/1.0">
    <Actions/>
    <Master/>
    <Detail>
	<!-- Reference to one or several Detail or List Components -->
        <ComponentReference source="Administration/Country/Country.detail" name="CountryDetail" displayName="$General"/>
    </Detail>
    <Overlay/>
</MasterDetailComponent>