Form widget text-find element

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Form widget text-find element

Scott Gray
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