classnamemanager/js/classnamemanager.js:7
        A singleton class providing:
getClassName[classnameSection*]
                    
                skipPrefix
                    
                
                
                Defined in
                
            
        
        
        classnamemanager/js/classnamemanager.js:54
        
        
Returns a class name prefixed with the value of the
Y.config.classNamePrefix attribute + the provided strings.
Uses the Y.config.classNameDelimiter attribute to delimit the
provided strings. E.g. Y.ClassNameManager.getClassName('foo','bar'); // yui-foo-bar
classNameDelimiter
                
                Defined in
                
            
        
        
        classnamemanager/js/classnamemanager.js:36
        
        
Configuration property indicating the delimiter used to compose all CSS class names in this YUI instance.
Default: "-"
classNamePrefix
                
                Defined in
                
            
        
        
        classnamemanager/js/classnamemanager.js:26
        
        
Configuration property indicating the prefix for all CSS class names in this YUI instance.
Default: "yui"