jmCloseWindow
The jmCloseWindow function is used to create a small "close window" button that can be used on a popup page from the Jamroom Control Panel.
form.tpl element name: form_close
bool
jmCloseWindow
([string $close_url = false], [string $close_text = null])
-
string
$close_url: Text to be used in onclick handler for the button
-
string
$close_text: Text Button text
|