filterControl

헤더 필터 메뉴에서 사용할 컨트롤을 지정합니다. 각 displayInfo 요소에 대해 filterControl 요소가 하나만 있어야 합니다.

요소가 여러 개 있는 경우 마지막 요소가 사용됩니다. filterControl 요소가 제공되지 않으면 기본 특성 설정이 속성 설명에 적용됩니다.

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>

요소 정보

부모 요소 자식 요소
displayInfo 없음

 

특성

attribute 설명
컨트롤 공개. 선택 사항입니다. 기본값은 "기본값"입니다. 다음은 유효한 값입니다.
의미
기본값 기본값 typeInfo type=""> 특성에 <따라 기본 컨트롤을 사용합니다. 기본 형식은 "DateTime"이고 기본 컨트롤은 "Calendar"입니다. 다른 형식은 특수 필터 컨트롤을 생성하지 않습니다.
달력 일정 컨트롤을 사용합니다.
등급 5-star 등급 제어를 사용합니다.