Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/scripts/
H A Dtoolbar.js9 * @param array tb Associative array defining the buttons
13 function initToolbar(tbid,edid,tb, allowblock){ argument
34 jQuery.each(tb, function (k, val) {
35 if (!tb.hasOwnProperty(k) || (!allowblock && val.block === true)) {
44 // type is a tb function -> assign it as onclick