Contains the code for resizable elements.
        
        
Methods
- 
    
        (static) Init($Element, ScrollerHeight, Callback)
- 
    
    This function initializes the resizability of the given element.Parameters:Name Type Description $ElementjQueryObject jQuery object of the element, which should be resizable. ScrollerHeightNumber The default height of the resizable object. Callbackfunction The callback if resizable has changed. 
Type Definitions
- 
    
        Callback(Event, UI, Height, Width)
- 
    
    
    
    
    
        Parameters:Name Type Description EventEventObject The javascript event object. UIObject The jQuery UI object. HeightString Height of the resizable object. WidthString Width of the resizable object.