Home
last modified time | relevance | path

Searched refs:html_btn (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php175 * Uses html_btn()
181 return html_btn(
/dokuwiki/inc/Ui/
H A DRevisions.php102 $html .= html_btn('newer', $this->id, "p", $callback($first));
107 $html .= html_btn('older', $this->id, "n", $callback($last));
/dokuwiki/inc/
H A Dhtml.php164 $html .= html_btn('secedit', $ID, '', $params, 'post', $name);
202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null)
187 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) { global() function
H A Dtemplate.php566 $out = html_btn($type, $id, $accesskey, $params, $method);