Lines Matching defs:Event
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 '" + type + "' can't be simulated.");