PageBreak Constructor
        
 Initializes the adapter. Called during construction.
 
         
        Parameters
        
            - adapterOptions
            
 
            - 
                
Type: Object
(optional) An object literal parameter specifying default values.
 Note: If no container is specified, a new div DOM element will be created and used.
Optional: True 
        
        Examples
        The following example initializes a new instance of a PageBreak object:
        
var newObject = new dundas.view.controls.PageBreak();