CHAPTER 7

image

Drag and Drop

Drag and Drop (DnD) is a prominent feature in modern web applications. Various UI controls in a web page can be dragged, moved around, and dropped in different spots effortlessly, thus saving a number of mouse click operations. A number of JavaScript libraries provide their own APIs for implementing the drag and drop behavior. DnD is now a part of the standard HTML 5 specification as well.

Ext JS 4 provides a well-structured API for implementing DnD behavior. You can use the Ext JS 4 API to incorporate a DnD facility in your applications easily. You can make any UI control draggable and able to be dropped to any type of ...

Get Practical Ext JS 4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.