YUI.html revision 4fcbec6145d16637205990699912fb90f6a3807c
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <link rel="stylesheet" type="text/css" href="assets/api.css">
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <script type="text/javascript" src="assets/api-js"></script>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <script type="text/javascript" src="assets/ac-js"></script>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <a href="http://developer.yahoo.com/yui/"><h1>Yahoo! UI Library</h1></a>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <h3>yui <span class="subtitle">3.00PR1</span></h3>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <span id="classopts"><input type="checkbox" name="showprivate" id="showprivate" /> <label for="showprivate">Show Private</label></span>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <span id="classopts"><input type="checkbox" name="showprotected" id="showprotected" /> <label for="showprotected">Show Protected</label></span>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <span id="classopts"><input type="checkbox" name="showdeprecated" id="showdeprecated" /> <label for="showdeprecated">Show Deprecated</label></span>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <!-- class tree goes here -->
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots The YUI global namespace object. If YUI is already defined, the
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsexisting YUI object will not be overwritten so that defined
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsnamespaces are preserved.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <object>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Optional configuration object. Options:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>------------------------------------------------------------------------</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>------------------------------------------------------------------------</li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd KlootsTurn debug statements on or off</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>useConsole:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsLog to the browser console if debug is on and the console is available</li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots<li>logInclude:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA hash of log sources that should be logged. If specified, only log messages from these sources will be logged.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>logExclude:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA hash of log sources that should be not be logged. If specified, all sources are logged if not on this list.</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>throwFail:
de413b3e25c9cba63ab4b3003f5a4524d49f9f05Todd KlootsIf throwFail is set, Y.fail will generate or re-throw a JS error. Otherwise the failure is logged.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA list of modules that defines the YUI core (overrides the default)</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>------------------------------------------------------------------------</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>------------------------------------------------------------------------</li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots<li>pollInterval:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsThe default poll interval</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>-------------------------------------------------------------------------</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>-------------------------------------------------------------------------</li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd KlootsThe base dir</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>secureBase:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsThe secure base dir (not implemented)</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>comboBase:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsThe YUI combo service base dir. Ex: http://yui.yahooapis.com/combo?</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsThe root path to prepend to module names for the combo service. Ex: 2.5.2/build/</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA filter to apply to result urls. This filter will modify the default
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootspath for all modules. The default path for the YUI library is the
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsminified version of the files (e.g., event-min.js). The filter property
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscan be a predefined filter or a custom filter. The valid predefined
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<dd>Selects the debug versions of the library (e.g., event-debug.js).
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsThis option will automatically include the logger widget</dd>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<dd>Selects the non-minified version of the library (e.g., event.js).</dd>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsYou can also define a custom filter, which must be an object literal
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscontaining a search expression and a replace string:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsmyFilter: {
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots'searchExp': "-min\\.js",
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots'replaceStr': "-debug.js"
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsUse the YUI combo service to reduce the number of http connections required to load your dependencies</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA list of modules that should never be dynamically loaded</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA list of modules that should always be loaded when required, even if already present on the page</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>insertBefore:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsNode or id for a node that should be used as the insertion point for new nodes</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscharset for dynamic nodes</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsnumber of milliseconds before a timeout occurs when dynamically loading nodes. in not set, there is no timeout</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsexecution context for all callbacks</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>onSuccess:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscallback for the 'success' event</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>onFailure:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscallback for the 'failure' event</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>onTimeout:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscallback for the 'timeout' event</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots<li>onProgress:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootscallback executed each time a script or css file is loaded</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsA list of module definitions. See Loader.addModule for the supported module metadata</li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots IE will not enumerate native functions in a derived object even if the
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsfunction was overridden. This is a workaround for specific functions
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootswe care about on the Object prototype.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Initialize this YUI instance
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots config options
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Finishes the instance setup. Attaches whatever modules were defined
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootswhen the yui modules was registered.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Register a module
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots name space for the module
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots entry point into the module that
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsis used to bind module to the YUI instance
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots version string
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dd>the YUI instance
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsrequires - features that should be present before loading
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsoptional - optional features that should be present if load optional defined
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsuse - features that should be attached automatically
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsomit - features that should not be loaded if this module is present</dd>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Executes the callback after a DOM event, custom event
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsor method. If the first argument is a function, it
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsis assumed the target is a method.
a76888f75bfe3b3fecae528bbe6053e7c1ab353bTodd Kloots <dt>Returns:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Executes a method on a YUI instance with
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsthe specified id if the specified method is whitelisted.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the YUI instance id
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the name of the method to exectute.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the arguments to apply to the method
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dd>the return value from the applied method or null</dd>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Executes the callback before a DOM event, custom event
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsor method. If the first argument is a function, it
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsis assumed the target is a method.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsFor DOM and custom events:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootstype, callback, context, 1-n arguments
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootscallback, object (method host), methodName, context, 1-n arguments
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Detach an event listener (either a custom event or a
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots the type of event, or a Event.Handle to
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsfor the subscription. If the Event.Handle is passed
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsin, the other parameters are not used.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots the subscribed function
de413b3e25c9cba63ab4b3003f5a4524d49f9f05Todd Kloots the object or element the listener is subscribed
a82da1da5f01d59992c338f04dcbc9dd34002d63Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Returns a simple string representation of the object or array.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd KlootsOther types of objects will be returned unprocessed. Arrays
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsare expected to be indexed. Use object notation for
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsassociative arrays.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots The object to dump
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots How deep to recurse child objects, default 3
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Report an error. The reporting mechanism is controled by
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsthe 'throwFail' configuration attribute. If throwFail is
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsnot specified, the message is written to the logger, otherwise
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsa JS error is thrown
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the failure message
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Optional JS error that was caught. If supplied
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsand throwFail is specified, this error will be re-thrown.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Generate an id that is unique among all YUI instances
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots optional guid prefix
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Executes the supplied function in the context of the supplied
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsobject 'when' milliseconds later. Executes the function a
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootssingle time unless periodic is set to true.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots the number of milliseconds to wait until the fn
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the context object.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the function to execute or the name of
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsthe method in the 'o' object to execute.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots [Array] data that is provided to the function. This accepts
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootseither a single item or an array. If an array is provided, the
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsfunction is executed with one parameter for each array item. If
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsyou need to pass a single array parameter, it needs to be wrapped in
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsan array [myarray].
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots if true, executes continuously at supplied
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsinterval until canceled.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dd>a timer object. Call the cancel() method on this object to
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsstop the timer.</dd>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots If the 'debug' config is true, a 'yui:log' event will be
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsdispatched, which the logger widget and anything else
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootscan consume. If the 'useConsole' config is true, it will
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootswrite to the browser console if available.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots The message to log.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots The log category for the message. Default
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootscategories are "info", "warn", "error", time".
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsCustom categories can be used as well. (opt)
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots The source of the the message (opt)
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Returns a new object containing all of the properties of
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsall the supplied objects. The properties from later objects
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootswill overwrite those in earlier objects. Passing in a
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootssingle object will create a shallow copy of it. For a deep
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootscopy, use clone.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots the objects to merge
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Applies the supplier's properties to the receiver. By default
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsall prototype and static propertes on the supplier are applied
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsto the corresponding spot on the receiver. By default all
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsproperties are applied, and a property that is already on the
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsreciever will not be overwritten. The default behavior can
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsbe modified by supplying the appropriate parameters.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the object to receive the augmentation
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots the object that supplies the properties to augment
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots if true, properties already on the receiver
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootswill be overwritten if found on the supplier.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots a whitelist. If supplied, only properties in
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsthis list will be applied to the receiver.
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots what should be copies, and to where
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsdefault(0): object to object
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots1: prototype to prototype (old augment)
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots2: prototype to prototype and object props (new augment)
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots3: prototype to object
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots4: object to prototype
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <dt>Returns:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Returns the namespace specified and creates it if it doesn't exist
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsEither of the above would create YUI.property, then
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsBe careful when naming packages. Reserved words may work in some browsers
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsand not others. For instance, the following will fail in Safari:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd KlootsThis fails because "long" is a future reserved word in ECMAScript
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots 1-n namespaces to create
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dt>Returns:
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <dd>A reference to the last namespace object created</dd>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots Attach an event listener, either to a DOM object
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the event type
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots the function to execute
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots the Event.Target or element to attach to
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Optional execution context
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots 0..n additional arguments to append
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsto the signature provided when the event fires.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <dt>Returns:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <dd>a handle object for
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootsunsubscribing to this event.</dd>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Stamps an object with a guid. If the object already
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Klootshas one, a new one is not created
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots The object to stamp
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <dt>Returns:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Bind a module to a YUI instance
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots 1-n modules to bind (uses arguments array)
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots callback function executed when
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsthe instance has the required functionality. If included, it
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Klootsmust be the last parameter.
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <dt>Returns:
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <h4>Methods inherited from <a href="Event.Target.html">Event.Target</a>:</h4>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <a class="" href="Event.Target.html#method_addTarget">addTarget</a><span class="">,</span> <a class="" href="Event.Target.html#method_after">after</a><span class="">,</span> <a class="" href="Event.Target.html#method_bubble">bubble</a><span class="">,</span> <a class="" href="Event.Target.html#method_fire">fire</a><span class="">,</span> <a class="" href="Event.Target.html#method_getEvent">getEvent</a><span class="">,</span> <a class="" href="Event.Target.html#method_publish">publish</a><span class="">,</span> <a class="" href="Event.Target.html#method_ready">ready</a><span class="">,</span> <a class="" href="Event.Target.html#method_removeTarget">removeTarget</a><span class="">,</span> <a class="" href="Event.Target.html#method_subscribe">subscribe</a><span class="">,</span> <a class="" href="Event.Target.html#method_unsubscribe">unsubscribe</a><span class="">,</span> <a class="" href="Event.Target.html#method_unsubscribeAll">unsubscribeAll</a>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_anim.html">anim</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_attribute.html">attribute</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="module_base.html">base</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="module_dd.html">dd</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_dd-plugin.html">dd-plugin</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_dump.html">dump</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_event.html">event</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_io.html">io</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="module_node.html">node</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="module_oop.html">oop</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="module_queue.html">queue</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="module_substitute.html">substitute</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class="selected"><a href="module_yui.html">yui</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="Array.html">Array</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="Loader.html">Loader</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="Object.html">Object</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class="selected"><a href="YUI.html">YUI</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="get.js.html">get.js</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="loader.js.html">loader.js</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="yui-array.js.html">yui-array.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui-base.js.html">yui-base.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui-core.js.html">yui-core.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui-dump.js.html">yui-dump.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui-init.js.html">yui-init.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui-lang.js.html">yui-lang.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui-later.js.html">yui-later.js</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="yui-log.js.html">yui-log.js</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="yui-object.js.html">yui-object.js</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class=""><a href="yui-ua.js.html">yui-ua.js</a></li>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <li class=""><a href="yui.js.html">yui.js</a></li>
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots <li class="private"><a href="#property__iefix">_iefix</a>
9a2430d08e4d1b8b870cd3ba6c17ffc7881d16a6Todd Kloots <!--<code><object></code>-->
5f40f927dba3cf399373572f6ed6fe59a376376eTodd Kloots Copyright © 2008 Yahoo! Inc. All rights reserved.