You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sugail Hameed <su...@kenapps.com> on 2011/09/09 09:04:34 UTC

linking form within form

hello list,
           i had created one in that i gave link for another form still the
link not showing tell exact tags for that

Re: linking form within form

Posted by Jacques Le Roux <ja...@les7arts.com>.
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" <su...@kenapps.com>
> hello list,
>           i had created one in that i gave link for another form still the
> link not showing tell exact tags for that
>