Upgrade YUI to 2.9.0
This commit is contained in:
parent
be37f12ab1
commit
59ce3b3fd6
913 changed files with 156540 additions and 141696 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<div id="doc3" class="yui-t2">
|
||||
<div id="hd">
|
||||
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
|
||||
<h3>datemath <span class="subtitle">2.8.0r4</span></h3>
|
||||
<h3>datemath <span class="subtitle">2.9.0</span></h3>
|
||||
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
|
||||
> <a href="./module_datemath.html" title="datemath">datemath</a>
|
||||
> YAHOO.widget.DateMath
|
||||
|
|
@ -222,13 +222,6 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
void
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo"></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
|
@ -296,7 +289,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The resulting Date object</dd>
|
||||
</dl>
|
||||
|
|
@ -357,7 +350,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Boolean
|
||||
Boolean
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">true if the date occurs after the compared date; false if not.</dd>
|
||||
</dl>
|
||||
|
|
@ -418,7 +411,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Boolean
|
||||
Boolean
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">true if the date occurs before the compared date; false if not.</dd>
|
||||
</dl>
|
||||
|
|
@ -489,7 +482,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Boolean
|
||||
Boolean
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">true if the date occurs between the compared dates; false if not.</dd>
|
||||
</dl>
|
||||
|
|
@ -540,7 +533,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The JavaScript Date cleared of all time fields</dd>
|
||||
</dl>
|
||||
|
|
@ -591,7 +584,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The JavaScript Date representing the last day of the month</dd>
|
||||
</dl>
|
||||
|
|
@ -642,7 +635,7 @@ http://brianary.blogspot.com/2006/03/safari-date-bug.html
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The JavaScript Date representing the first day of the month</dd>
|
||||
</dl>
|
||||
|
|
@ -719,7 +712,7 @@ arguments are valid as per the ECMAScript-262 Date object specification for the
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The JavaScript date object with year, month, date set as provided.</dd>
|
||||
</dl>
|
||||
|
|
@ -781,7 +774,7 @@ Passing January 1 to this function would return an offset value of zero.
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Number
|
||||
Number
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The number of days since January 1 of the given year</dd>
|
||||
</dl>
|
||||
|
|
@ -842,7 +835,7 @@ Passing January 1 to this function would return an offset value of zero.
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The first day of the week</dd>
|
||||
</dl>
|
||||
|
|
@ -893,7 +886,7 @@ Passing January 1 to this function would return an offset value of zero.
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">January 1 of the calendar year specified.</dd>
|
||||
</dl>
|
||||
|
|
@ -969,7 +962,7 @@ For the U.S, this is normally Jan 1st. ISO8601 uses Jan 4th to define the first
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Number
|
||||
Number
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The number of the week containing the given date.</dd>
|
||||
</dl>
|
||||
|
|
@ -1020,7 +1013,7 @@ For the U.S, this is normally Jan 1st. ISO8601 uses Jan 4th to define the first
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Boolean
|
||||
Boolean
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">true if the date overlaps two different months.</dd>
|
||||
</dl>
|
||||
|
|
@ -1071,7 +1064,7 @@ For the U.S, this is normally Jan 1st. ISO8601 uses Jan 4th to define the first
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Boolean
|
||||
Boolean
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">true if the date overlaps two different years.</dd>
|
||||
</dl>
|
||||
|
|
@ -1142,7 +1135,7 @@ For the U.S, this is normally Jan 1st. ISO8601 uses Jan 4th to define the first
|
|||
<dl>
|
||||
<dt>Returns:
|
||||
<code property="yui:return">
|
||||
Date
|
||||
Date
|
||||
</code></dt>
|
||||
<dd property="yui:returnInfo">The resulting Date object</dd>
|
||||
</dl>
|
||||
|
|
@ -1283,11 +1276,12 @@ For the U.S, this is normally Jan 1st. ISO8601 uses Jan 4th to define the first
|
|||
</div>
|
||||
<div id="ft">
|
||||
<hr />
|
||||
Copyright © 2009 Yahoo! Inc. All rights reserved.
|
||||
Copyright © 2011 Yahoo! Inc. All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.widget.DateMath", "name": "add", "url": "YAHOO.widget.DateMath.html#method_add", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DateMath", "name": "_addDays", "url": "YAHOO.widget.DateMath.html#method__addDays", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "after", "url": "YAHOO.widget.DateMath.html#method_after", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "before", "url": "YAHOO.widget.DateMath.html#method_before", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "between", "url": "YAHOO.widget.DateMath.html#method_between", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "clearTime", "url": "YAHOO.widget.DateMath.html#method_clearTime", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "DAY", "url": "YAHOO.widget.DateMath.html#property_DAY", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "findMonthEnd", "url": "YAHOO.widget.DateMath.html#method_findMonthEnd", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "findMonthStart", "url": "YAHOO.widget.DateMath.html#method_findMonthStart", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getDate", "url": "YAHOO.widget.DateMath.html#method_getDate", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getDayOffset", "url": "YAHOO.widget.DateMath.html#method_getDayOffset", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getFirstDayOfWeek", "url": "YAHOO.widget.DateMath.html#method_getFirstDayOfWeek", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getJan1", "url": "YAHOO.widget.DateMath.html#method_getJan1", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getWeekNumber", "url": "YAHOO.widget.DateMath.html#method_getWeekNumber", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "isMonthOverlapWeek", "url": "YAHOO.widget.DateMath.html#method_isMonthOverlapWeek", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "isYearOverlapWeek", "url": "YAHOO.widget.DateMath.html#method_isYearOverlapWeek", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "MONTH", "url": "YAHOO.widget.DateMath.html#property_MONTH", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "ONE_DAY_MS", "url": "YAHOO.widget.DateMath.html#property_ONE_DAY_MS", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "subtract", "url": "YAHOO.widget.DateMath.html#method_subtract", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "WEEK", "url": "YAHOO.widget.DateMath.html#property_WEEK", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "WEEK_ONE_JAN_DATE", "url": "YAHOO.widget.DateMath.html#property_WEEK_ONE_JAN_DATE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "YEAR", "url": "YAHOO.widget.DateMath.html#property_YEAR", "type": "property"}];
|
||||
|
||||
var ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.widget.DateMath", "name": "add", "url": "YAHOO.widget.DateMath.html#method_add", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DateMath", "name": "_addDays", "url": "YAHOO.widget.DateMath.html#method__addDays", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "after", "url": "YAHOO.widget.DateMath.html#method_after", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "before", "url": "YAHOO.widget.DateMath.html#method_before", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "between", "url": "YAHOO.widget.DateMath.html#method_between", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "clearTime", "url": "YAHOO.widget.DateMath.html#method_clearTime", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "DAY", "url": "YAHOO.widget.DateMath.html#property_DAY", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "findMonthEnd", "url": "YAHOO.widget.DateMath.html#method_findMonthEnd", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "findMonthStart", "url": "YAHOO.widget.DateMath.html#method_findMonthStart", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getDate", "url": "YAHOO.widget.DateMath.html#method_getDate", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getDayOffset", "url": "YAHOO.widget.DateMath.html#method_getDayOffset", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getFirstDayOfWeek", "url": "YAHOO.widget.DateMath.html#method_getFirstDayOfWeek", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getJan1", "url": "YAHOO.widget.DateMath.html#method_getJan1", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "getWeekNumber", "url": "YAHOO.widget.DateMath.html#method_getWeekNumber", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "isMonthOverlapWeek", "url": "YAHOO.widget.DateMath.html#method_isMonthOverlapWeek", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "isYearOverlapWeek", "url": "YAHOO.widget.DateMath.html#method_isYearOverlapWeek", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "MONTH", "url": "YAHOO.widget.DateMath.html#property_MONTH", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "ONE_DAY_MS", "url": "YAHOO.widget.DateMath.html#property_ONE_DAY_MS", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "subtract", "url": "YAHOO.widget.DateMath.html#method_subtract", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "WEEK", "url": "YAHOO.widget.DateMath.html#property_WEEK", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "WEEK_ONE_JAN_DATE", "url": "YAHOO.widget.DateMath.html#property_WEEK_ONE_JAN_DATE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateMath", "name": "YEAR", "url": "YAHOO.widget.DateMath.html#property_YEAR", "type": "property"}];
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue