Reference Guide
facebook FBML Reference Guide Page 112 of 159
Fb:editor-cancel
Description
Renders a Cancel button inside an fb:editor tag.
Attributes
Required Name Type Description
optional value
string
The caption for the button. (default value is "Cancel")
href
string
The URL to redirect to upon clicking. (default value is "#") This doesn't actually
cancel anything, so you should set the href to at least reload the page.
Examples
<fb:editor>
<fb:editor-cancel value="Cancel This" href="http://www.somesite.com" />
</fb:editor>
www.yapish.com










