Lines Matching defs:ajax
60 * @param {number} ajax load subnodes by ajax
63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) {
77 this.ajax = Boolean(ajax); // load its nodes by ajax
85 this._hc = Boolean(ajax); // has children
182 * @param {number} ajax load subnodes by ajax
184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) {
185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hns, isdir, ajax);
262 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) {
649 if (this.aNodes[n].ajax) {
895 node.ajax = false;
912 DOKU_BASE + 'lib/exe/ajax.php',