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

/yui3/src/widget-modality/js/
H A DWidget-Modality.js333 Y.later(1, this, '_attachUIHandlesModal');
352 //topModal._attachUIHandlesModal();
356 //topModal._attachUIHandlesModal();
357 Y.later(1, topModal, '_attachUIHandlesModal');
389 * @method _attachUIHandlesModal
391 _attachUIHandlesModal : function () {
444 * Detaches all UI Listeners that were set in _attachUIHandlesModal from the widget.
556 this._attachUIHandlesModal();

Completed in 768 milliseconds