Displaying 2 results from an estimated 2 matches for "atlasmain".
2006 Mar 01
9
ajax doesn''t show at the right place
...er, the newly created rhtml doesn''t replace my
old zone, it shows instead on top of my old
zone...Does someone know why???
my code is like
<table>
<tr><td colspan="2"><a href="#" onclick="new
Ajax.Updater(''zone1'',
''/atlasmain/updateTissueAndTreatment'',
{asynchronous:true, evalScripts:true}); return
false;">Reset All</a></td></tr>
<tr>
<div id="zone1">
<td>titi</td>
<td>tata</td>
</div>
</tr>
</table>
Thanks you very m...
2006 Feb 02
8
How to get all selected rows in the mutli-selection listbox?
Hi,
I have created a multiple selection listbox with
rails, when I try to get the rows selected by user,
rails send back only the first one, how can I get the
other selected rows????
I created the listbox with the following function:
select_tag("form__list1",
options_for_select(["A","B","C","D"], selected = "A"),
html_options =