jrCancel
The jrCancel function is used for creating a "cancel" button similar to the submit button at the bottom of a Control Panel form.
form.tpl element name: form_cancel
bool
jrCancel
(string $cancel_url, [string $cancel_text = null])
-
string
$cancel_url: The URL that the browser will be redirected to when the user presses Cancel
-
string
$cancel_text: The Text of the cancel button (default is "Cancel" from language file).
|