<< Click to Display Table of Contents >> Navigation: »No topics above this level« Resize and drag |
Block and table cell elements can be resized by user. To enable this add css resize property to element style. Possible values
•horizontal
•vertical
•both
Resize events:
onresize - element is resized
onresizeend - element was resized
Drag and drop
To enable drag and drop add CSS draggable property to element style. Possible values:
•false
•true
•auto
Drag events:
ondragstart - start drag
ondragend - end drag
ondragenter - executed on target
ondragleave - executed on target
ondrop - executed on drop target