|
You could do something like this: dbList = $ie.select_list( :name, 'assigned').getAllContents for dbl in dbList $ie.selectBox( :name, 'assigned').select("#{dbl}")
end Hope this helps, --Mark From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of VIKASH KUMAR Sir, I am
facing a problem in selecting multiple values from a list and passing it over
to another list box with any button click, it should do it automatically. for
example the list is as given below: <select
id="assigned" name="assigned" size="8"
multiple="multiple" class="addList"
alloptions="availableGroups" alt="permissions"> </select> and
the other list as : <select
id="availableSystem" name="availableSystem"
size="8" multiple="multiple">
Please send me a
solution for selecting multiple values from list "assigned" and
passing it over to list "availableSystem", without any button click
event. Thanks
in advance. Vikash
Kumar Find
out what |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
