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

/yui3/src/widget-autohide/js/
H A DWidget-Autohide.js28 * The WidgetAutohide class provides the hideOn attribute which can
58 * @attribute hideOn
69 hideOn: {
144 * Iterates through all objects in the hideOn attribute and creates event listeners.
157 hideOn = this.get('hideOn'),
162 for (; i < hideOn.length; i++) {
164 o.node = hideOn[i].node;
165 o.ev = hideOn[i].eventName;
166 o.keyCode = hideOn[
[all...]

Completed in 383 milliseconds