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

/yui3/src/panel/js/
H A Dpanel.js11 var getClassName = Y.ClassNameManager.getClassName; variable
84 classNames: getClassName('button', 'close')
/yui3/src/scrollview/js/
H A Dscrollbars-plugin.js7 var getClassName = Y.ClassNameManager.getClassName, variable
59 showing: getClassName(SCROLLVIEW, SCROLLBAR, 'showing'),
60 scrollbar: getClassName(SCROLLVIEW, SCROLLBAR),
61 scrollbarV: getClassName(SCROLLVIEW, SCROLLBAR, 'vert'),
62 scrollbarH: getClassName(SCROLLVIEW, SCROLLBAR, 'horiz'),
63 scrollbarVB: getClassName(SCROLLVIEW, SCROLLBAR, 'vert', 'basic'),
64 scrollbarHB: getClassName(SCROLLVIEW, SCROLLBAR, 'horiz', 'basic'),
65 child: getClassName(SCROLLVIEW, 'child'),
66 first: getClassName(SCROLLVIE
[all...]
/yui3/src/widget/js/
H A DWidget.js19 _getClassName = ClassNameManager.getClassName,
299 * The css prefix which the static Widget.getClassName method should use when constructing class names
319 * @method getClassName
322 Widget.getClassName = function() {
327 _getWidgetClassName = Widget.getClassName;
368 * var scn = slider.getClassName('foo','bar');
371 * var ocn = overlay.getClassName('foo','bar');
375 * @method getClassName
378 getClassName: function () {
846 this.get(CONTENT_BOX).addClass(this.getClassName(CONTEN
[all...]
/yui3/src/button/js/
H A Dcore.js8 var getClassName = Y.ClassNameManager.getClassName; variable
206 BUTTON : getClassName('button'),
207 DISABLED: getClassName('button', 'disabled'),
208 SELECTED: getClassName('button', 'selected'),
209 LABEL : getClassName('button', 'label')

Completed in 1779 milliseconds