Custom Drop Down box in Ruby on Rails with links as a couple of the options.

Posted by DerNalia on Stack Overflow See other posts from Stack Overflow or by DerNalia
Published on 2010-06-02T20:12:18Z Indexed on 2010/06/06 8:52 UTC
Read the original article Hit count: 196

Filed under:
|

So...basically, I want this in my drop down:

•Nothing
•Option 1
•Option 2
•Option 3
Link to another page
Link to another page

I tried throwing a link_to to a select tag... that didnt work... any ideas?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby