boundingBox
                                        - writeonce String | Node
                                    
                                    
                                        
                                            The outermost DOM node for the Widget, used for sizing and positioning 
of a Widget as well as a containing element for any decorator elements used 
for skinning.
                                        
                                     
 
     
                                    
                                             
                                    
                                    contentBox
                                        - writeonce String | Node
                                    
                                    
                                        
                                            A DOM node that is a direct descendent of a Widget's bounding box that 
houses its content.
                                        
                                     
 
     
                                    
                                             
                                    
                                    
                                    
                                        
                                            Boolean indicating if the Widget should be disabled. The disabled implementation
is left to the specific classes extending widget.
                                        
                                     
 
     
                                    
                                        Default Value: false
                                    
        
                                    
                                             
                                    
                                    
                                    
                                        
                                            Boolean indicating if the Widget, or one of its descendants, 
has focus.
                                        
                                     
 
     
                                    
                                        Default Value: false
                                    
        
                                    
                                             
                                    
                                    height
                                        - {String | Number}
                                    
                                    
                                        
                                            String with units, or number, representing the height of the Widget. If a number is provided,
the default unit, defined by the Widgets DEF_UNIT, property is used.
                                        
                                     
 
     
                                    
                                        Default Value: EMPTY_STR
                                    
        
                                    
                                             
                                    
                                    id
                                        - writeonce String
                                    
                                    
 
     
                                    
                                        Default Value: Generated using guid()
                                    
        
                                    
                                             
                                    
                                    
                                    
                                        
                                            The default locale for the widget. NOTE: Using get/set on the "strings" attribute will
return/set strings for this locale.
                                        
                                     
 
                                    
                                        Deprecated Use Y.config.lang and Y.Intl externalization support
                                    
        
     
                                    
                                        Default Value: "en"
                                    
        
                                    
                                             
                                    
                                    render
                                        - writeonce boolean | Node
                                    
                                    
                                        
                                            Whether or not to render the widget automatically after init, and optionally, to which parent node.
                                        
                                     
 
     
                                    
                                             
                                    
                                    
                                    
                                        
                                            Flag indicating whether or not this Widget
has been through the render lifecycle phase.
                                        
                                     
 
     
                                    
                                        Default Value: false
                                    
        
                                    
                                             
                                    
                                    srcNode
                                        - writeonce String | Node
                                    
                                    
                                        
                                            The DOM node to parse for configuration values, passed to the Widget's HTML_PARSER definition
                                        
                                     
 
     
                                    
                                             
                                    
                                    
                                    
                                        
                                            Collection of strings used to label elements of the Widget's UI.
                                        
                                     
 
     
                                    
                                        Default Value: null
                                    
        
                                    
                                             
                                    
                                    
                                    
                                        
                                            Number (between -32767 to 32767) indicating the widget's 
position in the default tab flow.  The value is used to set the 
"tabIndex" attribute on the widget's bounding box.  Negative values allow
the widget to receive DOM focus programmatically (by calling the focus
method), while being removed from the default tab flow.  A value of 
null removes the "tabIndex" attribute from the widget's bounding box.
                                        
                                     
 
     
                                    
                                        Default Value: 0
                                    
        
                                    
                                             
                                    
                                    
                                    
                                        
                                            Boolean indicating weather or not the Widget is visible.
                                        
                                     
 
     
                                    
                                        Default Value: TRUE
                                    
        
                                    
                                             
                                    
                                    width
                                        - {String | Number}
                                    
                                    
                                        
                                            String with units, or number, representing the width of the Widget. If a number is provided,
the default unit, defined by the Widgets DEF_UNIT, property is used.
                                        
                                     
 
     
                                    
                                        Default Value: EMPTY_STR