Hi, Is there is any way in ruby on rails where we show all my groups there subgroups with check boxes in tree structure way? e.g group A | ----Group A.1 | ----Group A.2 | ---------Group A.2.1 All with check boxes and subgroup opens when click on root ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sunny Bogawat wrote:> Hi, > Is there is any way in ruby on rails where we show all my groups there > subgroups > with check boxes in tree structure way? > > e.g > group A > | > ----Group A.1 > | > ----Group A.2 > | > ---------Group A.2.1 > > All with check boxes and subgroup opens when click on root ?"any answer?" -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sunny Bogawat wrote:> Sunny Bogawat wrote: >> Hi, >> Is there is any way in ruby on rails where we show all my groups there >> subgroups >> with check boxes in tree structure way? >> >> e.g >> group A >> | >> ----Group A.1 >> | >> ----Group A.2 >> | >> ---------Group A.2.1 >> >> All with check boxes and subgroup opens when click on root ? >"I want tree-view set of +/- check boxes that open and close to reveal/hide lower level groups. Checking higher level boxes will automatically mean checking boxes farther down on the tree, but checking lower level boxes will not produce auto-checking of higher level boxes: E.g:- Main Group I. Subgroup 1. Subgroup 2. Subgroup 2a. Subgroup 3. Subgroup 4. Subgroup 5. Subgroup 5a. Subgroup 5b. Subgroup 5b-1." -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- Competing with SPSS and SAS: improving code that loops through rows (data manipulation)
- superposing barplots having different scales
- ruby's simple_format method is not working for spaces.
- perform subgroup meta-analysis and create forest plot displaying subgroups
- How to filter an activerecord find_all...