search for: div_main_data

Displaying 4 results from an estimated 4 matches for "div_main_data".

2006 Jul 11
1
form_remote_tag ISSUE !
Hi frenz, I need to update "div_main_data" on click of one submit button and I need to update "div_member" on change of one select option. But couldn''t find any solution at the moment. If I use -> :onChange =>''this.form.onsubmit()'' this update the whole "div_main_data" as I cou...
2006 Jul 11
0
Please please somebody RESCUE me Reg. form_remote_tag !
Hi frenz, I need to update "div_main_data" on click of one submit button and I need to update "div_member" on change of one select option. But couldn''t find any solution at the moment. If I use -> :onChange =>''this.form.onsubmit()'' this update the whole "div_main_data" as I c...
2006 Jul 12
0
updating two divs based on condition
Hi, I need to update "div_main_data" on click of one submit button and I need to update "div_member" on change of one select option within the same form_remote_tag. But couldn''t find any solution at the moment. If I use -> nChange =>''this.form.onsubmit()'' this update the whole "d...
2006 Jun 19
0
For toggling update "divs" in form_remote_tag on condition!
Hi, I have an issue in updating two divs base on the condition. Like if I submit with the submit button it needs to update the div "div_main_data" and on change of one select option it needs to update another div call "div_top_data". <%= form_remote_tag( :update => "div_main_data", :url => { :action => :change_top_view }) %> <!-- here i want to update another div "div_top_data" -->...