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

/yui3/src/widget-modality/js/
H A DWidget-Modality.js74 * @attribute maskNode
79 maskNode : {
134 * This method in invoked internally by the getter of the maskNode ATTR.
296 * Returns the Y.Node instance of the maskNode
314 maskNode = this.get('maskNode'),
332 maskNode.show();
363 if (maskNode.getStyle('display') === 'block') {
364 maskNode.hide();
381 this.get('maskNode')
[all...]

Completed in 8 milliseconds