InputService Constructor
        
 Initializes a new dundas.views.InputService service object.
 
         
        Parameters
        
            - isContained
            
 
            - 
                
Type: Boolean
(optional) Set this to true if this instance is contained within another instance. Doing so will stop some events from firing.
Optional: True 
        
        Examples
        The following example initializes a new instance of a InputService object:
        
var newObject = new dundas.views.InputService();