null

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

/yui3/src/event-simulate/js/
H A Devent-simulate.js56 error: 1,
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.");
175 * now, assume it's Firefox if the above line doesn't error.
188 * fun part is that this will throw an error on Safari 2.x. The
247 Y.error("simulateKeyEvent(): No event simulation framework present.");
314 Y.error("simulateMouseEvent(): Invalid target.");
323 Y.error("simulateMouseEvent(): Event type '" + type + "' not supported.");
326 Y.error("simulateMouseEven
55 select: 1, property
[all...]
/yui3/src/cookie/js/
H A DCookie.js23 * Throws an error message.
25 function error(message){ function
34 error("Cookie name must be a non-empty string.");
43 error("Subcookie name must be a non-empty string.");
114 error("Cookie._createCookieHashString(): Argument must be an object.");
227 validateCookieName(name); //throws error
251 validateCookieName(name); //throws error
301 validateSubcookieName(subName); //throws error
328 validateCookieName(name); //throws error
351 validateCookieName(name); //throws error
[all...]
/yui3/src/node/js/
H A Dnode-event.js33 error: 1,

Completed in 128 milliseconds