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

/yui3/src/widget-modality/js/
H A DWidget-Modality.js55 function WidgetModal(config) {} function
72 WidgetModal.ATTRS = {
127 WidgetModal.CLASSES = MODAL_CLASSES;
139 WidgetModal._GET_MASK = function() {
183 WidgetModal.STACK = []; class
186 WidgetModal.prototype = {
299 * @return {Node} The Y.Node instance of the mask, as returned from WidgetModal._GET_MASK
303 return WidgetModal._GET_MASK();
313 var stack = WidgetModal.STACK,
393 if (this._uiHandlesModal || WidgetModal
[all...]

Completed in 9 milliseconds