plugin.DDM.html revision 52ee826e6ffab531da043d694b9f792d9e430551
<head>
</head>
<body id="yahoo-com">
<div id="doc3" class="yui-t2">
<div id="hd">
<h3>dd <span class="subtitle">3.0.0b1</span></h3>
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
<fieldset>
<legend>Filters</legend>
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
</fieldset>
</form>
<h2>
<span class="extends">
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
Provides the base Drag Drop Manger required for making a Node draggable.
</div>
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
<h3 id="constructor">Constructor</h3>
<div class="content">
<div class="detail">
<code>
(
)
</code>
<div class="description">
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="private" rel="yui:property" resource="#property__drags">
<h4><a name="property__drags" property="yui:name">_drags</a>
- <code>private <span property="yui:type">{Array}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Holder for all registered drag elements.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_activeDrag">
<h4><a name="property_activeDrag" property="yui:name">activeDrag</a>
- <code><span property="yui:type">{Drag}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
A reference to the currently active draggable object.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_CSS_PREFIX">
<h4><a name="property_CSS_PREFIX" property="yui:name">CSS_PREFIX</a>
- <code><span property="yui:type">{String}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The PREFIX to attach to all DD CSS class names
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="content" rel="yui:properties">
<code>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:methods" resource="#methods">
<div class="section method details">
<h3 id="methods">Methods</h3>
<div class="content">
<div class="private" rel="yui:method" resource="#method__end">
<h4>
<a name="method__end">_end</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_end</strong>
(
)
</code>
<div class="description" property="yui:description">
Internal method used by Drag to signal the end of a drag operation
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__endDrag">
<h4>
<a name="method__endDrag">_endDrag</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_endDrag</strong>
(
)
</code>
<div class="description" property="yui:description">
Factory method to be overwritten by other DDM's
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__init">
<h4>
<a name="method__init">_init</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_init</strong>
(
)
</code>
<div class="description" property="yui:description">
DDM's init method
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__move">
<h4>
<a name="method__move">_move</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_move</strong>
(
ev
)
</code>
<div class="description" property="yui:description">
Internal listener for the mousemove DOM event to pass to the Drag's move method.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">ev</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> The Dom mousemove Event</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__regDrag">
<h4>
<a name="method__regDrag">_regDrag</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_regDrag</strong>
(
d
)
</code>
<div class="description" property="yui:description">
Adds a reference to the drag object to the DDM._drags array, called in the constructor of Drag.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">d</span>
<<span property="yui:type">Drag</span>>
</code>
<span property="yui:description"> The Drag object</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setDragMode">
<h4>
<a name="method__setDragMode">_setDragMode</a></h4>
<div class="detail" >
<code>
private
<strong property="yui:name">_setDragMode</strong>
(
)
</code>
<div class="description" property="yui:description">
Handler for dragMode attribute setter.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<<span property="yui:type">object</span>>
</code>
<span property="yui:description"> The Number value or the String for the DragMode to default all future drag instances to.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__start">
<h4>
<a name="method__start">_start</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_start</strong>
(
x
,
y
,
w
,
h
)
</code>
<div class="description" property="yui:description">
Internal method used by Drag to signal the start of a drag operation
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">x</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The x position of the drag element</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">y</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The y position of the drag element</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">w</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The width of the drag element</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">h</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The height of the drag element</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__startDrag">
<h4>
<a name="method__startDrag">_startDrag</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_startDrag</strong>
(
x
,
y
,
w
,
h
)
</code>
<div class="description" property="yui:description">
Factory method to be overwritten by other DDM's
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">x</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The x position of the drag element</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">y</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The y position of the drag element</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">w</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The width of the drag element</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">h</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> The height of the drag element</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__unregDrag">
<h4>
<a name="method__unregDrag">_unregDrag</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_unregDrag</strong>
(
d
)
</code>
<div class="description" property="yui:description">
Remove this drag object from the DDM._drags array.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">d</span>
<<span property="yui:type">Drag</span>>
</code>
<span property="yui:description"> The drag object.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
void
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_cssSizestoObject">
<h4>
<a name="method_cssSizestoObject">cssSizestoObject</a></h4>
<div class="detail" >
<code>
private
Object
<strong property="yui:name">cssSizestoObject</strong>
(
gutter
)
</code>
<div class="description" property="yui:description">
//TODO Private, rename??...
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">gutter</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> CSS style string for gutter: '5 0' (sets top and bottom to 5px, left and right to 0px), '1 2 3 4' (top 1px, right 2px, bottom 3px, left 4px)</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo">The gutter Object Literal.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getDrag">
<h4>
<a name="method_getDrag">getDrag</a></h4>
<div class="detail" >
<code>
Object
<strong property="yui:name">getDrag</strong>
(
node
)
</code>
<div class="description" property="yui:description">
Get a valid Drag instance back from a Node or a selector string, false otherwise
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">node</span>
</code>
<span property="yui:description"> The Node instance or Selector string to check for a valid Drag Object</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_stopDrag">
<h4>
<a name="method_stopDrag">stopDrag</a></h4>
<div class="detail" >
<code>
Self
<strong property="yui:name">stopDrag</strong>
(
)
</code>
<div class="description" property="yui:description">
Method will forcefully stop a drag operation. For example calling this from inside an ESC keypress handler will stop this drag.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Self
</code></dt>
<dd property="yui:returnInfo"></dd>
</dl>
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="content" rel="yui:methods">
<code>
<a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span>
</span>
<a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span>
</span>
<a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span>
</span>
<a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span>
</span>
<a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span>
</span>
<a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span>
</span>
<a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span>
</span>
<a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span>
</span>
<a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span>
</span>
<a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div class="section method details">
<h3 id="events">Events</h3>
<div class="content">
<div class="" rel="yui:event" resource="#event_clickPixelThreshChange">
<h4>
<a name="event_clickPixelThreshChange">clickPixelThreshChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">clickPixelThreshChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'clickPixelThresh' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_clickTimeThreshChange">
<h4>
<a name="event_clickTimeThreshChange">clickTimeThreshChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">clickTimeThreshChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'clickTimeThresh' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_dragCursorChange">
<h4>
<a name="event_dragCursorChange">dragCursorChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">dragCursorChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'dragCursor' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_dragModeChange">
<h4>
<a name="event_dragModeChange">dragModeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">dragModeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'dragMode' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="content" rel="yui:events">
<code>
<a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span>
</span>
<a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:attributes" resource="#configattributes">
<div class="section field details">
<h3 id="configattributes">Configuration Attributes</h3>
<div class="content">
<div class="" rel="yui:attribute" resource="#config_clickPixelThresh">
<h4><a name="config_clickPixelThresh">clickPixelThresh</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The number of pixels to move to start a drag operation, default is 3.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_clickTimeThresh">
<h4><a name="config_clickTimeThresh">clickTimeThresh</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The number of milliseconds a mousedown has to pass to start a drag operation, default is 1000.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_dragCursor">
<h4><a name="config_dragCursor">dragCursor</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The cursor to apply when dragging, if shimmed the shim will get the cursor.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_dragMode">
<h4><a name="config_dragMode">dragMode</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
This attribute only works if the dd-drop module is active. It will set the dragMode (point, intersect, strict) of all future Drag instances.
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span>
</span>
<a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span>
</span>
</code>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div id="moduleList" class="module">
<h4>Modules</h4>
<ul class="content">
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="plugin.DDNodeScroll.html" title="plugin.DDNodeScroll">plugin.DDNodeScroll</a></li>
<li class=""><a href="plugin.DDWindowScroll.html" title="plugin.DDWindowScroll">plugin.DDWindowScroll</a></li>
<li class=""><a href="plugin.DragConstrained.html" title="plugin.DragConstrained">plugin.DragConstrained</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="private"><a href="#property__drags" title="_drags">_drags</a></li>
<li class=""><a href="#property_activeDrag" title="activeDrag">activeDrag</a></li>
<li class=""><a href="#property_CSS_PREFIX" title="CSS_PREFIX">CSS_PREFIX</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="private"><a href="#method__end" title="_end">_end</a></li>
<li class="private"><a href="#method__endDrag" title="_endDrag">_endDrag</a></li>
<li class="private"><a href="#method__init" title="_init">_init</a></li>
<li class="private"><a href="#method__move" title="_move">_move</a></li>
<li class="private"><a href="#method__regDrag" title="_regDrag">_regDrag</a></li>
<li class="private"><a href="#method__setDragMode" title="_setDragMode">_setDragMode</a></li>
<li class="private"><a href="#method__start" title="_start">_start</a></li>
<li class="private"><a href="#method__startDrag" title="_startDrag">_startDrag</a></li>
<li class="private"><a href="#method__unregDrag" title="_unregDrag">_unregDrag</a></li>
<li class="private"><a href="#method_cssSizestoObject" title="cssSizestoObject">cssSizestoObject</a></li>
<li class=""><a href="#method_getDrag" title="getDrag">getDrag</a></li>
<li class=""><a href="#method_stopDrag" title="stopDrag">stopDrag</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_clickPixelThreshChange" title="clickPixelThreshChange">clickPixelThreshChange</a></li>
<li class=""><a href="#event_clickTimeThreshChange" title="clickTimeThreshChange">clickTimeThreshChange</a></li>
<li class=""><a href="#event_dragCursorChange" title="dragCursorChange">dragCursorChange</a></li>
<li class=""><a href="#event_dragModeChange" title="dragModeChange">dragModeChange</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_clickPixelThresh" title="clickPixelThresh">clickPixelThresh</a></li>
<li class=""><a href="#config_clickTimeThresh" title="clickTimeThresh">clickTimeThresh</a></li>
<li class=""><a href="#config_dragCursor" title="dragCursor">dragCursor</a></li>
<li class=""><a href="#config_dragMode" title="dragMode">dragMode</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright © 2009 Yahoo! Inc. All rights reserved.
</div>
</div>
<script type="text/javascript">
ALL_YUI_PROPS = [{"access": "private", "host": "plugin.Drop", "name": "_activateShim", "url": "plugin.Drop.html#method__activateShim", "type": "method"}, {"access": "", "host": "plugin.DDM", "name": "activeDrag", "url": "plugin.DDM.html#property_activeDrag", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "activeHandle", "url": "plugin.Drag.html#config_activeHandle", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "activeHandleChange", "url": "plugin.Drag.html#event_activeHandleChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "actXY", "url": "plugin.Drag.html#property_actXY", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "addHandle", "url": "plugin.Drag.html#method_addHandle", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "addInvalid", "url": "plugin.Drag.html#method_addInvalid", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "addToGroup", "url": "plugin.Drag.html#method_addToGroup", "type": "method"}, {"access": "", "host": "plugin.DragConstrained", "name": "align", "url": "plugin.DragConstrained.html#method_align", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_align", "url": "plugin.Drag.html#method__align", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_alignNode", "url": "plugin.Drag.html#method__alignNode", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "bubbles", "url": "plugin.Drag.html#config_bubbles", "type": "config"}, {"access": "", "host": "plugin.Drop", "name": "bubbles", "url": "plugin.Drop.html#config_bubbles", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "bubblesChange", "url": "plugin.Drag.html#event_bubblesChange", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "bubblesChange", "url": "plugin.Drop.html#event_bubblesChange", "type": "event"}, {"access": "", "host": "Scroll", "name": "buffer", "url": "Scroll.html#config_buffer", "type": "config"}, {"access": "", "host": "Scroll", "name": "bufferChange", "url": "Scroll.html#event_bufferChange", "type": "event"}, {"access": "private", "host": "plugin.DragConstrained", "name": "_cacheRegion", "url": "plugin.DragConstrained.html#method__cacheRegion", "type": "method"}, {"access": "private", "host": "Scroll", "name": "_cancelScroll", "url": "Scroll.html#method__cancelScroll", "type": "method"}, {"access": "private", "host": "plugin.DragConstrained", "name": "_checkRegion", "url": "plugin.DragConstrained.html#method__checkRegion", "type": "method"}, {"access": "private", "host": "plugin.DragConstrained", "name": "_checkTicks", "url": "plugin.DragConstrained.html#method__checkTicks", "type": "method"}, {"access": "private", "host": "Scroll", "name": "_checkWinScroll", "url": "Scroll.html#method__checkWinScroll", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "clickPixelThresh", "url": "plugin.Drag.html#config_clickPixelThresh", "type": "config"}, {"access": "", "host": "plugin.DDM", "name": "clickPixelThresh", "url": "plugin.DDM.html#config_clickPixelThresh", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "clickPixelThreshChange", "url": "plugin.Drag.html#event_clickPixelThreshChange", "type": "event"}, {"access": "", "host": "plugin.DDM", "name": "clickPixelThreshChange", "url": "plugin.DDM.html#event_clickPixelThreshChange", "type": "event"}, {"access": "private", "host": "plugin.Drag", "name": "_clickTimeout", "url": "plugin.Drag.html#property__clickTimeout", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "clickTimeThresh", "url": "plugin.Drag.html#config_clickTimeThresh", "type": "config"}, {"access": "", "host": "plugin.DDM", "name": "clickTimeThresh", "url": "plugin.DDM.html#config_clickTimeThresh", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "clickTimeThreshChange", "url": "plugin.Drag.html#event_clickTimeThreshChange", "type": "event"}, {"access": "", "host": "plugin.DDM", "name": "clickTimeThreshChange", "url": "plugin.DDM.html#event_clickTimeThreshChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "con", "url": "plugin.DragConstrained.html#property_con", "type": "property"}, {"access": "", "host": "plugin.DragConstrained", "name": "constrain2node", "url": "plugin.DragConstrained.html#config_constrain2node", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "constrain2nodeChange", "url": "plugin.DragConstrained.html#event_constrain2nodeChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "constrain2region", "url": "plugin.DragConstrained.html#config_constrain2region", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "constrain2regionChange", "url": "plugin.DragConstrained.html#event_constrain2regionChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "constrain2view", "url": "plugin.DragConstrained.html#config_constrain2view", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "constrain2viewChange", "url": "plugin.DragConstrained.html#event_constrain2viewChange", "type": "event"}, {"access": "private", "host": "plugin.Drag", "name": "_createEvents", "url": "plugin.Drag.html#method__createEvents", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "_createEvents", "url": "plugin.Drop.html#method__createEvents", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "_createShim", "url": "plugin.Drop.html#method__createShim", "type": "method"}, {"access": "", "host": "plugin.DDM", "name": "CSS_PREFIX", "url": "plugin.DDM.html#property_CSS_PREFIX", "type": "property"}, {"access": "private", "host": "plugin.DDM", "name": "cssSizestoObject", "url": "plugin.DDM.html#method_cssSizestoObject", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "data", "url": "plugin.Drag.html#config_data", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "dataChange", "url": "plugin.Drag.html#event_dataChange", "type": "event"}, {"access": "private", "host": "plugin.Drop", "name": "_deactivateShim", "url": "plugin.Drop.html#method__deactivateShim", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_defAlignFn", "url": "plugin.Drag.html#method__defAlignFn", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_defDragFn", "url": "plugin.Drag.html#method__defDragFn", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_defMouseDownFn", "url": "plugin.Drag.html#method__defMouseDownFn", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "deltaXY", "url": "plugin.Drag.html#property_deltaXY", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "destructor", "url": "plugin.Drag.html#method_destructor", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "destructor", "url": "plugin.Drop.html#method_destructor", "type": "method"}, {"access": "", "host": "Scroll", "name": "_dimCache", "url": "Scroll.html#property__dimCache", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "drag:addHandle", "url": "plugin.Drag.html#event_drag:addHandle", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:addInvalid", "url": "plugin.Drag.html#event_drag:addInvalid", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:afterMouseDown", "url": "plugin.Drag.html#event_drag:afterMouseDown", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:align", "url": "plugin.Drag.html#event_drag:align", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:drag", "url": "plugin.Drag.html#event_drag:drag", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:drophit", "url": "plugin.Drag.html#event_drag:drophit", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:dropmiss", "url": "plugin.Drag.html#event_drag:dropmiss", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:end", "url": "plugin.Drag.html#event_drag:end", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:enter", "url": "plugin.Drag.html#event_drag:enter", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:exit", "url": "plugin.Drag.html#event_drag:exit", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:mouseDown", "url": "plugin.Drag.html#event_drag:mouseDown", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:over", "url": "plugin.Drag.html#event_drag:over", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:removeHandle", "url": "plugin.Drag.html#event_drag:removeHandle", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:removeInvalid", "url": "plugin.Drag.html#event_drag:removeInvalid", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "drag:start", "url": "plugin.Drag.html#event_drag:start", "type": "event"}, {"access": "", "host": "plugin.DDM", "name": "dragCursor", "url": "plugin.DDM.html#config_dragCursor", "type": "config"}, {"access": "", "host": "plugin.DDM", "name": "dragCursorChange", "url": "plugin.DDM.html#event_dragCursorChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "dragging", "url": "plugin.Drag.html#config_dragging", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "draggingChange", "url": "plugin.Drag.html#event_draggingChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "dragMode", "url": "plugin.Drag.html#config_dragMode", "type": "config"}, {"access": "", "host": "plugin.DDM", "name": "dragMode", "url": "plugin.DDM.html#config_dragMode", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "dragModeChange", "url": "plugin.Drag.html#event_dragModeChange", "type": "event"}, {"access": "", "host": "plugin.DDM", "name": "dragModeChange", "url": "plugin.DDM.html#event_dragModeChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "dragNode", "url": "plugin.Drag.html#config_dragNode", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "dragNodeChange", "url": "plugin.Drag.html#event_dragNodeChange", "type": "event"}, {"access": "private", "host": "plugin.DDM", "name": "_drags", "url": "plugin.DDM.html#property__drags", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "_dragThreshMet", "url": "plugin.Drag.html#property__dragThreshMet", "type": "property"}, {"access": "", "host": "plugin.Drop", "name": "drop:enter", "url": "plugin.Drop.html#event_drop:enter", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "drop:exit", "url": "plugin.Drop.html#event_drop:exit", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "drop:hit", "url": "plugin.Drop.html#event_drop:hit", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "drop:over", "url": "plugin.Drop.html#event_drop:over", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "end", "url": "plugin.Drag.html#method_end", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_end", "url": "plugin.DDM.html#method__end", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_endDrag", "url": "plugin.DDM.html#method__endDrag", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_endTime", "url": "plugin.Drag.html#property__endTime", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "_ev_md", "url": "plugin.Drag.html#property__ev_md", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "_fixDragStart", "url": "plugin.Drag.html#method__fixDragStart", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_fixIEMouseDown", "url": "plugin.Drag.html#method__fixIEMouseDown", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_fixIEMouseUp", "url": "plugin.Drag.html#method__fixIEMouseUp", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_fromTimeout", "url": "plugin.Drag.html#property__fromTimeout", "type": "property"}, {"access": "", "host": "plugin.DDM", "name": "getDrag", "url": "plugin.DDM.html#method_getDrag", "type": "method"}, {"access": "", "host": "plugin.DragConstrained", "name": "getRegion", "url": "plugin.DragConstrained.html#method_getRegion", "type": "method"}, {"access": "private", "host": "Scroll", "name": "_getVPRegion", "url": "Scroll.html#method__getVPRegion", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_groups", "url": "plugin.Drag.html#property__groups", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "groups", "url": "plugin.Drag.html#config_groups", "type": "config"}, {"access": "private", "host": "plugin.Drop", "name": "_groups", "url": "plugin.Drop.html#property__groups", "type": "property"}, {"access": "", "host": "plugin.Drop", "name": "groups", "url": "plugin.Drop.html#config_groups", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "groupsChange", "url": "plugin.Drag.html#event_groupsChange", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "groupsChange", "url": "plugin.Drop.html#event_groupsChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "gutter", "url": "plugin.DragConstrained.html#config_gutter", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "gutterChange", "url": "plugin.DragConstrained.html#event_gutterChange", "type": "event"}, {"access": "private", "host": "plugin.Drag", "name": "_handleMouseDownEvent", "url": "plugin.Drag.html#method__handleMouseDownEvent", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_handleMouseUp", "url": "plugin.Drag.html#method__handleMouseUp", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "_handleOut", "url": "plugin.Drop.html#method__handleOut", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "_handleOverEvent", "url": "plugin.Drop.html#method__handleOverEvent", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "_handleOverTarget", "url": "plugin.Drop.html#method__handleOverTarget", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_handles", "url": "plugin.Drag.html#property__handles", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "handles", "url": "plugin.Drag.html#config_handles", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "handlesChange", "url": "plugin.Drag.html#event_handlesChange", "type": "event"}, {"access": "private", "host": "plugin.DragConstrained", "name": "_handleStart", "url": "plugin.DragConstrained.html#method__handleStart", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_handleTarget", "url": "plugin.Drag.html#method__handleTarget", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_ieSelectBack", "url": "plugin.Drag.html#property__ieSelectBack", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "_ieSelectFix", "url": "plugin.Drag.html#method__ieSelectFix", "type": "method"}, {"access": "", "host": "plugin.Drop", "name": "inGroup", "url": "plugin.Drop.html#method_inGroup", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_init", "url": "plugin.DDM.html#method__init", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "initializer", "url": "plugin.Drag.html#method_initializer", "type": "method"}, {"access": "private", "host": "plugin.Drop", "name": "initializer", "url": "plugin.Drop.html#method_initializer", "type": "method"}, {"access": "private", "host": "Scroll", "name": "_initScroll", "url": "Scroll.html#method__initScroll", "type": "method"}, {"access": "", "host": "plugin.DragConstrained", "name": "inRegion", "url": "plugin.DragConstrained.html#method_inRegion", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_invalids", "url": "plugin.Drag.html#property__invalids", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "_invalidsDefault", "url": "plugin.Drag.html#property__invalidsDefault", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "lastXY", "url": "plugin.Drag.html#property_lastXY", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "lock", "url": "plugin.Drag.html#config_lock", "type": "config"}, {"access": "", "host": "plugin.Drop", "name": "lock", "url": "plugin.Drop.html#config_lock", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "lockChange", "url": "plugin.Drag.html#event_lockChange", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "lockChange", "url": "plugin.Drop.html#event_lockChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "mouseXY", "url": "plugin.Drag.html#property_mouseXY", "type": "property"}, {"access": "private", "host": "plugin.Drag", "name": "_move", "url": "plugin.Drag.html#method__move", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "move", "url": "plugin.Drag.html#config_move", "type": "config"}, {"access": "private", "host": "plugin.DDM", "name": "_move", "url": "plugin.DDM.html#method__move", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "moveChange", "url": "plugin.Drag.html#event_moveChange", "type": "event"}, {"access": "private", "host": "plugin.Drag", "name": "_moveNode", "url": "plugin.Drag.html#method__moveNode", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "node", "url": "plugin.Drag.html#config_node", "type": "config"}, {"access": "", "host": "plugin.Drop", "name": "node", "url": "plugin.Drop.html#config_node", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "nodeChange", "url": "plugin.Drag.html#event_nodeChange", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "nodeChange", "url": "plugin.Drop.html#event_nodeChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "nodeXY", "url": "plugin.Drag.html#property_nodeXY", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "offsetNode", "url": "plugin.Drag.html#config_offsetNode", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "offsetNodeChange", "url": "plugin.Drag.html#event_offsetNodeChange", "type": "event"}, {"access": "", "host": "plugin.Drop", "name": "overTarget", "url": "plugin.Drop.html#property_overTarget", "type": "property"}, {"access": "", "host": "plugin.Drop", "name": "padding", "url": "plugin.Drop.html#config_padding", "type": "config"}, {"access": "", "host": "plugin.Drop", "name": "paddingChange", "url": "plugin.Drop.html#event_paddingChange", "type": "event"}, {"access": "private", "host": "plugin.Drag", "name": "_prep", "url": "plugin.Drag.html#method__prep", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "primaryButtonOnly", "url": "plugin.Drag.html#config_primaryButtonOnly", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "primaryButtonOnlyChange", "url": "plugin.Drag.html#event_primaryButtonOnlyChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "realXY", "url": "plugin.Drag.html#property_realXY", "type": "property"}, {"access": "private", "host": "plugin.DDM", "name": "_regDrag", "url": "plugin.DDM.html#method__regDrag", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "region", "url": "plugin.Drag.html#property_region", "type": "property"}, {"access": "", "host": "plugin.Drop", "name": "region", "url": "plugin.Drop.html#property_region", "type": "property"}, {"access": "private", "host": "plugin.DragConstrained", "name": "_regionCache", "url": "plugin.DragConstrained.html#property__regionCache", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "removeFromGroup", "url": "plugin.Drag.html#method_removeFromGroup", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "removeHandle", "url": "plugin.Drag.html#method_removeHandle", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "removeInvalid", "url": "plugin.Drag.html#method_removeInvalid", "type": "method"}, {"access": "", "host": "Scroll", "name": "scrollDelay", "url": "Scroll.html#config_scrollDelay", "type": "config"}, {"access": "", "host": "Scroll", "name": "scrollDelayChange", "url": "Scroll.html#event_scrollDelayChange", "type": "event"}, {"access": "", "host": "Scroll", "name": "_scrolling", "url": "Scroll.html#property__scrolling", "type": "property"}, {"access": "", "host": "Scroll", "name": "_scrollTimer", "url": "Scroll.html#property__scrollTimer", "type": "property"}, {"access": "private", "host": "Scroll", "name": "_setDimCache", "url": "Scroll.html#method__setDimCache", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_setDragMode", "url": "plugin.DDM.html#method__setDragMode", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_setStartPosition", "url": "plugin.Drag.html#method__setStartPosition", "type": "method"}, {"access": "", "host": "plugin.Drop", "name": "shim", "url": "plugin.Drop.html#property_shim", "type": "property"}, {"access": "", "host": "plugin.Drop", "name": "sizeShim", "url": "plugin.Drop.html#method_sizeShim", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "start", "url": "plugin.Drag.html#method_start", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_start", "url": "plugin.DDM.html#method__start", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_startDrag", "url": "plugin.DDM.html#method__startDrag", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_startTime", "url": "plugin.Drag.html#property__startTime", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "startXY", "url": "plugin.Drag.html#property_startXY", "type": "property"}, {"access": "", "host": "plugin.DragConstrained", "name": "stickX", "url": "plugin.DragConstrained.html#config_stickX", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "stickXChange", "url": "plugin.DragConstrained.html#event_stickXChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "stickY", "url": "plugin.DragConstrained.html#config_stickY", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "stickYChange", "url": "plugin.DragConstrained.html#event_stickYChange", "type": "event"}, {"access": "", "host": "plugin.Drag", "name": "stopDrag", "url": "plugin.Drag.html#method_stopDrag", "type": "method"}, {"access": "", "host": "plugin.DDM", "name": "stopDrag", "url": "plugin.DDM.html#method_stopDrag", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "target", "url": "plugin.Drag.html#property_target", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "target", "url": "plugin.Drag.html#config_target", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "targetChange", "url": "plugin.Drag.html#event_targetChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickX", "url": "plugin.DragConstrained.html#config_tickX", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickXArray", "url": "plugin.DragConstrained.html#config_tickXArray", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickXArrayChange", "url": "plugin.DragConstrained.html#event_tickXArrayChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickXChange", "url": "plugin.DragConstrained.html#event_tickXChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickY", "url": "plugin.DragConstrained.html#config_tickY", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickYArray", "url": "plugin.DragConstrained.html#config_tickYArray", "type": "config"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickYArrayChange", "url": "plugin.DragConstrained.html#event_tickYArrayChange", "type": "event"}, {"access": "", "host": "plugin.DragConstrained", "name": "tickYChange", "url": "plugin.DragConstrained.html#event_tickYChange", "type": "event"}, {"access": "private", "host": "plugin.Drag", "name": "_timeoutCheck", "url": "plugin.Drag.html#method__timeoutCheck", "type": "method"}, {"access": "", "host": "Scroll", "name": "toString", "url": "Scroll.html#method_toString", "type": "method"}, {"access": "private", "host": "plugin.Drag", "name": "_unprep", "url": "plugin.Drag.html#method__unprep", "type": "method"}, {"access": "private", "host": "plugin.DDM", "name": "_unregDrag", "url": "plugin.DDM.html#method__unregDrag", "type": "method"}, {"access": "", "host": "plugin.Drag", "name": "useShim", "url": "plugin.Drag.html#config_useShim", "type": "config"}, {"access": "", "host": "plugin.Drag", "name": "useShimChange", "url": "plugin.Drag.html#event_useShimChange", "type": "event"}, {"access": "private", "host": "plugin.Drop", "name": "_valid", "url": "plugin.Drop.html#property__valid", "type": "property"}, {"access": "", "host": "plugin.Drag", "name": "validClick", "url": "plugin.Drag.html#method_validClick", "type": "method"}, {"access": "", "host": "Scroll", "name": "_vpRegionCache", "url": "Scroll.html#property__vpRegionCache", "type": "property"}, {"access": "", "host": "plugin.DDWindowScroll", "name": "windowScroll", "url": "plugin.DDWindowScroll.html#config_windowScroll", "type": "config"}, {"access": "", "host": "plugin.DDWindowScroll", "name": "windowScrollChange", "url": "plugin.DDWindowScroll.html#event_windowScrollChange", "type": "event"}];
</script>
</body>
</html>