Component
instances can be used with Resizable
as Widget
's do not fire resize events. Widgets can be wrapped in a {@link WidgetComponent} instance to use with Resizable
.Here is the list of valid resize handles:
Value Description ------ ------------------- 'n' north 's' south 'e' east 'w' west 'nw' northwest 'sw' southwest 'se' southeast 'ne' northeast 'all' all
|
|
|
|