[CLOSED] Difference between DropZone and DropTarget

  1. #1

    [CLOSED] Difference between DropZone and DropTarget

    I read the docs on ExtJS, but still confused as to the difference between DropZone vs DropTarget. In your drag drop examples, sometimes you use DropTarget, sometimes you use DropZone. Can you elaborate more on when to use which?
    Last edited by Daniil; Jun 11, 2013 at 3:58 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Please, read the following:
    http://stackoverflow.com/questions/3880678/
    http://docs.sencha.com/extjs/4.2.1/#...xt.dd.DropZone
    http://docs.sencha.com/extjs/4.2.1/#....dd.DropTarget

    Briefly, DropTarget should be used if you have only one drop target. DropZone is an extended class that should be used if you have many child drop targets with different behavior.

Similar Threads

  1. [CLOSED] Ext.Net DropZone vs Ext native DropZone
    By adrianot in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 31, 2013, 10:21 AM
  2. [CLOSED] [Version 1.2] - Possible Bug in DropTarget
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 08, 2011, 5:26 PM
  3. [CLOSED] DropTarget or DropZone?
    By capecod in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 21, 2010, 3:44 PM
  4. Replies: 1
    Last Post: Oct 16, 2010, 6:57 PM
  5. [CLOSED] [1.0] Portal as a 'universal' droptarget
    By betamax in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 16, 2010, 3:51 PM

Posting Permissions