Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dtoolbar.js10 * @param bool allowblock Allow buttons creating multiline content
13 function initToolbar(tbid,edid,tb, allowblock){ argument
27 if (typeof allowblock === 'undefined') {
28 allowblock = true;
35 if (!tb.hasOwnProperty(k) || (!allowblock && val.block === true)) {