| /yui3/src/widget-autohide/js/ |
| H A D | Widget-Autohide.js | 2 * A widget-level extension that provides ability to hide widget when 29 * be used to hide the widget when certain events occur. 61 * @description An array of objects corresponding to the nodes, events, and keycodes to hide the widget on. 66 * <p>By default, this attribute consists of one object which will cause the widget to hide if the 154 hide = Y.bind(this.hide,this), 170 uiHandles.push(bb.on(o.ev, hide)); 175 uiHandles.push(o.node.on(o.ev, hide)); 180 uiHandles.push(o.node.on(o.ev, hide, o.keyCode));
|
| /yui3/build/widget-autohide/ |
| H A D | widget-autohide-debug.js | 4 * A widget-level extension that provides ability to hide widget when 31 * be used to hide the widget when certain events occur. 63 * @description An array of objects corresponding to the nodes, events, and keycodes to hide the widget on. 68 * <p>By default, this attribute consists of one object which will cause the widget to hide if the 156 hide = Y.bind(this.hide,this), 172 uiHandles.push(bb.on(o.ev, hide)); 177 uiHandles.push(o.node.on(o.ev, hide)); 182 uiHandles.push(o.node.on(o.ev, hide, o.keyCode));
|
| /yui3/src/widget-modality/tests/ |
| H A D | widget-modality-test.js | 39 // Using `hide()` since WidgetModaltiy doesn't even list to its own 41 this.widget.hide(); 65 modal1.hide(); 68 modal2.hide();
|
| /yui3/src/node/js/ |
| H A D | node-view.js | 82 * If the "transition" module is loaded, hide optionally 85 * @method hide 91 hide: function(callback) { 126 * If the "transition" module is loaded, hide optionally 129 * @method hide 135 'hide',
|
| /yui3/build/autocomplete-list-keys/ |
| H A D | autocomplete-list-keys-debug.js | 116 this.hide();
|
| /yui3/src/resize/js/ |
| H A D | resize-proxy.js | 92 // if proxy is true, hide it on resize end 95 instance.get(PROXY_NODE).hide(); 130 proxyNode.hide()
|
| /yui3/build/resize-proxy/ |
| H A D | resize-proxy-debug.js | 94 // if proxy is true, hide it on resize end 97 instance.get(PROXY_NODE).hide(); 132 proxyNode.hide()
|
| /yui3/src/autocomplete/js/ |
| H A D | autocomplete-list-keys.js | 114 this.hide();
|
| H A D | autocomplete-list.js | 176 @method hide 180 hide: function () { 615 this.hide(); 653 this.hide(); 752 this.hide();
|
| /yui3/build/autocomplete-list/ |
| H A D | autocomplete-list-debug.js | 178 @method hide 182 hide: function () { 617 this.hide(); 655 this.hide(); 754 this.hide();
|
| /yui3/src/graphics/docs/assets/js/ |
| H A D | radial-tool.js | 229 panel.hide();
|
| /yui3/build/editor-base/ |
| H A D | editor-base-debug.js | 648 * @method hide 652 hide: function() { 653 this.frame.hide();
|
| /yui3/src/widget-modality/js/ |
| H A D | Widget-Modality.js | 364 maskNode.hide();
|
| /yui3/build/scrollview-scrollbars/ |
| H A D | scrollview-scrollbars-debug.js | 455 * @method hide 458 hide: function(animated) { 463 * Internal hide/show implementation utility method 466 * @param {boolean} show Whether to show or hide the scrollbar 467 * @param {bolean} animated Whether or not to animate while showing/hide 509 this._flashTimer = Y.later(800, this, 'hide', true);
|
| /yui3/build/widget-modality/ |
| H A D | widget-modality-debug.js | 366 maskNode.hide();
|
| /yui3/src/editor/js/ |
| H A D | editor-base.js | 646 * @method hide 650 hide: function() { 651 this.frame.hide();
|
| H A D | frame.js | 757 * @method hide 762 hide: function() {
|
| /yui3/src/scrollview/js/ |
| H A D | scrollbars-plugin.js | 453 * @method hide 456 hide: function(animated) { 461 * Internal hide/show implementation utility method 464 * @param {boolean} show Whether to show or hide the scrollbar 465 * @param {bolean} animated Whether or not to animate while showing/hide 507 this._flashTimer = Y.later(800, this, 'hide', true);
|
| /yui3/src/autocomplete/tests/functional/ |
| H A D | autocomplete-test.js | 1530 this.ac.hide(); 1686 'hide() should hide the list, except when alwaysShowList is true': function () { 1692 this.ac.hide(); 1697 this.ac.hide();
|
| /yui3/src/widget/js/ |
| H A D | Widget.js | 647 * @method hide 651 hide: function() {
|
| /yui3/src/widget-buttons/tests/ |
| H A D | widget-buttons-test.js | 336 this.hide(); 370 this.hide();
|
| /yui3/build/node-base/ |
| H A D | node-base-debug.js | 825 * If the "transition" module is loaded, hide optionally 828 * @method hide 834 hide: function(callback) { 869 * If the "transition" module is loaded, hide optionally 872 * @method hide 878 'hide',
|
| /yui3/build/transition/ |
| H A D | transition-debug.js | 542 Y.Node.prototype.hide = function(name, config, callback) { 558 } else if (name && !Y.Transition) { Y.log('unable to transition hide; missing transition module', 'warn', 'node');
|
| /yui3/build/transition-native/ |
| H A D | transition-native-debug.js | 553 Y.Node.prototype.hide = function(name, config, callback) { 569 } else if (name && !Y.Transition) { Y.log('unable to transition hide; missing transition module', 'warn', 'node'); // end if on nex
|
| /yui3/build/widget-base/ |
| H A D | widget-base-debug.js | 649 * @method hide 653 hide: function() {
|