SA XT for web access : System Architect XT : Customizing System Architect XT : Sample components in the configuration files : Explorer page
  
Explorer page
The Explorer page is contained within the commercial and defence Configuration files. You can modify only certain elements of the Explorer page, and you can only insert one Explorer component within one Page component, as shown in the code sample below:
<pages>
<pagename="explorer">
<componentname="Explorerr"type="Explorer"class="boxLarge"header="Explorer"scrolling="Y"style="height:360px">
<component/>
</page>
</pages>
The properties of the browser component are described in the following table:
Field
Description
class
The stylesheet class which the generated div region will be given.
header
Defines the header to be added above the scrollable region, above the list.
header2
Defines the header to be added inside the scrollable region, above the list.
name
Should be unique.
scrolling
If set to Y, this allows the explorer to be scrolled, as opposed to letting it expand as more space is needed.
style
The style which the generated div region will be given.