update YUI to 2.8.0r4

This commit is contained in:
Graham Knop 2009-09-21 12:54:44 -05:00
parent 27f474ec64
commit 2d28e0c0ba
2007 changed files with 344487 additions and 210070 deletions

View file

@ -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: yahoo YAHOO (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>YAHOO Global&nbsp; <span class="subtitle">2.6.0</span></h3>
<p>
<a href="./index.html">Yahoo! UI Library</a>
&gt; <a href="./module_yahoo.html">yahoo</a>
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
<h3>YAHOO Global&nbsp; <span class="subtitle">2.8.0r4</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
&gt; <a href="./module_yahoo.html" title="yahoo">yahoo</a>
&gt; YAHOO
</p>
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
&nbsp;
</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,42 +48,41 @@
<code>static</code>
Class <b>YAHOO</b>
Class <b property="yui:name">YAHOO</b>
<span class="extends">
</span>
<span class="extends">
</span>
</code>
</h2>
<!-- class tree goes here -->
<div class="summary description">
<div class="summary description" property="yui:description">
The YAHOO global namespace object. If YAHOO is already defined, the
existing YAHOO object will not be overwritten so that defined
namespaces are preserved.
</div>
<div rel="yui:properties" resource="#properties">
</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_augment">
<h4>
<a name="method_augment">augment</a></h4>
<div class="detail">
<div class="detail" >
<code>
static
void
<strong>augment</strong>
<strong property="yui:name">augment</strong>
(
@ -91,37 +100,43 @@ namespaces are preserved.
)
</code>
<div class="description">
<div class="description" property="yui:description">
An alias for <a href="YAHOO.lang.html#augment">YAHOO.lang.augment</a>
</div>
<div class="description">
<dl>
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd>
<code>r &lt;Function&gt;</code>
the object to receive the augmentation
<dd rel="yui:parameter">
<code><span property="yui:name">r</span>
&lt;<span property="yui:type">Function</span>&gt;
</code>
<span property="yui:description"> the object to receive the augmentation</span>
</dd>
<dd>
<code>s &lt;Function&gt;</code>
the object that supplies the properties to augment
<dd rel="yui:parameter">
<code><span property="yui:name">s</span>
&lt;<span property="yui:type">Function</span>&gt;
</code>
<span property="yui:description"> the object that supplies the properties to augment</span>
</dd>
<dd>
<code>arguments &lt;String*&gt;</code>
zero or more properties methods to
<dd rel="yui:parameter">
<code><span property="yui:name">arguments</span>
&lt;<span property="yui:type">String*</span>&gt;
</code>
<span property="yui:description"> zero or more properties methods to
augment the receiver with. If none specified, everything
in the supplier will be used unless it would
overwrite an existing property in the receiver
overwrite an existing property in the receiver</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code>
<code property="yui:return">
void
</code></dt>
<dd></dd>
<dd property="yui:returnInfo"></dd>
</dl>
@ -132,16 +147,16 @@ overwrite an existing property in the receiver
</div>
<hr />
</div>
<div class="">
<div class="" rel="yui:method" resource="#method_extend">
<h4>
<a name="method_extend">extend</a></h4>
<div class="detail">
<div class="detail" >
<code>
static
void
<strong>extend</strong>
<strong property="yui:name">extend</strong>
(
@ -159,36 +174,42 @@ overwrite an existing property in the receiver
)
</code>
<div class="description">
<div class="description" property="yui:description">
An alias for <a href="YAHOO.lang.html#extend">YAHOO.lang.extend</a>
</div>
<div class="description">
<dl>
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd>
<code>subc &lt;Function&gt;</code>
the object to modify
<dd rel="yui:parameter">
<code><span property="yui:name">subc</span>
&lt;<span property="yui:type">Function</span>&gt;
</code>
<span property="yui:description"> the object to modify</span>
</dd>
<dd>
<code>superc &lt;Function&gt;</code>
the object to inherit
<dd rel="yui:parameter">
<code><span property="yui:name">superc</span>
&lt;<span property="yui:type">Function</span>&gt;
</code>
<span property="yui:description"> the object to inherit</span>
</dd>
<dd>
<code>overrides &lt;Object&gt;</code>
additional properties/methods to add to the
<dd rel="yui:parameter">
<code><span property="yui:name">overrides</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> additional properties/methods to add to the
subclass prototype. These will override the
matching items obtained from the superclass if present.
matching items obtained from the superclass if present.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code>
<code property="yui:return">
void
</code></dt>
<dd></dd>
<dd property="yui:returnInfo"></dd>
</dl>
@ -199,16 +220,16 @@ matching items obtained from the superclass if present.
</div>
<hr />
</div>
<div class="">
<div class="" rel="yui:method" resource="#method_log">
<h4>
<a name="method_log">log</a></h4>
<div class="detail">
<div class="detail" >
<code>
static
Boolean
<strong>log</strong>
<strong property="yui:name">log</strong>
(
@ -226,37 +247,43 @@ matching items obtained from the superclass if present.
)
</code>
<div class="description">
<div class="description" property="yui:description">
Uses YAHOO.widget.Logger to output a log message, if the widget is
available.
</div>
<div class="description">
<dl>
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd>
<code>msg &lt;String&gt;</code>
The message to log.
<dd rel="yui:parameter">
<code><span property="yui:name">msg</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The message to log.</span>
</dd>
<dd>
<code>cat &lt;String&gt;</code>
The log category for the message. Default
<dd rel="yui:parameter">
<code><span property="yui:name">cat</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The log category for the message. Default
categories are "info", "warn", "error", time".
Custom categories can be used as well. (opt)
Custom categories can be used as well. (opt)</span>
</dd>
<dd>
<code>src &lt;String&gt;</code>
The source of the the message (opt)
<dd rel="yui:parameter">
<code><span property="yui:name">src</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The source of the the message (opt)</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code>
<code property="yui:return">
Boolean
</code></dt>
<dd>True if the log operation was successful.</dd>
<dd property="yui:returnInfo">True if the log operation was successful.</dd>
</dl>
@ -267,16 +294,16 @@ Custom categories can be used as well. (opt)
</div>
<hr />
</div>
<div class="">
<div class="" rel="yui:method" resource="#method_namespace">
<h4>
<a name="method_namespace">namespace</a></h4>
<div class="detail">
<div class="detail" >
<code>
static
Object
<strong>namespace</strong>
<strong property="yui:name">namespace</strong>
(
@ -286,7 +313,7 @@ Custom categories can be used as well. (opt)
)
</code>
<div class="description">
<div class="description" property="yui:description">
Returns the namespace specified and creates it if it doesn't exist
<pre>
YAHOO.namespace("property.package");
@ -300,24 +327,34 @@ and not others. For instance, the following will fail in Safari:
YAHOO.namespace("really.long.nested.namespace");
</pre>
This fails because "long" is a future reserved word in ECMAScript
For implementation code that uses YUI, do not create your components
in the namespaces defined by YUI (
<code>YAHOO.util</code>,
<code>YAHOO.widget</code>,
<code>YAHOO.lang</code>,
<code>YAHOO.tool</code>,
<code>YAHOO.example</code>,
<code>YAHOO.env</code>) -- create your own namespace (e.g., 'companyname').
</div>
<div class="description">
<dl>
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd>
<code>arguments &lt;String*&gt;</code>
1-n namespaces to create
<dd rel="yui:parameter">
<code><span property="yui:name">arguments</span>
&lt;<span property="yui:type">String*</span>&gt;
</code>
<span property="yui:description"> 1-n namespaces to create</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code>
<code property="yui:return">
Object
</code></dt>
<dd>A reference to the last namespace object created</dd>
<dd property="yui:returnInfo">A reference to the last namespace object created</dd>
</dl>
@ -328,16 +365,16 @@ This fails because "long" is a future reserved word in ECMAScript
</div>
<hr />
</div>
<div class="">
<div class="" rel="yui:method" resource="#method_register">
<h4>
<a name="method_register">register</a></h4>
<div class="detail">
<div class="detail" >
<code>
static
void
<strong>register</strong>
<strong property="yui:name">register</strong>
(
@ -355,40 +392,46 @@ This fails because "long" is a future reserved word in ECMAScript
)
</code>
<div class="description">
<div class="description" property="yui:description">
Registers a module with the YAHOO object
</div>
<div class="description">
<dl>
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd>
<code>name &lt;String&gt;</code>
the name of the module (event, slider, etc)
<dd rel="yui:parameter">
<code><span property="yui:name">name</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> the name of the module (event, slider, etc)</span>
</dd>
<dd>
<code>mainClass &lt;Function&gt;</code>
a reference to class in the module. This
<dd rel="yui:parameter">
<code><span property="yui:name">mainClass</span>
&lt;<span property="yui:type">Function</span>&gt;
</code>
<span property="yui:description"> a reference to class in the module. This
class will be tagged with the version info
so that it will be possible to identify the
version that is in use when multiple versions
have loaded
have loaded</span>
</dd>
<dd>
<code>data &lt;Object&gt;</code>
metadata object for the module. Currently it
<dd rel="yui:parameter">
<code><span property="yui:name">data</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> metadata object for the module. Currently it
is expected to contain a "version" property
and a "build" property at minimum.
and a "build" property at minimum.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code>
<code property="yui:return">
void
</code></dt>
<dd></dd>
<dd property="yui:returnInfo"></dd>
</dl>
@ -402,136 +445,105 @@ and a "build" property at minimum.
</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=""><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="selected"><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=""><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="selected"><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="selected"><a href="YAHOO.html">YAHOO</a></li>
<li class=""><a href="YAHOO.env.html">YAHOO.env</a></li>
<li class=""><a href="YAHOO.env.ua.html">YAHOO.env.ua</a></li>
<li class=""><a href="YAHOO.lang.html">YAHOO.lang</a></li>
<li class=""><a href="YAHOO_config.html">YAHOO_config</a></li>
<li class="selected"><a href="YAHOO.html" title="YAHOO">YAHOO</a></li>
<li class=""><a href="YAHOO.env.html" title="YAHOO.env">YAHOO.env</a></li>
<li class=""><a href="YAHOO.env.ua.html" title="YAHOO.env.ua">YAHOO.env.ua</a></li>
<li class=""><a href="YAHOO.lang.html" title="YAHOO.lang">YAHOO.lang</a></li>
<li class=""><a href="YAHOO_config.html" title="YAHOO_config">YAHOO_config</a></li>
</ul>
</div>
<div class="module">
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="Env.js.html">Env.js</a></li>
<li class=""><a href="Lang.js.html">Lang.js</a></li>
<li class=""><a href="YAHOO.js.html">YAHOO.js</a></li>
<li class=""><a href="Env.js.html" title="Env.js">Env.js</a></li>
<li class=""><a href="Lang.js.html" title="Lang.js">Lang.js</a></li>
<li class=""><a href="YAHOO.js.html" title="YAHOO.js">YAHOO.js</a></li>
</ul>
</div>
<div class="module">
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class=""><!--<code>void</code>-->
<a href="#method_augment">augment</a>
</li>
<li class=""><!--<code>void</code>-->
<a href="#method_extend">extend</a>
</li>
<li class=""><!--<code>Boolean</code>-->
<a href="#method_log">log</a>
</li>
<li class=""><!--<code>Object</code>-->
<a href="#method_namespace">namespace</a>
</li>
<li class=""><!--<code>void</code>-->
<a href="#method_register">register</a>
</li>
<li class=""><a href="#method_augment" title="augment">augment</a></li>
<li class=""><a href="#method_extend" title="extend">extend</a></li>
<li class=""><a href="#method_log" title="log">log</a></li>
<li class=""><a href="#method_namespace" title="namespace">namespace</a></li>
<li class=""><a href="#method_register" title="register">register</a></li>
</ul>
</div>
@ -542,8 +554,11 @@ and a "build" property at minimum.
</div>
<div id="ft">
<hr />
Copyright &copy; 2008 Yahoo! Inc. All rights reserved.
Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
</div>
</div>
<script type="text/javascript">
ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.env.ua", "name": "air", "url": "YAHOO.env.ua.html#property_air", "type": "property"}, {"access": "", "host": "YAHOO.lang", "name": "augment", "url": "YAHOO.lang.html#method_augment", "type": "method"}, {"access": "", "host": "YAHOO", "name": "augment", "url": "YAHOO.html#method_augment", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "augmentObject", "url": "YAHOO.lang.html#method_augmentObject", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "augmentProto", "url": "YAHOO.lang.html#method_augmentProto", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "caja", "url": "YAHOO.env.ua.html#property_caja", "type": "property"}, {"access": "", "host": "YAHOO.lang", "name": "dump", "url": "YAHOO.lang.html#method_dump", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "extend", "url": "YAHOO.lang.html#method_extend", "type": "method"}, {"access": "", "host": "YAHOO", "name": "extend", "url": "YAHOO.html#method_extend", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "gecko", "url": "YAHOO.env.ua.html#property_gecko", "type": "property"}, {"access": "", "host": "YAHOO.env", "name": "getVersion", "url": "YAHOO.env.html#method_getVersion", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "hasOwnProperty", "url": "YAHOO.lang.html#method_hasOwnProperty", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "ie", "url": "YAHOO.env.ua.html#property_ie", "type": "property"}, {"access": "private", "host": "YAHOO.lang", "name": "_IEEnumFix", "url": "YAHOO.lang.html#property__IEEnumFix", "type": "property"}, {"access": "", "host": "YAHOO_config", "name": "injecting", "url": "YAHOO_config.html#property_injecting", "type": "property"}, {"access": "", "host": "YAHOO.lang", "name": "isArray", "url": "YAHOO.lang.html#method_isArray", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isBoolean", "url": "YAHOO.lang.html#method_isBoolean", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isFunction", "url": "YAHOO.lang.html#method_isFunction", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isNull", "url": "YAHOO.lang.html#method_isNull", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isNumber", "url": "YAHOO.lang.html#method_isNumber", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isObject", "url": "YAHOO.lang.html#method_isObject", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isString", "url": "YAHOO.lang.html#method_isString", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isUndefined", "url": "YAHOO.lang.html#method_isUndefined", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "isValue", "url": "YAHOO.lang.html#method_isValue", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "later", "url": "YAHOO.lang.html#method_later", "type": "method"}, {"access": "", "host": "YAHOO_config", "name": "listener", "url": "YAHOO_config.html#property_listener", "type": "property"}, {"access": "", "host": "YAHOO.env", "name": "listeners", "url": "YAHOO.env.html#property_listeners", "type": "property"}, {"access": "", "host": "YAHOO_config", "name": "load", "url": "YAHOO_config.html#property_load", "type": "property"}, {"access": "", "host": "YAHOO_config", "name": "locale", "url": "YAHOO_config.html#property_locale", "type": "property"}, {"access": "", "host": "YAHOO", "name": "log", "url": "YAHOO.html#method_log", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "merge", "url": "YAHOO.lang.html#method_merge", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "mobile", "url": "YAHOO.env.ua.html#property_mobile", "type": "property"}, {"access": "", "host": "YAHOO.env", "name": "modules", "url": "YAHOO.env.html#property_modules", "type": "property"}, {"access": "", "host": "YAHOO", "name": "namespace", "url": "YAHOO.html#method_namespace", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "opera", "url": "YAHOO.env.ua.html#property_opera", "type": "property"}, {"access": "", "host": "YAHOO.env.ua", "name": "os", "url": "YAHOO.env.ua.html#property_os", "type": "property"}, {"access": "", "host": "YAHOO", "name": "register", "url": "YAHOO.html#method_register", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "secure", "url": "YAHOO.env.ua.html#property_secure", "type": "property"}, {"access": "", "host": "YAHOO.lang", "name": "substitute", "url": "YAHOO.lang.html#method_substitute", "type": "method"}, {"access": "", "host": "YAHOO.lang", "name": "trim", "url": "YAHOO.lang.html#method_trim", "type": "method"}, {"access": "", "host": "YAHOO.env.ua", "name": "webkit", "url": "YAHOO.env.ua.html#property_webkit", "type": "property"}];
</script>
</body>
</html>