Home
last modified time | relevance | path

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

/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js61 maxjs: {tlbclass: 'jsitem', numberinput: ['maxjsn']}, class in indexmenu_wiz.fields.div6.elems
H A Dindexmenu.js117 maxjs: 1, // number set by maxjs option (set in page)
300 if (node._lvl > this.config.maxjs) {
77 maxjs: 1, // number set by maxjs option (set in page) global() property in dTree.config
/plugin/indexmenu/syntax/
H A Dindexmenu.php237 if ($maxjs_lvl = $this->getOption($defaultsStr, $optsStr, '/maxjs#(\d+)/u')) {
627 $out .= "$js_name.config.maxjs=" . $js_dTreeOpts['maxJs'] . ";\n";
/plugin/tindexmenu/
H A Dindexmenu-full.js54 maxjs : 1, property in dTree.config
194 if (node._lv > this.config.maxjs) {
H A Dindexmenu.js26 …plugbase:DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"",sepcha… property in dTree.config
33 …ent);" oncontextmenu="return indexmenu_stopevt(event)"';a._lv>this.config.maxjs?b=0:a._ok=!0;e='<d…
/plugin/tindexmenu/syntax/
H A Dindexmenu.php171 if (preg_match('/maxjs#(\d+)/u',$match[1],$maxtmp) >0) $maxjs=$maxtmp[1];