Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides the definitions of the wide view. The wide view must specify one or more definitions.
Schema
- Configuration Element
 - ViewDefinitions Element
 - View Element
 - WideControl Element
 - WideEntries Element
 
Syntax
<WideEntries>
  <WideEntry>...</WideEntry>
</WideEntries>
Attributes and Elements
The following sections describe the attributes, child elements, and parent element of the
WideEntries element. At least one child element must be specified.
Attributes
None.
Child Elements
| Element | Description | 
|---|---|
| WideEntry Element | Provides a definition of the wide view. | 
Parent Elements
| Element | Description | 
|---|---|
| WideControl Element | Defines a wide (single value) list format for the view. | 
Remarks
A wide view is a list format that displays a single property value or script value for each object. For more information about the components of a wide view, see Wide View Components.
Example
The following example shows a WideEntries element that defines a single WideEntry element. The
WideEntry element contains a single WideItem element that defines what property or script value
is displayed in the view.
<WideControl>
  <WideEntries>
    <WideEntry>
      <WideItem>...</WideItem>
    <WideEntry>
  </WideEntries>
</WideControl>
For a complete example of a wide view, see Wide View (Basic).