Contains the code for resizable elements.
- Source:
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. - Source:
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. - Source: