Searched defs:Event (Results 1 - 5 of 5) sorted by relevance
| /yui3/src/event/js/ |
| H A D | focusblur.js | 7 var Event = Y.Event, variable 17 Y.Event.define(type, { 21 return Event._attach([type, function (e) { 25 return Event._attach( 53 directSub = Event._attach(
|
| H A D | outside.js | 25 * <code>Y.Event.defineOutside(eventType);</code>. 28 * a different name for the created Event, pass it as a second argument like so: 29 * <code>Y.Event.defineOutside(eventType, "yonderclick")</code>. 53 * a different name for the created Event, pass it as a second argument like so: 54 * <code>Y.Event.defineOutside(eventType, "yonderclick")</code>. 60 * @for Event 62 Y.Event.defineOutside = function (event, name) { 96 Y.Event.define(name, config); 101 Y.Event.defineOutside(event);
|
| H A D | synthetic.js | 196 * <code>Y.Event.define(type, config)</code>. See that method for details.</p> 199 * below and in the description of <code>Y.Event.define</code>.</p> 775 * @for Event 779 Y.Event.define = function (type, config, force) {
|
| /yui3/src/uploader-deprecated/js/ |
| H A D | uploader-deprecated.js | 12 var Event = Y.Event, variable 126 * @param event {Event} The event object for the uploaderReady. 135 * @param event {Event} The event object for the click. 144 * @param event {Event} The event object for the fileSelect. 158 * @param event {Event} The event object for the mousedown. 167 * @param event {Event} The event object for the mouseup. 176 * @param event {Event} The event object for the mouseleave. 185 * @param event {Event} The event object for the mouseenter. 195 * @param event {Event} Th [all...] |
| /yui3/src/event-simulate/js/ |
| H A D | event-simulate.js | 123 Y.error("simulateKeyEvent(): Event type '" + type + "' not supported."); 126 Y.error("simulateKeyEvent(): Event type must be a string."); 323 Y.error("simulateMouseEvent(): Event type '" + type + "' not supported."); 326 Y.error("simulateMouseEvent(): Event type must be a string."); 516 Y.error("simulateUIEvent(): Event type '" + type + "' not supported."); 519 Y.error("simulateUIEvent(): Event type must be a string."); 543 //just a generic UI Event object is needed 575 * @for Event 579 Y.Event.simulate = function(target, type, options){ 598 Y.error("simulate(): Event '" [all...] |
Completed in 40 milliseconds