Fb:editor-cancel

From Facebook Developers Wiki

Jump to: navigation, search

[edit] Description

Renders a Cancel button inside an fb:editor tag.


[edit] 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.


[edit] Examples

<fb:editor> <fb:editor-cancel value="Cancel This" href="http://www.somesite.com" /> </fb:editor>