search for: change_top_view

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

2006 Jul 11
0
Please please somebody RESCUE me Reg. form_remote_tag !
...#39;'this.form.onsubmit()'' this update the whole "div_main_data" as I couldn''t toggle the update parameter in form_remote_tag. And if I use -> :onchange => remote_function(:update => ''div_member'', :url => { :action => ''change_top_view'' }) It does submit the team member parameter in the request object. please please rescue me. CODE SNIPPET: ================================================= <%= form_remote_tag( :update => "div_main_data", :url => { :action => :change_top_view }) %> <%= o...
2006 Jul 11
1
form_remote_tag ISSUE !
...''this.form.onsubmit()'' this update the whole "div_main_data" as I couldn''t toggle the update parameter in form_remote_tag. And if I use -> :onchange => remote_function(:update => ''div_member'', :url => { :action => ''change_top_view'' }) It does submit the team member parameter in the request object. please please rescue me. CODE SNIPPET: ================================================= <%= form_remote_tag( :update => "div_main_data", :url => { :action => :change_top_view }) %> <%= op...
2006 Jul 12
0
updating two divs based on condition
...e =>''this.form.onsubmit()'' this update the whole "div_main_data" as I couldn''t toggle the update parameter in form_remote_tag. And if I use -> nchange => remote_function(:update => ''div_member'', :url => { :action => ''change_top_view'' }) It does submit the team member parameter in the request object. please please suggest me with any idea. CODE SNIPPET: ================================================= <%= form_remote_tag( :update => "div_main_data", :url => { :action => :change_top_view }) %&g...
2006 Jun 19
0
For toggling update "divs" in form_remote_tag on condition!
...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" --> <%= options = @categories_hash select(:category_view,:name,options, {:include_blank => false,:selected =>@selected_category_id}, {:onChange =>''this.form.onsubmit()'' }) %> <%= s...