Pretty new to all of this....getting frustrated. <form name="sform" action="" style="display:inline;"> <label for="item_name"><font face=tahoma size=2>Search Service Tag:</font> </label> <%= text_field_tag("query2", @params[''query2''], :size => 10 ) %> </form> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
What do you mean? Could you post a full question, some problem you may be having? If you just want a select box in the forum, check out the Rails API docs (api.rubyonrails.com) for helpers you can use. Jason On 1/24/07, Ryan Overton <ryan.overton-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Pretty new to all of this....getting frustrated. > > <form name="sform" action="" style="display:inline;"> > <label for="item_name"><font face=tahoma size=2>Search Service > Tag:</font> </label> > <%= text_field_tag("query2", @params[''query2''], :size => 10 ) %> > </form> > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
ryan.overton-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-24 18:12 UTC
Re: How to add dropdown list to this?
http://76.186.99.71:3000/bisdinvs/list thats what I have so far. I want to add some more search items, and some of them will be static, so I need to use a drop down list. On Jan 24, 12:08 pm, "Jason Roelofs" <jameskil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> What do you mean? Could you post a full question, some problem you may be > having? If you just want a select box in the forum, check out the Rails API > docs (api.rubyonrails.com) for helpers you can use. > > Jason > > On 1/24/07, Ryan Overton <ryan.over...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Pretty new to all of this....getting frustrated. > > > <form name="sform" action="" style="display:inline;"> > > <label for="item_name"><font face=tahoma size=2>Search Service > > Tag:</font> </label> > > <%= text_field_tag("query2", @params[''query2''], :size => 10 ) %> > > </form>--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
http://api.rubyonrails.org look at #collection_select and related helpers ( http://api.rubyonrails.org/classes/ActionView/Helpers/FormOptionsHelper.html ) Jason On 1/24/07, ryan.overton-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <ryan.overton-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > http://76.186.99.71:3000/bisdinvs/list > > thats what I have so far. I want to add some more search items, and > some of them will be static, so I need to use a drop down list. > > On Jan 24, 12:08 pm, "Jason Roelofs" <jameskil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > What do you mean? Could you post a full question, some problem you may > be > > having? If you just want a select box in the forum, check out the Rails > API > > docs (api.rubyonrails.com) for helpers you can use. > > > > Jason > > > > On 1/24/07, Ryan Overton <ryan.over...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Pretty new to all of this....getting frustrated. > > > > > <form name="sform" action="" style="display:inline;"> > > > <label for="item_name"><font face=tahoma size=2>Search Service > > > Tag:</font> </label> > > > <%= text_field_tag("query2", @params[''query2''], :size => 10 ) %> > > > </form> > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---