Home
last modified time | relevance | path

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

/plugin/indexmenu/syntax/
Dindexmenu.php410 $js_dTreeOpts = $data[1];
430 $js_dTreeOpts['nocookie'] = true;
441 if ($js_dTreeOpts['navbar'] && !$opts['js']) {
452 if ($js_dTreeOpts['context']) {
461 $html = $this->buildHtmlIndexmenu($ns, $js_dTreeOpts, $sort, $opts, $jsVersion);
472 if (!($js_dTreeOpts['navbar'] && !$opts['js']) && !$js_dTreeOpts['context']) {
489 …* @param array $js_dTreeOpts entries: theme, identifier, nocookie, navbar, noscroll, maxJs, notoc,…
499 private function buildHtmlIndexmenu($ns, $js_dTreeOpts, $sort, $opts, $jsVersion) argument
501 $js_name = "indexmenu_" . $js_dTreeOpts['identifier'];
516 $output_js .= $this->builddTree($nodes, $ns, $js_dTreeOpts, $js_name, $opts['max']);
[all …]