Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Specifies what control to use in the header filter menu. There should be only one filterControl element for each displayInfo element.
If there are multiple elements, the last one is used. If no filterControl element is provided, then the default attribute settings are applied to the property description.
Syntax
<!-- filterControl -->
<xs:element name="filterControl" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="control">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="Calendar"/>
<xs:enumeration value="Rating"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Element Information
| Parent Element | Child Elements |
|---|---|
| displayInfo | None |
Attributes
| Attribute | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| control | Public. Optional. Default is "Default". The following are valid values.
|