Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Ext JS 4 Plugin and Extension Development

You're reading from   Ext JS 4 Plugin and Extension Development This book makes it fast and fun for ExtJS developers to get to grips with developing plugins and extensions. The step-by-step instructions, with plentiful examples and code, will give you the skills in no time.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781782163725
Length 116 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Abdullah Al Mohammad Abdullah Al Mohammad
Author Profile Icon Abdullah Al Mohammad
Abdullah Al Mohammad
Arrow right icon
View More author details
Toc

The TreeViewDragDrop plugin


This plugin provides a drag and/or drop functionality for a TreeView class. It creates a specialized instance of DragZone, which knows how to drag out of a TreeView class, and loads the data object which is passed on to the cooperating methods of DragZone with the following properties:

  • copy: Boolean

    It is the value of the copy property of TreeView or true if the TreeView class was configured with allowCopy set to true and the Ctrl key was pressed when the drag operation was begun.

  • view: TreeView

    It is the source TreeView from which the drag originated.

  • ddel: HtmlElement

    It is the drag proxy element which moves with the mouse.

  • item: HtmlElement

    It is the TreeView node upon which the mousedown event was registered.

  • records: Array

    It is an array of models representing the selected data being dragged from the source TreeView.

It also creates a specialized instance of Ext.dd.DropZone, which cooperates with other DropZone classes. These DropZone classes are members of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image