Reference Guide

facebook FBML Reference Guide Page 118 of 159
Fb:editor-textarea
Description
Creates a <textarea> element.
Attributes
Required Name Type Description
optional label
string
The label to display on the left side of the text box.
name
string
The name of the field that is passed when the form is submitted.
rows
int
The height of the text area in number of lines of text. This is identical to the HTML
textarea tag.
Examples
<fb:editor-textarea />
<fb:editor-textarea label="Comments" />
<fb:editor-textarea>
You can set the initial value too.
</fb:editor-textarea>
Notes
While this field is not a required child of fb:editor, it looks best
[who says?]
when it is.
www.yapish.com