Skip to main content
Skip table of contents

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>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.