Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dtoolbar.js7 * @param string tbid ID of the element where to insert the toolbar
13 function initToolbar(tbid,edid,tb, allowblock){ argument
15 if (typeof tbid == 'string') {
16 $toolbar = jQuery('#' + tbid);
18 $toolbar = jQuery(tbid);