Module:libutilPackage:org.milescript.dndParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibUtil Library: Project Home | Documentation

org.milescript.dnd.Dragable

Methods

assignTarget

void assignTarget(HTMLElement target)

Parameters

NameTypeDescription
targetorg.milescript.dom.HTMLElement

attach

void attach()


beginDrag

boolean beginDrag(Event e)

Returns
core.boolean

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

detach

void detach()


endDrag

boolean endDrag(Event e)

Returns
core.boolean

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

onDrag

boolean onDrag(Event e)

Returns
core.boolean

Parameters

NameTypeDescription
eorg.milescript.javascript.Event