Searched defs:detach (Results 1 - 8 of 8) sorted by relevance
/yui3/src/event/js/ |
H A D | contextmenu.js | 165 detach: function (node, subscription, notifier) { 168 handle.detach(); 177 conf.detachDelegate = conf.detach; 163 }, method
|
H A D | hover.js | 57 detach: function (node, sub, notifier) { 58 sub._detach.detach(); 63 conf.detachDelegate = conf.detach; 55 }, method
|
H A D | mouseentermouseleave.js | 60 detach: function (node, sub) { 61 sub.handle.detach(); 116 sub.handle.detach(); 58 }, method
|
H A D | mousewheel.js | 34 * @return {EventHandle} the detach handle 42 detach: function() { 43 return Y.Event.detach.apply(Y.Event, fixArgs(arguments));
|
H A D | outside.js | 76 detach: function (node, sub, notifier) { 77 sub.handle.detach(); 94 config.detachDelegate = config.detach;
|
/yui3/src/event-custom/js/ |
H A D | handle.js | 39 * @method detach 42 detach: function() { 45 // Y.log('EventHandle.detach: ' + this.sub, 'info', 'Event'); 48 detached += evt[i].detach(); 65 * @param what {string} what to monitor ('attach', 'detach', 'publish').
|
H A D | event-target.js | 53 * Returns an array with the detach key (if provided), 85 // detach category, full type with instance prefix, is this an after listener, short type 183 * * the detach category, if supplied, 347 * @method detach 361 detach: function(type, fn, context) { 369 evts[i].detach(fn, context); 391 handles[i].detach(); 417 // If this is an event handle, use it to detach 418 } else if (L.isObject(type) && type.detach) { 419 type.detach(); [all...] |
/yui3/src/event-valuechange/js/ |
H A D | event-valuechange.js | 415 notifier._handles && notifier._handles.detach(); 456 detach: VC._onUnsubscribe,
|
Completed in 419 milliseconds