File: //usr/local/rvm/gems/default/doc/actionview-6.1.4.1/ri/ActionView/Helpers/FormHelper/text_area-i.ri
U:RDoc::AnyMethod[iI"text_area:ETI".ActionView::Helpers::FormHelper#text_area;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"zReturns a textarea opening and closing tag set tailored for accessing a specified attribute (identified by +method+) ;TI"|on an object assigned to the template (identified by +object+). Additional options on the input tag can be passed as a ;TI"hash with +options+.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading:
leveli : textI"
Examples;To:RDoc::Markup::Verbatim; [I"1text_area(:post, :body, cols: 20, rows: 40)
;TI"J# => <textarea cols="20" rows="40" id="post_body" name="post[body]">
;TI"# #{@post.body}
;TI"# </textarea>
;TI"
;TI"/text_area(:comment, :text, size: "20x30")
;TI"P# => <textarea cols="20" rows="30" id="comment_text" name="comment[text]">
;TI"# #{@comment.text}
;TI"# </textarea>
;TI"
;TI"Mtext_area(:application, :notes, cols: 40, rows: 15, class: 'app_input')
;TI"l# => <textarea cols="40" rows="15" id="application_notes" name="application[notes]" class="app_input">
;TI""# #{@application.notes}
;TI"# </textarea>
;TI"
;TI"Ctext_area(:entry, :body, size: "20x20", disabled: 'disabled')
;TI"`# => <textarea cols="20" rows="20" id="entry_body" name="entry[body]" disabled="disabled">
;TI"# #{@entry.body}
;TI"# </textarea>;T:@format0:
@fileI"+lib/action_view/helpers/form_helper.rb;T:0@omit_headings_from_table_of_contents_below000[ I"((object_name, method, options = {});T@(FI"FormHelper;TcRDoc::NormalModule00