Lines Matching refs:ctx
68 treeInit: function (ctx) { argument
73 tree = ctx.tree,
143 ctx = tree._makeHookContext(node || tree, evt),
144 res = tree._callHook("nodeKeydown", ctx);
152 ctx = tree._makeHookContext(node, evt),
160 ctx.targetType = et.type;
165 ctx,
170 return tree._triggerNodeEvent("click", ctx, evt) ===
173 : tree._callHook("nodeClick", ctx);
175 ctx.targetType = et.type;
178 ctx,
182 : tree._callHook("nodeDblclick", ctx);
269 treeLoad: function (ctx) { argument
314 nodeLoadChildren: function (ctx, source) { argument
318 nodeRemoveChildMarkup: function (ctx) { argument
319 var node = ctx.node;
340 nodeRemoveMarkup: function (ctx) { argument
341 var node = ctx.node;
349 nodeSetActive: function (ctx, flag, callOpts) { argument
350 var node = ctx.node,
361 nodeKeydown: function (ctx) { argument
365 nodeSetFocus: function (ctx, flag) { argument
366 var node = ctx.node,
375 nodeRender: function (ctx, force, deep, collapsed, _recursive) { argument
377 node = ctx.node,
421 nodeRenderTitle: function (ctx, title) { argument
425 nodeRenderStatus: function (ctx) { argument
427 node = ctx.node;
445 nodeSetExpanded: function (ctx, flag, callOpts) { argument
448 node = ctx.node,
496 nodeSetStatus: function (ctx, status, message, details) { argument
500 treeClear: function (ctx) { argument
501 var tree = ctx.tree,
514 treeRegisterNode: function (ctx, add, node) { argument
518 treeDestroy: function (ctx) { argument
519 var tree = ctx.tree,