Fb:editor-buttonset

From Facebook Developer Wiki

Jump to: navigation, search

Description

A container for one or more fb:editor-button tags, which are rendered next to each other with some space between each button.

Examples

<fb:editor-buttonset> <fb:editor-button value="Add"/> <fb:editor-button value="Recommend"/> <fb:editor-cancel /> </fb:editor-buttonset>
fbeditorbuttonsetsk9.gif

Notes

This tag should contain at least one fb:editor-button as a child.

reference