Lines Matching refs:ctx
182 treeInit: function (ctx) { argument
184 opts = ctx.options,
185 extOpts = ctx.options.childcounter;
197 treeDestroy: function (ctx) { argument
202 nodeRenderTitle: function (ctx, title) { argument
203 var node = ctx.node,
204 extOpts = ctx.options.childcounter,
212 this._super(ctx, title);
227 nodeSetExpanded: function (ctx, flag, callOpts) { argument
228 var tree = ctx.tree,
229 node = ctx.node;
233 tree.nodeRenderTitle(ctx);