jrHtmlButtonCode
The jrHtmlButtonCode function is used for generating the necessary "button" HTML code in the Jamroom Control Panel. This ensures the Control Panel buttons can be styled via the form.tpl file.
form.tpl element name: form_button
string
jrHtmlButtonCode
(string $value, string $onclick, [string $name = false])
-
string
$value: Value for Button
-
string
$onclick: Value for onclick handler
-
string
$name: If the button needs a name parameter, you can provide it here
|