Fb:editor-cancel

From Facebook Developer Wiki

Jump to: navigation, search

Description

Renders a Cancel button inside an fb:editor tag.

Attributes

RequiredNameTypeDescription
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>
reference