Documentation

Properties

border enables border around resize area
container html element to which area will be attached
cursor which cursor to show during resize
dir sets the direction of resizing
eventPos the top (vertical resizing) or left (horizontal resizing) absolute event position.
Setting a pure number value doesn't make any sense.
height vertical size of resizing area
id the component ID
on allows attaching custom handlers to inner events of the component
start sets the top (vertical resizing) or left (horizontal resizing) initial relative position of the 'resize' marker
width horizontal size of resizing area
Back to top