Displaying 2 results from an estimated 2 matches for "categories_hash".
2006 Jun 16
1
sortable acts_as_tree with heirarchy
I''ve been stumbling on the tut at oriontransfer
(http://wiki.oriontransfer.co.nz/main/show/SortableTree)
I''ve got it working in a one dimensional list and I''ve got the drag and
drop working on children, but as can''t get it to save the tree.
Here''s my view:
<h2>Menu Prototype 2</h2>
<%= flash[:notice] %>
<ul
2006 Jun 19
0
For toggling update "divs" in form_remote_tag on condition!
...e 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()'' }) %>
<%= submit_tag("Go")%>
Please let me know if anyone knows how to solve this .
Thanks,
Joshua
--
Posted via...