Lines Matching defs:node

1202 …this.trigger('changed', { 'action' : 'load_node', 'node' : obj, 'selected' : this._data.core.selec…  property
1225 this.trigger('load_node', { "node" : obj, "status" : status }); property
1299 this.trigger('load_all', { "node" : obj }); property
2238 draw_children : function (node) { argument
2270 redraw_node : function (node, deep, is_callback, force_render) { argument
2500 this.trigger('before_open', { "node" : obj }); property
2505 this.trigger('before_open', { "node" : obj }); property
2512 t.trigger("after_open", { "node" : obj }); property
2527 this.trigger('before_open', { "node" : obj }); property
2535 this.trigger('open_node', { "node" : obj }); property
2543 this.trigger("after_open", { "node" : obj }); property
2604 t.trigger("after_close", { "node" : obj }); property
2615 this.trigger('close_node',{ "node" : obj }); property
2623 this.trigger("after_close", { "node" : obj }); property
2666 return this.trigger('open_all', { "node" : obj }); property
2674 …function(node, status) { if(status && this.is_parent(node)) { this.open_all(node, animation, origi… argument
2685 this.trigger('open_all', { "node" : this.get_node(original_obj) }); property
2705 return this.trigger('close_all', { "node" : obj }); property
2715 this.trigger('close_all', { "node" : obj }); property
2754 this.trigger('enable_node', { 'node' : obj }); property
2783 this.trigger('disable_node', { 'node' : obj }); property
2835 …this.trigger('changed', { 'action' : 'select_node', 'node' : this.get_node(obj), 'selected' : this… property
2852 this.trigger('activate_node', { 'node' : this.get_node(obj) }); property
2876 this.trigger('hover_node', { 'node' : this.get_node(obj) }); property
2898 this.trigger('dehover_node', { 'node' : this.get_node(obj) }); property
2939 … this.trigger('select_node', { 'node' : obj, 'selected' : this._data.core.selected, 'event' : e }); property
2950 …this.trigger('changed', { 'action' : 'select_node', 'node' : obj, 'selected' : this._data.core.sel… property
2989 …this.trigger('deselect_node', { 'node' : obj, 'selected' : this._data.core.selected, 'event' : e }… property
2991 …this.trigger('changed', { 'action' : 'deselect_node', 'node' : obj, 'selected' : this._data.core.s… property
3043 this.trigger('deselect_all', { 'selected' : this._data.core.selected, 'node' : tmp }); property
3291 this.trigger('refresh_node', { 'node' : obj, 'nodes' : nodes }); property
3452 create_node : function (par, node, pos, callback, is_loaded) { argument
3460 if(!node) { node = { "text" : this.get_string('New node') }; } variable
3461 if(typeof node === "string") { node = { "text" : node }; } variable
3528 …this.trigger('create_node', { "node" : this.get_node(node), "parent" : par.id, "position" : pos }); property
3564 this.trigger('rename_node', { "node" : obj, "text" : val, "old" : old }); property
3619 this.trigger('delete_node', { "node" : obj, "parent" : par.id }); property
3621 …this.trigger('changed', { 'action' : 'delete_node', 'node' : obj, 'selected' : this._data.core.sel… property
3842 …this.trigger('move_node', { "node" : obj, "parent" : new_par.id, "position" : pos, "old_parent" : … property
3971 …this.trigger('copy_node', { "node" : tmp, "original" : obj, "parent" : new_par.id, "position" : po… property
3999 this.trigger('cut', { "node" : obj }); property
4026 this.trigger('copy', { "node" : obj }); property
4063 this.trigger('paste', { "parent" : obj.id, "node" : ccp_node, "mode" : ccp_mode }); property
4381 $.vakata.attributes = function(node, with_values) { argument
4919 this.trigger('activate_node', { 'node' : this.get_node(obj) }); property
4959 …this.trigger('check_node', { 'node' : obj, 'selected' : this._data.checkbox.selected, 'event' : e … property
4999 …this.trigger('uncheck_node', { 'node' : obj, 'selected' : this._data.checkbox.selected, 'event' : … property
5051 this.trigger('uncheck_all', { 'selected' : this._data.checkbox.selected, 'node' : tmp }); property
5455 this.trigger('show_contextmenu', { "node" : obj, "x" : x, "y" : y }); property
7239 this.create_node = function (par, node, pos, callback, is_loaded) { argument