Module:libextPackage:wrap.ext.treeParent:DropZoneCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.tree.TreeDropZone

Inheritance : Object : DragDrop : DDTarget : DropTarget : DropZone

Constructors

Signature
public TreeDropZone(String tree, TreeDropZoneConfig config)
public TreeDropZone(HTMLElement tree, TreeDropZoneConfig config)
public TreeDropZone(Element tree, TreeDropZoneConfig config)

Properties

NameTypeComment
dragOverData
wrap.ext.tree.TreePanel
tree
wrap.ext.tree.TreePanel

Constructors

public TreeDropZone(String tree, TreeDropZoneConfig config)

Parameters

NameTypeDescription
treecore.String
configwrap.ext.tree.types.TreeDropZoneConfig



public TreeDropZone(HTMLElement tree, TreeDropZoneConfig config)

Parameters

NameTypeDescription
treeorg.milescript.dom.HTMLElement
configwrap.ext.tree.types.TreeDropZoneConfig



public TreeDropZone(Element tree, TreeDropZoneConfig config)

Parameters

NameTypeDescription
treewrap.ext.Element
configwrap.ext.tree.types.TreeDropZoneConfig



Module:libextPackage:wrap.ext.treeParent:DropZoneCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation