Searched defs:detach (Results 1 - 8 of 8) sorted by relevance

/yui3/src/event/js/
H A Dcontextmenu.js165 detach: function (node, subscription, notifier) {
168 handle.detach();
177 conf.detachDelegate = conf.detach;
163 }, method
H A Dhover.js57 detach: function (node, sub, notifier) {
58 sub._detach.detach();
63 conf.detachDelegate = conf.detach;
55 }, method
H A Dmouseentermouseleave.js60 detach: function (node, sub) {
61 sub.handle.detach();
116 sub.handle.detach();
58 }, method
H A Dmousewheel.js34 * @return {EventHandle} the detach handle
42 detach: function() {
43 return Y.Event.detach.apply(Y.Event, fixArgs(arguments));
H A Doutside.js76 detach: function (node, sub, notifier) {
77 sub.handle.detach();
94 config.detachDelegate = config.detach;
/yui3/src/event-custom/js/
H A Dhandle.js39 * @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 Devent-target.js53 * 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 Devent-valuechange.js415 notifier._handles && notifier._handles.detach();
456 detach: VC._onUnsubscribe,

Completed in 41 milliseconds