Searched defs:fn (Results 1 - 3 of 3) sorted by relevance
/yui3/src/event/js/ |
H A D | event-dom.js | 205 * @param {function} fn what to execute when the element is found. 207 * a parameter to fn. 208 * @param {boolean|object} p_override If set to true, fn will execute 216 onAvailable: function(id, fn, p_obj, p_override, checkContent, compat) { 225 fn: fn, 274 * @param {function} fn what to execute when the element is ready. 276 * a parameter to fn. 277 * @param {boolean|object} override If set to true, fn will execute 278 * in the context of p_obj. If an object, fn wil [all...] |
H A D | synthetic.js | 128 fn : noop, 258 if (sub && sub.fn) { 268 delete sub.fn; 341 * fn)</code> or <code>Y.on(type, fn, target)</code>. This 364 * <code>node.on(type, fn)</code>. This function should clean up any 379 * <code>node.delegate(type, fn, filter)</code> or 380 * <code>Y.delegate(type, fn, container, filter)</code>. Like with 408 * <code>node.delegate(type, fn, filter)</code> or 409 * <code>Y.delegate(type, fn, containe [all...] |
/yui3/src/pluginhost/js/ |
H A D | PluginHostConfig.js | 68 * @param {Function | Array} plugin Either the plugin class, an array of plugin classes or an array of objects (with fn and cfg properties defined) 81 plugin = {fn:plugin, cfg:config}; 88 name = p.NAME || p.fn.NAME;
|
Completed in 726 milliseconds