useFilter Attribute

Indicates the user wants a filter widget.

Type

  xsd:simpleType

Parent Elements

Element Description
editWith (Optional element) Specifies an instance of an editing component, and provides the corresponding parameters to determine its exact behavior.

Definition

  <xsd:attribute name="useFilter" use="optional">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="yes"/>
      <xsd:enumeration value="no"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Remarks

The useFilter attribute is an optional attribute of the editWith element. Its default value is "no". If the user selects the filter widget check box in the property dialog of a repeating section or repeating table, and the useFilter attribute is set to "yes", the widgetIcon attribute is set to "Filter". The useFilter attribute is only applicable for repeating sections and tables.

Example

The following is an example of the useFilter attribute as it is used in the editWith element:

  <editWith component="xCollection" widgetIcon="filter|standard"
 useFilter="yes|no" filterDependency="xpath1 | xpath2 | xpath3>