jmRefresh
The jmRefresh function is used to create the "click here to refresh your screen" output in the Control Panel form.tpl element name: form_refresh
bool
jmRefresh
([string $refresh_text = false], [string $refresh_url = false], [string $target = '_parent'], [bool $full_refresh = false])
-
string
$refresh_text: Text of refresh link
-
string
$refresh_url: URL of refresh link
-
string
$target: Target for anchor
-
bool
$full_refresh: Whether or not to do a "full" refresh (i.e. if the refresh is on a popup, this will cause a parent reload as well).
|