[qooxdoo-devel] regarding forwarding for qooxdoo pages

2006-12-21 Thread gaurav.padiyar
Hiii all, I am using Qooxdoo 6.1 version and I am using it in a JSP page to make UI good looking. Believe me this tool is awesome, it makes your UI really nice and also make it Ajaxified. I am using struts framework, so when I forward this Qooxdoo JSP page to action class..it returns back to S

[qooxdoo-devel] getting values from checkbox

2006-12-07 Thread gaurav.padiyar
Hii all, Is there any function or method to fetch the values from checkbox... I need to fetch the values of multiple selection made by user in my code... Regards, Gaurav - Take Surveys. Earn Cash. Influence the Fu

Re: [qooxdoo-devel] qx.ui.form.List Selection Changed event

2006-12-01 Thread gaurav.padiyar
Hi Jonathan, Try this snippet...hope it will help u list.getManager().addEventListener("changeSelection", function(e) { var currentItem = list.getManager().getSelectedItems(); }); Cheers, Gaurav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan

[qooxdoo-devel] FW: getting values of selected items from list

2006-11-30 Thread gaurav.padiyar
Hi All, I am using qooxdoo 0.6.1 version and on using the List I need to get values of selected items from list i.e. list.getManager().addEventListener("changeSelection", function(e) { var currentItem = list.getManager().getSelectedItems(); }); but I am getting object of the sele

[qooxdoo-devel] hiding a control

2006-11-24 Thread gaurav.padiyar
Hi all, Is there any way to hide a control i.e. text box, combo box Based on some condition... Thanks n Regards, Gaurav - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel a