[Rails] List of html_options available

2010-10-06 Thread Leonel *-*
I've noticed lots of people online complain about not good documentation for Rails. I'm a PHP programmer but I'm a newbie on Rails. I'm creating a form with a drop-down menu. I finally got to do it. I noticed there is a html_options parameter for select. I was curious as to what other

Re: [Rails] List of html_options available

2010-10-06 Thread Hassan Schroeder
On Wed, Oct 6, 2010 at 7:54 AM, Leonel *-* li...@ruby-forum.com wrote: I noticed there is a html_options parameter for select. Can somebody please point me to a place in a documentation where I can find a complete list for the different options for html_options parameter?

Re: [Rails] List of html_options available

2010-10-06 Thread Maksim Gudovsikov
Hi, html_options are just normal attributes you write on to the html-tags like: class, style, onchange and so on. Greets, Max. Am 06.10.2010 16:54, schrieb Leonel *-*: I've noticed lots of people online complain about not good documentation for Rails. I'm a PHP programmer but I'm a newbie on