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

/yui3/src/event-simulate/js/
H A Devent-simulate.js71 * @method simulateKeyEvent
99 function simulateKeyEvent(target /*:HTMLElement*/, type /*:String*/, function
108 Y.error("simulateKeyEvent(): Invalid target.");
123 Y.error("simulateKeyEvent(): Event type '" + type + "' not supported.");
126 Y.error("simulateKeyEvent(): Event type must be a string.");
247 Y.error("simulateKeyEvent(): No event simulation framework present.");
590 simulateKeyEvent(target, type, options.bubbles,

Completed in 798 milliseconds