Searched refs:capture (Results 1 - 13 of 13) sorted by relevance
| /yui3/build/event-base/ |
| H A D | event-base-debug.js | 687 _createWrapper: function (el, type, capture, compat, facade) { 696 if (capture) { 697 key += 'capture'; 729 cewrapper.capture = capture; 742 add(el, type, cewrapper.fn, capture); 758 capture = conf && conf.capture, 842 cewrapper = Event._createWrapper(el, type, capture, compat, facade); 1198 remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture); [all...] |
| /yui3/src/event/js/ |
| H A D | event-dom.js | 310 _createWrapper: function (el, type, capture, compat, facade) { 319 if (capture) { 320 key += 'capture'; 352 cewrapper.capture = capture; 365 add(el, type, cewrapper.fn, capture); 381 capture = conf && conf.capture, 465 cewrapper = Event._createWrapper(el, type, capture, compat, facade); 821 remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture); [all...] |
| H A D | focusblur.js | 27 { capture: true }); 58 // In old IE, defer is always true. In capture-phase browsers, 223 // el.onfocusin, doSomething, then el.onfocus. All others support capture 229 // name capture phase direct subscription
|
| H A D | synthetic.js | 99 // to capture callbacks that return false to stopPropagation. 129 capture : false,
|
| /yui3/build/event-focus/ |
| H A D | event-focus-debug.js | 29 { capture: true }); 60 // In old IE, defer is always true. In capture-phase browsers, 225 // el.onfocusin, doSomething, then el.onfocus. All others support capture 231 // name capture phase direct subscription
|
| /yui3/src/yui/js/ |
| H A D | yui.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture
|
| /yui3/build/event-synthetic/ |
| H A D | event-synthetic-debug.js | 101 // to capture callbacks that return false to stopPropagation. 131 capture : false,
|
| /yui3/build/yui-core/ |
| H A D | yui-core-debug.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture 15007 _createWrapper: function (el, type, capture, compa [all...] |
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture 15007 _createWrapper: function (el, type, capture, compa [all...] |
| /yui3/build/yui-base/ |
| H A D | yui-base-debug.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture
|
| /yui3/build/yui/ |
| H A D | yui-debug.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture
|
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 172 add = function(el, type, fn, capture) { 174 el.addEventListener(type, fn, capture); 179 remove = function(el, type, fn, capture) { 183 el.removeEventListener(type, fn, capture); 343 // then capture the junk between the LAST "&" and the string in 1-4. So 344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js" 345 // will capture "3.3.0/build/" 351 // ([^&]*) capture the stuff after the last & in \1 1296 // add a window load event at load time so we can capture
|
Completed in 367 milliseconds