|
Hi All
I have a form where I want to hide the extra options created when using the
text-find element, I was thinking of adding a new attribute like this:
<xs:attribute name="hide-options" default="false">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
<xs:enumeration value="ignore-case"/>
<xs:enumeration value="options"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Any opinions?
Thanks
Scott
|