update YUI to 2.8.0r4
This commit is contained in:
parent
27f474ec64
commit
2d28e0c0ba
2007 changed files with 344487 additions and 210070 deletions
|
|
@ -1,8 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title>API: dom YAHOO.util.Region (YUI Library)</title>
|
||||
<link rel="stylesheet" type="text/css" href="assets/api.css">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/api.css" />
|
||||
|
||||
<script type="text/javascript" src="assets/api-js"></script>
|
||||
<script type="text/javascript" src="assets/ac-js"></script>
|
||||
</head>
|
||||
|
|
@ -10,27 +14,33 @@
|
|||
<body id="yahoo-com">
|
||||
|
||||
<div id="doc3" class="yui-t2">
|
||||
|
||||
<div id="hd">
|
||||
<a href="http://developer.yahoo.com/yui/"><h1>Yahoo! UI Library</h1></a>
|
||||
<h3>dom <span class="subtitle">2.6.0</span></h3>
|
||||
<p>
|
||||
<a href="./index.html">Yahoo! UI Library</a>
|
||||
> <a href="./module_dom.html">dom</a>
|
||||
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
|
||||
<h3>dom <span class="subtitle">2.8.0r4</span></h3>
|
||||
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
|
||||
> <a href="./module_dom.html" title="dom">dom</a>
|
||||
> YAHOO.util.Region
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<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 name="yui-classopts-form">
|
||||
<span id="classopts"><input type="checkbox" name="showprivate" id="showprivate" /> <label for="showprivate">Show Private</label></span>
|
||||
<span id="classopts"><input type="checkbox" name="showprotected" id="showprotected" /> <label for="showprotected">Show Protected</label></span>
|
||||
<span id="classopts"><input type="checkbox" name="showdeprecated" id="showdeprecated" /> <label for="showdeprecated">Show Deprecated</label></span>
|
||||
<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>
|
||||
|
|
@ -38,37 +48,35 @@
|
|||
|
||||
|
||||
|
||||
Class <b>YAHOO.util.Region</b>
|
||||
Class <b property="yui:name">YAHOO.util.Region</b>
|
||||
<span class="extends">
|
||||
</span>
|
||||
|
||||
<span class="extends">
|
||||
</span>
|
||||
|
||||
</code>
|
||||
</h2>
|
||||
<!-- class tree goes here -->
|
||||
|
||||
<dl class="subclasses">
|
||||
<dt>Known Subclasses:</dd>
|
||||
<dl class="subclasses" rel="yui:subclasses">
|
||||
<dt>Known Subclasses:</dt>
|
||||
<dd>
|
||||
<a href="YAHOO.util.Point.html">YAHOO.util.Point</a>
|
||||
<span rel="yui:subclass" resource="YAHOO.util.Point.html">
|
||||
<a href="YAHOO.util.Point.html" property="yui:name" title="YAHOO.util.Point">YAHOO.util.Point</a>
|
||||
</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<div class="summary description">
|
||||
<div class="summary description" property="yui:description">
|
||||
A region is a representation of an object on a grid. It is defined
|
||||
by the top, right, bottom, left extents, so is rectangular by default. If
|
||||
other shapes are required, this class could be extended to support it.
|
||||
</div>
|
||||
|
||||
<div class="section constructor details">
|
||||
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
|
||||
<h3 id="constructor">Constructor</h3>
|
||||
<div class="content">
|
||||
<div class="detail">
|
||||
<strong>YAHOO.util.Region</strong>
|
||||
<strong property="yui:name">YAHOO.util.Region</strong>
|
||||
<code>
|
||||
(
|
||||
|
||||
|
|
@ -87,31 +95,31 @@ other shapes are required, this class could be extended to support it.
|
|||
)
|
||||
</code>
|
||||
<div class="description">
|
||||
<dl>
|
||||
<dl rel="yui:parameters">
|
||||
<dt>Parameters:</dt>
|
||||
<dd>
|
||||
<code>t
|
||||
<Int>
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">t</span>
|
||||
<<span property="yui:type">Int</span>>
|
||||
</code>
|
||||
the top extent
|
||||
<span property="yui:description"> the top extent</span>
|
||||
</dd>
|
||||
<dd>
|
||||
<code>r
|
||||
<Int>
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">r</span>
|
||||
<<span property="yui:type">Int</span>>
|
||||
</code>
|
||||
the right extent
|
||||
<span property="yui:description"> the right extent</span>
|
||||
</dd>
|
||||
<dd>
|
||||
<code>b
|
||||
<Int>
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">b</span>
|
||||
<<span property="yui:type">Int</span>>
|
||||
</code>
|
||||
the bottom extent
|
||||
<span property="yui:description"> the bottom extent</span>
|
||||
</dd>
|
||||
<dd>
|
||||
<code>l
|
||||
<Int>
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">l</span>
|
||||
<<span property="yui:type">Int</span>>
|
||||
</code>
|
||||
the left extent
|
||||
<span property="yui:description"> the left extent</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
|
@ -120,16 +128,17 @@ other shapes are required, this class could be extended to support it.
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div rel="yui:properties" resource="#properties">
|
||||
<div class="section field details">
|
||||
<h3 id="properties">Properties</h3>
|
||||
<div class="content">
|
||||
<div class="">
|
||||
<h4><a name="property_0">0</a>
|
||||
<code>- Int</code>
|
||||
<div class="" rel="yui:property" resource="#property_0">
|
||||
<h4><a name="property_0" property="yui:name">0</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
The region's left extent as index, for symmetry with set/getXY
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -139,12 +148,12 @@ other shapes are required, this class could be extended to support it.
|
|||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<h4><a name="property_1">1</a>
|
||||
<code>- Int</code>
|
||||
<div class="" rel="yui:property" resource="#property_1">
|
||||
<h4><a name="property_1" property="yui:name">1</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
The region's top extent as index, for symmetry with set/getXY
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -154,12 +163,12 @@ other shapes are required, this class could be extended to support it.
|
|||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<h4><a name="property_bottom">bottom</a>
|
||||
<code>- Int</code>
|
||||
<div class="" rel="yui:property" resource="#property_bottom">
|
||||
<h4><a name="property_bottom" property="yui:name">bottom</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
The region's bottom extent
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -169,12 +178,27 @@ other shapes are required, this class could be extended to support it.
|
|||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<h4><a name="property_left">left</a>
|
||||
<code>- Int</code>
|
||||
<div class="" rel="yui:property" resource="#property_height">
|
||||
<h4><a name="property_height" property="yui:name">height</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
The region's total height
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="" rel="yui:property" resource="#property_left">
|
||||
<h4><a name="property_left" property="yui:name">left</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description" property="yui:description">
|
||||
The region's left extent
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -184,12 +208,12 @@ other shapes are required, this class could be extended to support it.
|
|||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<h4><a name="property_right">right</a>
|
||||
<code>- int</code>
|
||||
<div class="" rel="yui:property" resource="#property_right">
|
||||
<h4><a name="property_right" property="yui:name">right</a>
|
||||
- <code><span property="yui:type">int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
The region's right extent
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -199,12 +223,12 @@ other shapes are required, this class could be extended to support it.
|
|||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<h4><a name="property_top">top</a>
|
||||
<code>- Int</code>
|
||||
<div class="" rel="yui:property" resource="#property_top">
|
||||
<h4><a name="property_top" property="yui:name">top</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
The region's top extent
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -214,25 +238,70 @@ other shapes are required, this class could be extended to support it.
|
|||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="" rel="yui:property" resource="#property_width">
|
||||
<h4><a name="property_width" property="yui:name">width</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description" property="yui:description">
|
||||
The region's total width
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="" rel="yui:property" resource="#property_x">
|
||||
<h4><a name="property_x" property="yui:name">x</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description" property="yui:description">
|
||||
The region's left extent
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
<div class="" rel="yui:property" resource="#property_y">
|
||||
<h4><a name="property_y" property="yui:name">y</a>
|
||||
- <code><span property="yui:type">Int</span></code>
|
||||
</h4>
|
||||
<div class="detail">
|
||||
<div class="description" property="yui:description">
|
||||
The region's top extent
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
</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="">
|
||||
<div class="" rel="yui:method" resource="#method_contains">
|
||||
<h4>
|
||||
<a name="method_contains">contains</a></h4>
|
||||
<div class="detail">
|
||||
<div class="detail" >
|
||||
<code>
|
||||
|
||||
|
||||
|
||||
Boolean
|
||||
<strong>contains</strong>
|
||||
<strong property="yui:name">contains</strong>
|
||||
(
|
||||
|
||||
|
||||
|
|
@ -242,26 +311,28 @@ other shapes are required, this class could be extended to support it.
|
|||
)
|
||||
</code>
|
||||
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
Returns true if this region contains the region passed in
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
<dl>
|
||||
<dl rel="yui:parameters">
|
||||
<dt>Parameters:</dt>
|
||||
<dd>
|
||||
<code>region <Region></code>
|
||||
The region to evaluate
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">region</span>
|
||||
<<span property="yui:type">Region</span>>
|
||||
</code>
|
||||
<span property="yui:description"> The region to evaluate</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt>Returns:
|
||||
<code>
|
||||
<code property="yui:return">
|
||||
Boolean
|
||||
</code></dt>
|
||||
<dd>True if the region is contained with this region,
|
||||
<dd property="yui:returnInfo">True if the region is contained with this region,
|
||||
else false</dd>
|
||||
</dl>
|
||||
|
||||
|
|
@ -273,21 +344,21 @@ else false</dd>
|
|||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="" rel="yui:method" resource="#method_getArea">
|
||||
<h4>
|
||||
<a name="method_getArea">getArea</a></h4>
|
||||
<div class="detail">
|
||||
<div class="detail" >
|
||||
<code>
|
||||
|
||||
|
||||
|
||||
Int
|
||||
<strong>getArea</strong>
|
||||
<strong property="yui:name">getArea</strong>
|
||||
(
|
||||
)
|
||||
</code>
|
||||
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
Returns the area of the region
|
||||
</div>
|
||||
|
||||
|
|
@ -296,10 +367,10 @@ else false</dd>
|
|||
|
||||
<dl>
|
||||
<dt>Returns:
|
||||
<code>
|
||||
<code property="yui:return">
|
||||
Int
|
||||
</code></dt>
|
||||
<dd>the region's area</dd>
|
||||
<dd property="yui:returnInfo">the region's area</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
|
@ -310,16 +381,16 @@ else false</dd>
|
|||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="" rel="yui:method" resource="#method_getRegion">
|
||||
<h4>
|
||||
<a name="method_getRegion">getRegion</a></h4>
|
||||
<div class="detail">
|
||||
<div class="detail" >
|
||||
<code>
|
||||
|
||||
static
|
||||
|
||||
Region
|
||||
<strong>getRegion</strong>
|
||||
<strong property="yui:name">getRegion</strong>
|
||||
(
|
||||
|
||||
|
||||
|
|
@ -329,26 +400,28 @@ else false</dd>
|
|||
)
|
||||
</code>
|
||||
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
Returns a region that is occupied by the DOM element
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
<dl>
|
||||
<dl rel="yui:parameters">
|
||||
<dt>Parameters:</dt>
|
||||
<dd>
|
||||
<code>el <HTMLElement></code>
|
||||
The element
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">el</span>
|
||||
<<span property="yui:type">HTMLElement</span>>
|
||||
</code>
|
||||
<span property="yui:description"> The element</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt>Returns:
|
||||
<code>
|
||||
<code property="yui:return">
|
||||
Region
|
||||
</code></dt>
|
||||
<dd>The region that the element occupies</dd>
|
||||
<dd property="yui:returnInfo">The region that the element occupies</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
|
@ -359,16 +432,16 @@ else false</dd>
|
|||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="" rel="yui:method" resource="#method_intersect">
|
||||
<h4>
|
||||
<a name="method_intersect">intersect</a></h4>
|
||||
<div class="detail">
|
||||
<div class="detail" >
|
||||
<code>
|
||||
|
||||
|
||||
|
||||
Region
|
||||
<strong>intersect</strong>
|
||||
<strong property="yui:name">intersect</strong>
|
||||
(
|
||||
|
||||
|
||||
|
|
@ -378,26 +451,28 @@ else false</dd>
|
|||
)
|
||||
</code>
|
||||
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
Returns the region where the passed in region overlaps with this one
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
<dl>
|
||||
<dl rel="yui:parameters">
|
||||
<dt>Parameters:</dt>
|
||||
<dd>
|
||||
<code>region <Region></code>
|
||||
The region that intersects
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">region</span>
|
||||
<<span property="yui:type">Region</span>>
|
||||
</code>
|
||||
<span property="yui:description"> The region that intersects</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt>Returns:
|
||||
<code>
|
||||
<code property="yui:return">
|
||||
Region
|
||||
</code></dt>
|
||||
<dd>The overlap region, or null if there is no overlap</dd>
|
||||
<dd property="yui:returnInfo">The overlap region, or null if there is no overlap</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
|
@ -408,21 +483,21 @@ else false</dd>
|
|||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="" rel="yui:method" resource="#method_toString">
|
||||
<h4>
|
||||
<a name="method_toString">toString</a></h4>
|
||||
<div class="detail">
|
||||
<div class="detail" >
|
||||
<code>
|
||||
|
||||
|
||||
|
||||
|
||||
<strong>toString</strong>
|
||||
<strong property="yui:name">toString</strong>
|
||||
(
|
||||
)
|
||||
</code>
|
||||
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
toString
|
||||
</div>
|
||||
|
||||
|
|
@ -438,16 +513,16 @@ else false</dd>
|
|||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="" rel="yui:method" resource="#method_union">
|
||||
<h4>
|
||||
<a name="method_union">union</a></h4>
|
||||
<div class="detail">
|
||||
<div class="detail" >
|
||||
<code>
|
||||
|
||||
|
||||
|
||||
Region
|
||||
<strong>union</strong>
|
||||
<strong property="yui:name">union</strong>
|
||||
(
|
||||
|
||||
|
||||
|
|
@ -457,27 +532,29 @@ else false</dd>
|
|||
)
|
||||
</code>
|
||||
|
||||
<div class="description">
|
||||
<div class="description" property="yui:description">
|
||||
Returns the region representing the smallest region that can contain both
|
||||
the passed in region and this region.
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
<dl>
|
||||
<dl rel="yui:parameters">
|
||||
<dt>Parameters:</dt>
|
||||
<dd>
|
||||
<code>region <Region></code>
|
||||
The region that to create the union with
|
||||
<dd rel="yui:parameter">
|
||||
<code><span property="yui:name">region</span>
|
||||
<<span property="yui:type">Region</span>>
|
||||
</code>
|
||||
<span property="yui:description"> The region that to create the union with</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt>Returns:
|
||||
<code>
|
||||
<code property="yui:return">
|
||||
Region
|
||||
</code></dt>
|
||||
<dd>The union region</dd>
|
||||
<dd property="yui:returnInfo">The union region</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
|
@ -491,159 +568,122 @@ the passed in region and this region.
|
|||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div rel="yui:events" resource="#events">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div rel="yui:attributes" resource="#configattributes">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="yui-b">
|
||||
<div class="nav">
|
||||
|
||||
<div class="module">
|
||||
<div id="moduleList" class="module">
|
||||
<h4>Modules</h4>
|
||||
<ul class="content">
|
||||
|
||||
<li class=""><a href="module_animation.html">animation</a></li>
|
||||
|
||||
<li class=""><a href="module_autocomplete.html">autocomplete</a></li>
|
||||
|
||||
<li class=""><a href="module_button.html">button</a></li>
|
||||
|
||||
<li class=""><a href="module_calendar.html">calendar</a></li>
|
||||
|
||||
<li class=""><a href="module_carousel.html">carousel</a></li>
|
||||
|
||||
<li class=""><a href="module_charts.html">charts</a></li>
|
||||
|
||||
<li class=""><a href="module_colorpicker.html">colorpicker</a></li>
|
||||
|
||||
<li class=""><a href="module_connection.html">connection</a></li>
|
||||
|
||||
<li class=""><a href="module_container.html">container</a></li>
|
||||
|
||||
<li class=""><a href="module_cookie.html">cookie</a></li>
|
||||
|
||||
<li class=""><a href="module_datasource.html">datasource</a></li>
|
||||
|
||||
<li class=""><a href="module_datatable.html">datatable</a></li>
|
||||
|
||||
<li class="selected"><a href="module_dom.html">dom</a></li>
|
||||
|
||||
<li class=""><a href="module_dragdrop.html">dragdrop</a></li>
|
||||
|
||||
<li class=""><a href="module_editor.html">editor</a></li>
|
||||
|
||||
<li class=""><a href="module_element.html">element</a></li>
|
||||
|
||||
<li class=""><a href="module_event.html">event</a></li>
|
||||
|
||||
<li class=""><a href="module_get.html">get</a></li>
|
||||
|
||||
<li class=""><a href="module_history.html">history</a></li>
|
||||
|
||||
<li class=""><a href="module_imagecropper.html">imagecropper</a></li>
|
||||
|
||||
<li class=""><a href="module_imageloader.html">imageloader</a></li>
|
||||
|
||||
<li class=""><a href="module_json.html">json</a></li>
|
||||
|
||||
<li class=""><a href="module_layout.html">layout</a></li>
|
||||
|
||||
<li class=""><a href="module_logger.html">logger</a></li>
|
||||
|
||||
<li class=""><a href="module_menu.html">menu</a></li>
|
||||
|
||||
<li class=""><a href="module_paginator.html">paginator</a></li>
|
||||
|
||||
<li class=""><a href="module_profiler.html">profiler</a></li>
|
||||
|
||||
<li class=""><a href="module_profilerviewer.html">profilerviewer</a></li>
|
||||
|
||||
<li class=""><a href="module_resize.html">resize</a></li>
|
||||
|
||||
<li class=""><a href="module_selector.html">selector</a></li>
|
||||
|
||||
<li class=""><a href="module_slider.html">slider</a></li>
|
||||
|
||||
<li class=""><a href="module_tabview.html">tabview</a></li>
|
||||
|
||||
<li class=""><a href="module_treeview.html">treeview</a></li>
|
||||
|
||||
<li class=""><a href="module_uploader.html">uploader</a></li>
|
||||
|
||||
<li class=""><a href="module_yahoo.html">yahoo</a></li>
|
||||
|
||||
<li class=""><a href="module_yuiloader.html">yuiloader</a></li>
|
||||
|
||||
<li class=""><a href="module_yuitest.html">yuitest</a></li>
|
||||
<li class=""><a href="module_animation.html" title="animation">animation</a></li>
|
||||
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
|
||||
<li class=""><a href="module_button.html" title="button">button</a></li>
|
||||
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
|
||||
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
|
||||
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
|
||||
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
|
||||
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
|
||||
<li class=""><a href="module_container.html" title="container">container</a></li>
|
||||
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
|
||||
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
|
||||
<li class=""><a href="module_datatable.html" title="datatable">datatable</a></li>
|
||||
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
|
||||
<li class="selected"><a href="module_dom.html" title="dom">dom</a></li>
|
||||
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
|
||||
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
|
||||
<li class=""><a href="module_element.html" title="element">element</a></li>
|
||||
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
|
||||
<li class=""><a href="module_event.html" title="event">event</a></li>
|
||||
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
|
||||
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
|
||||
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
|
||||
<li class=""><a href="module_get.html" title="get">get</a></li>
|
||||
<li class=""><a href="module_history.html" title="history">history</a></li>
|
||||
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
|
||||
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
|
||||
<li class=""><a href="module_json.html" title="json">json</a></li>
|
||||
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
|
||||
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
|
||||
<li class=""><a href="module_menu.html" title="menu">menu</a></li>
|
||||
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
|
||||
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
|
||||
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
|
||||
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
|
||||
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
|
||||
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
|
||||
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
|
||||
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
|
||||
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
|
||||
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
|
||||
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
|
||||
<li class=""><a href="module_swfstore.html" title="swfstore">swfstore</a></li>
|
||||
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
|
||||
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
|
||||
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
|
||||
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
|
||||
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
|
||||
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="module">
|
||||
<div id="classList" class="module">
|
||||
<h4>Classes</h4>
|
||||
<ul class="content">
|
||||
<li class=""><a href="YAHOO.util.Dom.html">YAHOO.util.Dom</a></li>
|
||||
<li class=""><a href="YAHOO.util.Point.html">YAHOO.util.Point</a></li>
|
||||
<li class="selected"><a href="YAHOO.util.Region.html">YAHOO.util.Region</a></li>
|
||||
<li class=""><a href="YAHOO.util.Dom.html" title="YAHOO.util.Dom">YAHOO.util.Dom</a></li>
|
||||
<li class=""><a href="YAHOO.util.Dom.Color.html" title="YAHOO.util.Dom.Color">YAHOO.util.Dom.Color</a></li>
|
||||
<li class=""><a href="YAHOO.util.Dom.IEStyle.html" title="YAHOO.util.Dom.IEStyle">YAHOO.util.Dom.IEStyle</a></li>
|
||||
<li class=""><a href="YAHOO.util.Point.html" title="YAHOO.util.Point">YAHOO.util.Point</a></li>
|
||||
<li class="selected"><a href="YAHOO.util.Region.html" title="YAHOO.util.Region">YAHOO.util.Region</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="module">
|
||||
<div id="fileList" class="module">
|
||||
<h4>Files</h4>
|
||||
<ul class="content">
|
||||
<li class=""><a href="Dom.js.html">Dom.js</a></li>
|
||||
<li class=""><a href="Region.js.html">Region.js</a></li>
|
||||
<li class=""><a href="Color.js.html" title="Color.js">Color.js</a></li>
|
||||
<li class=""><a href="Dom.js.html" title="Dom.js">Dom.js</a></li>
|
||||
<li class=""><a href="IEStyle.js.html" title="IEStyle.js">IEStyle.js</a></li>
|
||||
<li class=""><a href="Region.js.html" title="Region.js">Region.js</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="module">
|
||||
<div id="propertyList" class="module">
|
||||
<h4>Properties</h4>
|
||||
<ul class="content">
|
||||
<li class=""><a href="#property_0">0</a>
|
||||
<!--<code><Int></code>-->
|
||||
</li>
|
||||
<li class=""><a href="#property_1">1</a>
|
||||
<!--<code><Int></code>-->
|
||||
</li>
|
||||
<li class=""><a href="#property_bottom">bottom</a>
|
||||
<!--<code><Int></code>-->
|
||||
</li>
|
||||
<li class=""><a href="#property_left">left</a>
|
||||
<!--<code><Int></code>-->
|
||||
</li>
|
||||
<li class=""><a href="#property_right">right</a>
|
||||
<!--<code><Int></code>-->
|
||||
</li>
|
||||
<li class=""><a href="#property_top">top</a>
|
||||
<!--<code><Int></code>-->
|
||||
</li>
|
||||
<li class=""><a href="#property_0" title="0">0</a></li>
|
||||
<li class=""><a href="#property_1" title="1">1</a></li>
|
||||
<li class=""><a href="#property_bottom" title="bottom">bottom</a></li>
|
||||
<li class=""><a href="#property_height" title="height">height</a></li>
|
||||
<li class=""><a href="#property_left" title="left">left</a></li>
|
||||
<li class=""><a href="#property_right" title="right">right</a></li>
|
||||
<li class=""><a href="#property_top" title="top">top</a></li>
|
||||
<li class=""><a href="#property_width" title="width">width</a></li>
|
||||
<li class=""><a href="#property_x" title="x">x</a></li>
|
||||
<li class=""><a href="#property_y" title="y">y</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="module">
|
||||
<div id="methodsList" class="module">
|
||||
<h4>Methods</h4>
|
||||
<ul class="content">
|
||||
<li class=""><!--<code>Boolean</code>-->
|
||||
<a href="#method_contains">contains</a>
|
||||
</li>
|
||||
<li class=""><!--<code>Int</code>-->
|
||||
<a href="#method_getArea">getArea</a>
|
||||
</li>
|
||||
<li class=""><!--<code>Region</code>-->
|
||||
<a href="#method_getRegion">getRegion</a>
|
||||
</li>
|
||||
<li class=""><!--<code>Region</code>-->
|
||||
<a href="#method_intersect">intersect</a>
|
||||
</li>
|
||||
<li class=""><!--<code></code>-->
|
||||
<a href="#method_toString">toString</a>
|
||||
</li>
|
||||
<li class=""><!--<code>Region</code>-->
|
||||
<a href="#method_union">union</a>
|
||||
</li>
|
||||
<li class=""><a href="#method_contains" title="contains">contains</a></li>
|
||||
<li class=""><a href="#method_getArea" title="getArea">getArea</a></li>
|
||||
<li class=""><a href="#method_getRegion" title="getRegion">getRegion</a></li>
|
||||
<li class=""><a href="#method_intersect" title="intersect">intersect</a></li>
|
||||
<li class=""><a href="#method_toString" title="toString">toString</a></li>
|
||||
<li class=""><a href="#method_union" title="union">union</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -654,8 +694,11 @@ the passed in region and this region.
|
|||
</div>
|
||||
<div id="ft">
|
||||
<hr />
|
||||
Copyright © 2008 Yahoo! Inc. All rights reserved.
|
||||
Copyright © 2009 Yahoo! Inc. All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.util.Region", "name": "0", "url": "YAHOO.util.Region.html#property_0", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "1", "url": "YAHOO.util.Region.html#property_1", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "bottom", "url": "YAHOO.util.Region.html#property_bottom", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "contains", "url": "YAHOO.util.Region.html#method_contains", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "get", "url": "YAHOO.util.Dom.IEStyle.html#method_get", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "getArea", "url": "YAHOO.util.Region.html#method_getArea", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getBorderColor", "url": "YAHOO.util.Dom.IEStyle.html#method_getBorderColor", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getBorderWidth", "url": "YAHOO.util.Dom.IEStyle.html#method_getBorderWidth", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getColor", "url": "YAHOO.util.Dom.IEStyle.html#method_getColor", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getMargin", "url": "YAHOO.util.Dom.IEStyle.html#method_getMargin", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getOffset", "url": "YAHOO.util.Dom.IEStyle.html#method_getOffset", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getPixel", "url": "YAHOO.util.Dom.IEStyle.html#method_getPixel", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "getRegion", "url": "YAHOO.util.Region.html#method_getRegion", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.IEStyle", "name": "getVisibility", "url": "YAHOO.util.Dom.IEStyle.html#method_getVisibility", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "height", "url": "YAHOO.util.Region.html#property_height", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "intersect", "url": "YAHOO.util.Region.html#method_intersect", "type": "method"}, {"access": "", "host": "YAHOO.util.Dom.Color", "name": "KEYWORDS", "url": "YAHOO.util.Dom.Color.html#property_KEYWORDS", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "left", "url": "YAHOO.util.Region.html#property_left", "type": "property"}, {"access": "private", "host": "YAHOO.util.Dom.Color", "name": "re_hex", "url": "YAHOO.util.Dom.Color.html#property_re_hex", "type": "property"}, {"access": "private", "host": "YAHOO.util.Dom.Color", "name": "re_hex3", "url": "YAHOO.util.Dom.Color.html#property_re_hex3", "type": "property"}, {"access": "private", "host": "YAHOO.util.Dom.Color", "name": "re_RGB", "url": "YAHOO.util.Dom.Color.html#property_re_RGB", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "right", "url": "YAHOO.util.Region.html#property_right", "type": "property"}, {"access": "", "host": "YAHOO.util.Dom.Color", "name": "toHex", "url": "YAHOO.util.Dom.Color.html#method_toHex", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "top", "url": "YAHOO.util.Region.html#property_top", "type": "property"}, {"access": "", "host": "YAHOO.util.Dom.Color", "name": "toRGB", "url": "YAHOO.util.Dom.Color.html#method_toRGB", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "toString", "url": "YAHOO.util.Region.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "union", "url": "YAHOO.util.Region.html#method_union", "type": "method"}, {"access": "", "host": "YAHOO.util.Region", "name": "width", "url": "YAHOO.util.Region.html#property_width", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "x", "url": "YAHOO.util.Region.html#property_x", "type": "property"}, {"access": "", "host": "YAHOO.util.Region", "name": "y", "url": "YAHOO.util.Region.html#property_y", "type": "property"}];
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue