oo00oo
2006-Jan-21 11:38 UTC
[Rails] text_area content with text_area and not text_area_tag ?
Hello, Is it possible to fill the textarea content when using the text_area function ? Why there is 2 , + or - similar class : FormHelper and FormTagHelper ?
Carl-Johan Kihlbom
2006-Jan-21 12:23 UTC
[Rails] text_area content with text_area and not text_area_tag ?
FormHelper methods are used with model objects while FormTagHelper can be used with any data. FormHelper methods use their counterparts in FormTagHelper to create the HTML. On 1/21/06, oo00oo <oo00oo@free.fr> wrote:> Hello, > > Is it possible to fill the textarea content when using the text_area > function ? > > Why there is 2 , + or - similar class : FormHelper and FormTagHelper ? > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >