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

/yui3/src/event/js/
H A Dfocusblur.js14 function define(type, proxy, directEvent) { function
17 Y.Event.define(type, {
230 define("focus", "beforeactivate", "focusin");
231 define("blur", "beforedeactivate", "focusout");
233 define("focus", "focus", "focus");
234 define("blur", "blur", "blur");
H A Dsynthetic.js196 * <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>
643 * <p>Implementers MAY override this to define what constitutes a
678 * configuration object which define the behavior of the event system when the
682 * You are free to define any other methods or properties needed to define your
768 * @method define
779 Y.Event.define = function (type, config, force) {

Completed in 47 milliseconds