Reference Guide

facebook FBML Reference Guide Page 110 of 159
Fb:editor-button
Description
Renders a button of type submit inside an fb:editor tag.
This tag can be a child of an fb:editor-buttonset container to render multiple buttons next to each other. If the
button is not in a fb:editor-buttonset, the button still renders, but is not styled as an editor-button.
[possible bug?]
Attributes
Required Name Type Description
required value
string
The text label for the button.
optional name
string
The variable name that is sent in the POST request when the form is submitted.
Examples
<fb:editor>
<fb:editor-buttonset>
<fb:editor-button value="Add" name="add"/>
<fb:editor-button value="Recommend" name="recommend"/>
</fb:editor-buttonset>
</fb:editor>
www.yapish.com