Fb:editor-cancel

From Facebook Developer Wiki

Revision as of 03:49, 6 November 2007 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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