I haven't tested these, but off the top of my head:

#1. Getting values of selected items from a list
- loop over each object and extract its value

#2. Flush a list
- update the data and do a .update on thee list


Greetings,
Ralf

2006/12/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:



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 selected items only….

I need to get the original values from the list



And is there any method to flush the values of the items of the List…..

Need urgent help





Regards,

Gaurav



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to