how to make radio buttin in forms in an xml file

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

how to make radio buttin in forms in an xml file

Aayush
can u please tell me how to make radio buttin in forms in an xml file
give the full description of all the fields that can be used in that tag
Reply | Threaded
Open this post in threaded view
|

Re: how to make radio buttin in forms in an xml file

Jacques Le Roux
Administrator
So far, there are check buttons but no radio buttons in widget form (you can always check the widget-form.xsd)
You may use dropdowns...

Jacques

From: "Aayush" <[hidden email]>
> can u please tell me how to make radio buttin in forms in an xml file
> give the full description of all the fields that can be used in that tag
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/how-to-make-radio-buttin-in-forms-in-an-xml-file-tp2333394p2333394.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: how to make radio buttin in forms in an xml file

Ravindra Mandre-2
In reply to this post by Aayush
you can go there and make  a simple search for radio ,
 and will find your answer
you can use this as a child tag of field , <radio >


http://ofbiz.apache.org/dtds/widget-form.xsd



Regards
Ravindra Mandre
Reply | Threaded
Open this post in threaded view
|

Re: how to make radio buttin in forms in an xml file

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Sorry, I did not look right (wrong search scope in Eclipse), there is a radio button in widget-form.xsd :/
I just never used it, but there are examples OOTB

Jacques

From: "Jacques Le Roux" <[hidden email]>

> So far, there are check buttons but no radio buttons in widget form (you can always check the widget-form.xsd)
> You may use dropdowns...
>
> Jacques
>
> From: "Aayush" <[hidden email]>
>> can u please tell me how to make radio buttin in forms in an xml file
>> give the full description of all the fields that can be used in that tag
>>
>> --
>> View this message in context:
>> http://ofbiz.135035.n4.nabble.com/how-to-make-radio-buttin-in-forms-in-an-xml-file-tp2333394p2333394.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>