linking form within form

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

linking form within form

Sugail Hameed
hello list,
           i had created one in that i gave link for another form still the
link not showing tell exact tags for that
Reply | Threaded
Open this post in threaded view
|

Re: linking form within form

Jacques Le Roux
Administrator
If you don't use an XML autocompleter IDE look into widget-form.xsd
You will find for instance

<xs:attribute name="target-type" default="intra-app">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="intra-app"/>
            <xs:enumeration value="inter-app"/>
            <xs:enumeration value="content"/>
            <xs:enumeration value="plain"/>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>

Jacques

From: "Sugail Hameed" <[hidden email]>
> hello list,
>           i had created one in that i gave link for another form still the
> link not showing tell exact tags for that
>