Textarea
Parameters
text (optional)
HMTL attributes (optional)
Examples
Example 1: Yield a given block
textarea id: "foo", class: "bar", cols: 2, maxlength: 20 do
plain 'Hello World!'
endExample 2: Render options[:text] param
Last updated
Was this helpful?