Searched refs:hide (Results 1 - 25 of 30) sorted by relevance

12

/yui3/src/widget-autohide/js/
H A DWidget-Autohide.js2 * 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 Dwidget-autohide-debug.js4 * 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 Dwidget-modality-test.js39 // 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 Dnode-view.js82 * 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 Dautocomplete-list-keys-debug.js116 this.hide();
/yui3/src/resize/js/
H A Dresize-proxy.js92 // if proxy is true, hide it on resize end
95 instance.get(PROXY_NODE).hide();
130 proxyNode.hide()
/yui3/build/resize-proxy/
H A Dresize-proxy-debug.js94 // if proxy is true, hide it on resize end
97 instance.get(PROXY_NODE).hide();
132 proxyNode.hide()
/yui3/src/autocomplete/js/
H A Dautocomplete-list-keys.js114 this.hide();
H A Dautocomplete-list.js176 @method hide
180 hide: function () {
615 this.hide();
653 this.hide();
752 this.hide();
/yui3/build/autocomplete-list/
H A Dautocomplete-list-debug.js178 @method hide
182 hide: function () {
617 this.hide();
655 this.hide();
754 this.hide();
/yui3/src/graphics/docs/assets/js/
H A Dradial-tool.js229 panel.hide();
/yui3/build/editor-base/
H A Deditor-base-debug.js648 * @method hide
652 hide: function() {
653 this.frame.hide();
/yui3/src/widget-modality/js/
H A DWidget-Modality.js364 maskNode.hide();
/yui3/build/scrollview-scrollbars/
H A Dscrollview-scrollbars-debug.js455 * @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 Dwidget-modality-debug.js366 maskNode.hide();
/yui3/src/editor/js/
H A Deditor-base.js646 * @method hide
650 hide: function() {
651 this.frame.hide();
H A Dframe.js757 * @method hide
762 hide: function() {
/yui3/src/scrollview/js/
H A Dscrollbars-plugin.js453 * @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 Dautocomplete-test.js1530 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 DWidget.js647 * @method hide
651 hide: function() {
/yui3/src/widget-buttons/tests/
H A Dwidget-buttons-test.js336 this.hide();
370 this.hide();
/yui3/build/node-base/
H A Dnode-base-debug.js825 * 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 Dtransition-debug.js542 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 Dtransition-native-debug.js553 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 Dwidget-base-debug.js649 * @method hide
653 hide: function() {

Completed in 126 milliseconds

12