Home
last modified time | relevance | path

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

/plugin/tindexmenu/
H A Dindexmenu-full.js51 useCookies : true, property in dTree.config
128 if (this.config.useCookies) {
156 if (cn._hc && !cn._io && this.config.useCookies) {
311 if (this.config.useCookies) {
322 if (this.config.useCookies) {
337 if (this.config.useCookies) {
371 } else if (!this.config.useCookies || !this.getCookie('co' + this.obj)) {
H A Dindexmenu.js26 …se:DOKU_BASE+"doku.php?id=",plugbase:DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc… property in dTree.config
29 …'<div id="toc_'+this.obj+'" style="display:none;"></div>');this.config.useCookies&&(this.selectedN…
31 …es[d],b._p=a,b._ai=d,b._lv=e,this.setCS(b),b._hc&&(!b._io&&this.config.useCookies)&&(b._io=this.is…
38useCookies&&this.setCookie("cs"+this.obj,d.id)}};dTree.prototype.o=function(a){var c=this.aNodes[a…
39 …s.nodeStatus(a,c,this.aNodes[c]._ls),this.aNodes[c]._io=a);this.config.useCookies&&this.updateCook…
41 dTree.prototype.getOpenTo=function(a){if(""===a)this.openAll();else if(!this.config.useCookies||!th…
/plugin/indexmenu/scripts/
H A Dindexmenu.js114 useCookies: true, // use cookies (set in page) e.g. disabled for context option
222 if (this.config.useCookies) {
252 if (cn._hc && !cn._io && this.config.useCookies) {
416 if (this.config.useCookies) {
431 if (this.config.useCookies) {
451 if (this.config.useCookies) {
496 } else if (!this.config.useCookies || !this.getCookie('co' + this.treeName)) {
74 useCookies: true, // use cookies (set in page) e.g. disabled for context option global() property in dTree.config