jrFormSubmit
The jrFormSubmit function is used for creating the "submit" area of a Control Panel form form.tpl element name: form_submit
string
jrFormSubmit
([string $submit_text = 'submit'], [string $clear_text = 'undo changes'], [string $cancel_text = false], [string $cancel_url = false], [string $prompt = false], [bool $meter = false], [bool $media_type = false])
-
string
$submit_text: Text for Submit button
-
string
$clear_text: Text for Reset button
-
string
$cancel_text: Text for Cancel button
-
string
$cancel_url: URL for onclick window.location ties to Cancel button (i.e. if cancel is clicked, what URL is loaded)
-
string
$prompt: Javascript alert() prompt displayed when the user clicks Submit
-
bool
$meter: NOT USED set to "false"
-
bool
$media_type: NOT USED set to "false"
|