740 lines
42 KiB
HTML
740 lines
42 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>API: dragdrop YAHOO.util.DD (YUI Library)</title>
|
|
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css">
|
|
<link rel="stylesheet" type="text/css" href="assets/api.css">
|
|
</head>
|
|
|
|
<body id="yahoo-com">
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="hd">
|
|
<h1>Yahoo! UI Library</h1>
|
|
<h3>Drag and Drop </h3>
|
|
<p>
|
|
<a href="./index.html">Yahoo! UI Library</a>
|
|
> <a href="./module_dragdrop.html">dragdrop</a>
|
|
> YAHOO.util.DD
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
|
|
<h2>
|
|
|
|
|
|
|
|
|
|
Class <b>YAHOO.util.DD</b>
|
|
<span class="extends">
|
|
- extends <a href="YAHOO.util.DragDrop.html">YAHOO.util.DragDrop</a>
|
|
</span>
|
|
|
|
<span class="extends">
|
|
</span>
|
|
|
|
</code>
|
|
</h2>
|
|
<!-- class tree goes here -->
|
|
|
|
<dl class="subclasses">
|
|
<dt>Known Subclasses:</dd>
|
|
<dd>
|
|
<a href="YAHOO.util.DDProxy.html">YAHOO.util.DDProxy</a>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
<div class="summary description">
|
|
A DragDrop implementation where the linked element follows the
|
|
mouse cursor during a drag.
|
|
</div>
|
|
|
|
<div class="section constructor details">
|
|
<h3><a name="constructor_detail">Constructor</a></h3>
|
|
<div class="content">
|
|
<div class="detail">
|
|
<strong>YAHOO.util.DD</strong>
|
|
<code>
|
|
(
|
|
|
|
|
|
|
|
id
|
|
|
|
,
|
|
sGroup
|
|
|
|
,
|
|
config
|
|
)
|
|
</code>
|
|
<div class="description">
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>id
|
|
<String>
|
|
</code>
|
|
the id of the linked element
|
|
</dd>
|
|
<dd>
|
|
<code>sGroup
|
|
<String>
|
|
</code>
|
|
the group of related DragDrop items
|
|
</dd>
|
|
<dd>
|
|
<code>config
|
|
<object>
|
|
</code>
|
|
an object containing configurable attributes
|
|
Valid properties for DD:
|
|
scroll
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section field details">
|
|
<h3><a name="field_detail">Properties</a></h3>
|
|
<div class="content">
|
|
<h4><a name="scroll">scroll</a>
|
|
<code>- boolean</code>
|
|
</h4>
|
|
<div class="detail">
|
|
<div class="description">
|
|
When set to true, the utility automatically tries to scroll the browser
|
|
window wehn a drag and drop element is dragged near the viewport boundary.
|
|
Defaults to true.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section field inheritance">
|
|
<h4>Properties inherited from <a href="YAHOO.util.DragDrop.html">YAHOO.util.DragDrop</a>:</h4>
|
|
<div class="content">
|
|
<code>
|
|
|
|
<a href="YAHOO.util.DragDrop.html#__ygDragDrop">__ygDragDrop</a>,
|
|
<a href="YAHOO.util.DragDrop.html#_domRef">_domRef</a>,
|
|
<a href="YAHOO.util.DragDrop.html#available">available</a>,
|
|
<a href="YAHOO.util.DragDrop.html#config">config</a>,
|
|
<a href="YAHOO.util.DragDrop.html#constrainX">constrainX</a>,
|
|
<a href="YAHOO.util.DragDrop.html#constrainY">constrainY</a>,
|
|
<a href="YAHOO.util.DragDrop.html#dragElId">dragElId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#groups">groups</a>,
|
|
<a href="YAHOO.util.DragDrop.html#handleElId">handleElId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#hasOuterHandles">hasOuterHandles</a>,
|
|
<a href="YAHOO.util.DragDrop.html#id">id</a>,
|
|
<a href="YAHOO.util.DragDrop.html#invalidHandleClasses">invalidHandleClasses</a>,
|
|
<a href="YAHOO.util.DragDrop.html#invalidHandleIds">invalidHandleIds</a>,
|
|
<a href="YAHOO.util.DragDrop.html#invalidHandleTypes">invalidHandleTypes</a>,
|
|
<a href="YAHOO.util.DragDrop.html#locked">locked</a>,
|
|
<a href="YAHOO.util.DragDrop.html#maintainOffset">maintainOffset</a>,
|
|
<a href="YAHOO.util.DragDrop.html#maxX">maxX</a>,
|
|
<a href="YAHOO.util.DragDrop.html#maxY">maxY</a>,
|
|
<a href="YAHOO.util.DragDrop.html#minX">minX</a>,
|
|
<a href="YAHOO.util.DragDrop.html#minY">minY</a>,
|
|
<a href="YAHOO.util.DragDrop.html#primaryButtonOnly">primaryButtonOnly</a>,
|
|
<a href="YAHOO.util.DragDrop.html#startPageX">startPageX</a>,
|
|
<a href="YAHOO.util.DragDrop.html#startPageY">startPageY</a>,
|
|
<a href="YAHOO.util.DragDrop.html#xTicks">xTicks</a>,
|
|
<a href="YAHOO.util.DragDrop.html#yTicks">yTicks</a>
|
|
</code>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section method details">
|
|
<h3><a name="methodDetails">Methods</a></h3>
|
|
<div class="content">
|
|
<h4>
|
|
<a name="alignElWithMouse">alignElWithMouse</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
|
|
|
|
|
|
void
|
|
<strong>alignElWithMouse</strong>
|
|
(
|
|
|
|
|
|
el
|
|
|
|
|
|
,
|
|
iPageX
|
|
|
|
|
|
,
|
|
iPageY
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Sets the element to the location of the mousedown or click event,
|
|
maintaining the cursor location relative to the location on the element
|
|
that was clicked. Override this if you want to place the element in a
|
|
location other than where the cursor is.
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>el <HTMLElement></code>
|
|
the element to move
|
|
</dd>
|
|
<dd>
|
|
<code>iPageX <int></code>
|
|
the X coordinate of the mousedown or drag event
|
|
</dd>
|
|
<dd>
|
|
<code>iPageY <int></code>
|
|
the Y coordinate of the mousedown or drag event
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<h4>
|
|
<a name="autoOffset">autoOffset</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
|
|
|
|
|
|
void
|
|
<strong>autoOffset</strong>
|
|
(
|
|
|
|
|
|
iPageX
|
|
|
|
|
|
,
|
|
iPageY
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Sets the pointer offset to the distance between the linked element's top
|
|
left corner and the location the element was clicked
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>iPageX <int></code>
|
|
the X coordinate of the click
|
|
</dd>
|
|
<dd>
|
|
<code>iPageY <int></code>
|
|
the Y coordinate of the click
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<h4>
|
|
<a name="autoScroll">autoScroll</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
private
|
|
|
|
|
|
void
|
|
<strong>autoScroll</strong>
|
|
(
|
|
|
|
|
|
x
|
|
|
|
|
|
,
|
|
y
|
|
|
|
|
|
,
|
|
h
|
|
|
|
|
|
,
|
|
w
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Auto-scroll the window if the dragged object has been moved beyond the
|
|
visible window boundary.
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>x <int></code>
|
|
the drag element's x position
|
|
</dd>
|
|
<dd>
|
|
<code>y <int></code>
|
|
the drag element's y position
|
|
</dd>
|
|
<dd>
|
|
<code>h <int></code>
|
|
the height of the drag element
|
|
</dd>
|
|
<dd>
|
|
<code>w <int></code>
|
|
the width of the drag element
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<h4>
|
|
<a name="cachePosition">cachePosition</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
|
|
|
|
|
|
void
|
|
<strong>cachePosition</strong>
|
|
(
|
|
|
|
|
|
iPageX
|
|
|
|
|
|
,
|
|
iPageY
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Saves the most recent position so that we can reset the constraints and
|
|
tick marks on-demand. We need to know this so that we can calculate the
|
|
number of pixels the element is offset from its original position.
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>iPageX <Object></code>
|
|
the current x position (optional, this just makes it so we
|
|
don't have to look it up again)
|
|
</dd>
|
|
<dd>
|
|
<code>iPageY <Object></code>
|
|
the current y position (optional, this just makes it so we
|
|
don't have to look it up again)
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<h4>
|
|
<a name="getTargetCoord">getTargetCoord</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
private
|
|
|
|
|
|
void
|
|
<strong>getTargetCoord</strong>
|
|
(
|
|
|
|
|
|
iPageX
|
|
|
|
|
|
,
|
|
iPageY
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Finds the location the element should be placed if we want to move
|
|
it to where the mouse location less the click offset would place us.
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>iPageX <int></code>
|
|
the X coordinate of the click
|
|
</dd>
|
|
<dd>
|
|
<code>iPageY <int></code>
|
|
the Y coordinate of the click
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd>an object that contains the coordinates (Object.x and Object.y)</dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<h4>
|
|
<a name="setDelta">setDelta</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
|
|
|
|
|
|
void
|
|
<strong>setDelta</strong>
|
|
(
|
|
|
|
|
|
iDeltaX
|
|
|
|
|
|
,
|
|
iDeltaY
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Sets the pointer offset. You can call this directly to force the
|
|
offset to be in a particular location (e.g., pass in 0,0 to set it
|
|
to the center of the object, as done in YAHOO.widget.Slider)
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>iDeltaX <int></code>
|
|
the distance from the left
|
|
</dd>
|
|
<dd>
|
|
<code>iDeltaY <int></code>
|
|
the distance from the top
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
<h4>
|
|
<a name="setDragElPos">setDragElPos</a></h4>
|
|
<div class="detail">
|
|
<code>
|
|
|
|
|
|
|
|
void
|
|
<strong>setDragElPos</strong>
|
|
(
|
|
|
|
|
|
iPageX
|
|
|
|
|
|
,
|
|
iPageY
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description">
|
|
Sets the drag element to the location of the mousedown or click event,
|
|
maintaining the cursor location relative to the location on the element
|
|
that was clicked. Override this if you want to place the element in a
|
|
location other than where the cursor is.
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl>
|
|
<dt>Parameters:</dt>
|
|
<dd>
|
|
<code>iPageX <int></code>
|
|
the X coordinate of the mousedown or drag event
|
|
</dd>
|
|
<dd>
|
|
<code>iPageY <int></code>
|
|
the Y coordinate of the mousedown or drag event
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code>
|
|
void
|
|
</code></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section field inheritance">
|
|
<h4>Methods inherited from <a href="YAHOO.util.DragDrop.html">YAHOO.util.DragDrop</a>:</h4>
|
|
<div class="content">
|
|
<code>
|
|
|
|
<a href="YAHOO.util.DragDrop.html#addInvalidHandleClass">addInvalidHandleClass</a>,
|
|
<a href="YAHOO.util.DragDrop.html#addInvalidHandleId">addInvalidHandleId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#addInvalidHandleType">addInvalidHandleType</a>,
|
|
<a href="YAHOO.util.DragDrop.html#addToGroup">addToGroup</a>,
|
|
<a href="YAHOO.util.DragDrop.html#applyConfig">applyConfig</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4Drag">b4Drag</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4DragDrop">b4DragDrop</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4DragOut">b4DragOut</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4DragOver">b4DragOver</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4EndDrag">b4EndDrag</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4MouseDown">b4MouseDown</a>,
|
|
<a href="YAHOO.util.DragDrop.html#b4StartDrag">b4StartDrag</a>,
|
|
<a href="YAHOO.util.DragDrop.html#clearConstraints">clearConstraints</a>,
|
|
<a href="YAHOO.util.DragDrop.html#clearTicks">clearTicks</a>,
|
|
<a href="YAHOO.util.DragDrop.html#endDrag">endDrag</a>,
|
|
<a href="YAHOO.util.DragDrop.html#getDragEl">getDragEl</a>,
|
|
<a href="YAHOO.util.DragDrop.html#getEl">getEl</a>,
|
|
<a href="YAHOO.util.DragDrop.html#getTick">getTick</a>,
|
|
<a href="YAHOO.util.DragDrop.html#handleMouseDown">handleMouseDown</a>,
|
|
<a href="YAHOO.util.DragDrop.html#handleOnAvailable">handleOnAvailable</a>,
|
|
<a href="YAHOO.util.DragDrop.html#init">init</a>,
|
|
<a href="YAHOO.util.DragDrop.html#initTarget">initTarget</a>,
|
|
<a href="YAHOO.util.DragDrop.html#isLocked">isLocked</a>,
|
|
<a href="YAHOO.util.DragDrop.html#isTarget">isTarget</a>,
|
|
<a href="YAHOO.util.DragDrop.html#isValidHandleChild">isValidHandleChild</a>,
|
|
<a href="YAHOO.util.DragDrop.html#lock">lock</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onAvailable">onAvailable</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onDrag">onDrag</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onDragDrop">onDragDrop</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onDragEnter">onDragEnter</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onDragOut">onDragOut</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onDragOver">onDragOver</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onInvalidDrop">onInvalidDrop</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onMouseDown">onMouseDown</a>,
|
|
<a href="YAHOO.util.DragDrop.html#onMouseUp">onMouseUp</a>,
|
|
<a href="YAHOO.util.DragDrop.html#padding">padding</a>,
|
|
<a href="YAHOO.util.DragDrop.html#removeFromGroup">removeFromGroup</a>,
|
|
<a href="YAHOO.util.DragDrop.html#removeInvalidHandleClass">removeInvalidHandleClass</a>,
|
|
<a href="YAHOO.util.DragDrop.html#removeInvalidHandleId">removeInvalidHandleId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#removeInvalidHandleType">removeInvalidHandleType</a>,
|
|
<a href="YAHOO.util.DragDrop.html#resetConstraints">resetConstraints</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setDragElId">setDragElId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setHandleElId">setHandleElId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setInitialPosition">setInitialPosition</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setOuterHandleElId">setOuterHandleElId</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setPadding">setPadding</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setStartPosition">setStartPosition</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setXConstraint">setXConstraint</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setXTicks">setXTicks</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setYConstraint">setYConstraint</a>,
|
|
<a href="YAHOO.util.DragDrop.html#setYTicks">setYTicks</a>,
|
|
<a href="YAHOO.util.DragDrop.html#startDrag">startDrag</a>,
|
|
<a href="YAHOO.util.DragDrop.html#toString">toString</a>,
|
|
<a href="YAHOO.util.DragDrop.html#unlock">unlock</a>,
|
|
<a href="YAHOO.util.DragDrop.html#unreg">unreg</a>
|
|
</code>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<div class="nav">
|
|
|
|
<div class="module">
|
|
<h4>Modules</h4>
|
|
<ul class="content">
|
|
<li><a href="module_animation.html">animation</a></li>
|
|
<li><a href="module_autocomplete.html">autocomplete</a></li>
|
|
<li><a href="module_calendar.html">calendar</a></li>
|
|
<li><a href="module_connection.html">connection</a></li>
|
|
<li><a href="module_container.html">container</a></li>
|
|
<li><a href="module_dom.html">dom</a></li>
|
|
<li><a href="module_dragdrop.html">dragdrop</a></li>
|
|
<li><a href="module_event.html">event</a></li>
|
|
<li><a href="module_logger.html">logger</a></li>
|
|
<li><a href="module_menu.html">menu</a></li>
|
|
<li><a href="module_slider.html">slider</a></li>
|
|
<li><a href="module_tabview.html">tabview</a></li>
|
|
<li><a href="module_treeview.html">treeview</a></li>
|
|
<li><a href="module_yahoo.html">yahoo</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="module">
|
|
<h4>Classes</h4>
|
|
<ul class="content">
|
|
<li><a href="YAHOO.util.DD.html">YAHOO.util.DD</a></li>
|
|
<li><a href="YAHOO.util.DDProxy.html">YAHOO.util.DDProxy</a></li>
|
|
<li><a href="YAHOO.util.DDTarget.html">YAHOO.util.DDTarget</a></li>
|
|
<li><a href="YAHOO.util.DragDrop.html">YAHOO.util.DragDrop</a></li>
|
|
<li><a href="YAHOO.util.DragDropMgr.html">YAHOO.util.DragDropMgr</a></li>
|
|
<li><a href="YAHOO.util.DragDropMgr.ElementWrapper.html">YAHOO.util.DragDropMgr.ElementWrapper</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="module">
|
|
<h4>Files</h4>
|
|
<ul class="content">
|
|
<li><a href="DD.js.html">DD.js</a></li>
|
|
<li><a href="DDProxy.js.html">DDProxy.js</a></li>
|
|
<li><a href="DDTarget.js.html">DDTarget.js</a></li>
|
|
<li><a href="DragDrop.js.html">DragDrop.js</a></li>
|
|
<li><a href="DragDropMgr.js.html">DragDropMgr.js</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="module">
|
|
<h4>Properties</h4>
|
|
<ul class="content">
|
|
<li><a href="#scroll">scroll</a>
|
|
<!--<code><boolean></code>-->
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="module">
|
|
<h4>Methods</h4>
|
|
<ul class="content">
|
|
<li><!--<code>void</code>-->
|
|
<a href="#alignElWithMouse">alignElWithMouse</a>
|
|
</li>
|
|
<li><!--<code>void</code>-->
|
|
<a href="#autoOffset">autoOffset</a>
|
|
</li>
|
|
<li><!--<code>void</code>-->
|
|
<a href="#autoScroll">autoScroll</a>
|
|
</li>
|
|
<li><!--<code>void</code>-->
|
|
<a href="#cachePosition">cachePosition</a>
|
|
</li>
|
|
<li><!--<code>void</code>-->
|
|
<a href="#getTargetCoord">getTargetCoord</a>
|
|
</li>
|
|
<li><!--<code>void</code>-->
|
|
<a href="#setDelta">setDelta</a>
|
|
</li>
|
|
<li><!--<code>void</code>-->
|
|
<a href="#setDragElPos">setDragElPos</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="ft">
|
|
<hr />
|
|
Copyright © 2006 Yahoo! Inc. All rights reserved.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|