Fb:editor-cancel
From Facebook Developer Wiki
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>
