<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<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: console Console (YUI Library)</title>
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
<link rel="stylesheet" type="text/css" href="assets/api.css" />
<script type="text/javascript" src="assets/api-js"></script>
<script type="text/javascript" src="assets/ac-js"></script>
</head>
<body id="yahoo-com">
<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>console <span class="subtitle">3.0.0</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
> <a href="./module_console.html" title="console">console</a>
> Console
<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 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>
Class <b property="yui:name">Console</b>
<span class="extends">
- extends <a href="Widget.html" title="Widget">Widget</a>
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
Console creates a visualization for messages logged through calls to a YUI
instance's <code>Y.log( message, category, source )</code> method. The
debug versions of YUI modules will include logging statements to offer some
insight into the steps executed during that module's operation. Including
log statements in your code will cause those messages to also appear in the
Console. Use Console to aid in developing your page or application.
Entry categories "info", "warn", and "error"
are also referred to as the log level, and entries are filtered against the
configured logLevel.
</div>
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
<h3 id="constructor">Constructor</h3>
<div class="content">
<div class="detail">
<strong property="yui:name">Console</strong>
<code>
(
conf
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">conf</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> Configuration object (see Configuration attributes)</span>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="protected" rel="yui:property" resource="#property__body">
<h4><a name="property__body" property="yui:name">_body</a>
- <code>protected <span property="yui:type">Node</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Reference to the Node instance that will house the console messages.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property__evtCat">
<h4><a name="property__evtCat" property="yui:name">_evtCat</a>
- <code>protected <span property="yui:type">string</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Category to prefix all event subscriptions to allow for ease of detach
during destroy.
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property__foot">
<h4><a name="property__foot" property="yui:name">_foot</a>
- <code>protected <span property="yui:type">Node</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Reference to the Node instance containing the footer contents.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property__head">
<h4><a name="property__head" property="yui:name">_head</a>
- <code>protected <span property="yui:type">Node</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Reference to the Node instance containing the header contents.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property__printLoop">
<h4><a name="property__printLoop" property="yui:name">_printLoop</a>
- <code>protected <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Holds the object API returned from <code>Y.later</code> for the print
loop interval.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property_buffer">
<h4><a name="property_buffer" property="yui:name">buffer</a>
- <code>protected <span property="yui:type">Array</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Array of normalized message objects awaiting printing.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.ATTRS">
<h4><a name="property_Console.ATTRS" property="yui:name">Console.ATTRS</a>
- <code>static <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Static property used to define the default attribute configuration of
the Widget.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.BODY_TEMPLATE">
<h4><a name="property_Console.BODY_TEMPLATE" property="yui:name">Console.BODY_TEMPLATE</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Markup template used to generate the DOM structure for the Console body
(where the messages are inserted) when it is rendered. The template
includes only the {placeholder} "console_bd_class", which is
constributed by Console.CHROME_CLASSES.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.CHROME_CLASSES">
<h4><a name="property_Console.CHROME_CLASSES" property="yui:name">Console.CHROME_CLASSES</a>
- <code>static <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Map (object) of classNames used to populate the placeholders in the
Console.HEADER_TEMPLATE, Console.BODY_TEMPLATE, and
Console.FOOTER_TEMPLATE markup when rendering the Console UI.
<p>By default, the keys contained in the object are:</p>
<ul>
<li>console_hd_class</li>
<li>console_bd_class</li>
<li>console_ft_class</li>
<li>console_controls_class</li>
<li>console_checkbox_class</li>
<li>console_pause_class</li>
<li>console_pause_label_class</li>
<li>console_button_class</li>
<li>console_clear_class</li>
<li>console_collapse_class</li>
<li>console_title_class</li>
</ul>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.ENTRY_CLASSES">
<h4><a name="property_Console.ENTRY_CLASSES" property="yui:name">Console.ENTRY_CLASSES</a>
- <code>static <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Map (object) of classNames used to populate the placeholders in the
Console.ENTRY_TEMPLATE markup when rendering a new Console entry.
<p>By default, the keys contained in the object are:</p>
<ul>
<li>entry_class</li>
<li>entry_meta_class</li>
<li>entry_cat_class</li>
<li>entry_src_class</li>
<li>entry_time_class</li>
<li>entry_content_class</li>
</ul>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.ENTRY_TEMPLATE">
<h4><a name="property_Console.ENTRY_TEMPLATE" property="yui:name">Console.ENTRY_TEMPLATE</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Default markup template used to create the DOM structure for Console
entries. The markup contains {placeholder}s for content and classes
that are replaced via Y.substitute. The default template contains
the {placeholder}s identified in Console.ENTRY_CLASSES as well as the
following placeholders that will be populated by the log entry data:
<ul>
<li>cat_class</li>
<li>src_class</li>
<li>totalTime</li>
<li>elapsedTime</li>
<li>localTime</li>
<li>sourceAndDetail</li>
<li>message</li>
</ul>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.FOOTER_TEMPLATE">
<h4><a name="property_Console.FOOTER_TEMPLATE" property="yui:name">Console.FOOTER_TEMPLATE</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Markup template used to generate the DOM structure for the footer
section of the Console when it is rendered. The template includes
many of the {placeholder}s from Console.CHROME_CLASSES as well as:
<ul>
<li>id_guid - generated unique id, relates the label and checkbox</li>
<li>str_pause - pulled from attribute strings.pause</li>
<li>str_clear - pulled from attribute strings.clear</li>
</ul>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.HEADER_TEMPLATE">
<h4><a name="property_Console.HEADER_TEMPLATE" property="yui:name">Console.HEADER_TEMPLATE</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Markup template used to generate the DOM structure for the header
section of the Console when it is rendered. The template includes
these {placeholder}s:
<ul>
<li>console_button_class - contributed by Console.CHROME_CLASSES</li>
<li>console_collapse_class - contributed by Console.CHROME_CLASSES</li>
<li>console_hd_class - contributed by Console.CHROME_CLASSES</li>
<li>console_title_class - contributed by Console.CHROME_CLASSES</li>
<li>str_collapse - pulled from attribute strings.collapse</li>
<li>str_title - pulled from attribute strings.title</li>
</ul>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.LOG_LEVEL_ERROR">
<h4><a name="property_Console.LOG_LEVEL_ERROR" property="yui:name">Console.LOG_LEVEL_ERROR</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Static identifier for logLevel configuration setting to allow only
incoming messages of logLevel "error" to generate
Console entries.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.LOG_LEVEL_INFO">
<h4><a name="property_Console.LOG_LEVEL_INFO" property="yui:name">Console.LOG_LEVEL_INFO</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Static identifier for logLevel configuration setting to allow all
incoming messages to generate Console entries.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.LOG_LEVEL_WARN">
<h4><a name="property_Console.LOG_LEVEL_WARN" property="yui:name">Console.LOG_LEVEL_WARN</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Static identifier for logLevel configuration setting to allow only
incoming messages of logLevel "warn" or "error"
to generate Console entries.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Console.NAME">
<h4><a name="property_Console.NAME" property="yui:name">Console.NAME</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The identity of the widget.
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Attribute.html">
<h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4>
<div class="content" rel="yui:properties">
<code>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Properties inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="Widget.html#property__strings">
<a class="private" href="Widget.html#property__strings" property="yui:name" title="_strings">_strings</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_BOUNDING_TEMPLATE">
<a class="" href="Widget.html#property_BOUNDING_TEMPLATE" property="yui:name" title="BOUNDING_TEMPLATE">BOUNDING_TEMPLATE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_CONTENT_TEMPLATE">
<a class="" href="Widget.html#property_CONTENT_TEMPLATE" property="yui:name" title="CONTENT_TEMPLATE">CONTENT_TEMPLATE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_DEF_UNIT">
<a class="" href="Widget.html#property_DEF_UNIT" property="yui:name" title="DEF_UNIT">DEF_UNIT</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_WRAP_STYLES">
<a class="" href="Widget.html#property_WRAP_STYLES" property="yui:name" title="WRAP_STYLES">WRAP_STYLES</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="Base.html#property_name">
<a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a>
</span>
</code>
</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="protected" rel="yui:method" resource="#method__afterCollapsedChange">
<h4>
<a name="method__afterCollapsedChange">_afterCollapsedChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterCollapsedChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Updates the className of the contentBox, which should trigger CSS to
hide or show the body and footer sections depending on the new value.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Custom event for the attribute change</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterConsoleLimitChange">
<h4>
<a name="method__afterConsoleLimitChange">_afterConsoleLimitChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterConsoleLimitChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Calls this._trimOldEntries() in response to changes in the configured
consoleLimit attribute.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Custom event for the attribute change</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterPausedChange">
<h4>
<a name="method__afterPausedChange">_afterPausedChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterPausedChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Updates the UI and schedules or cancels the print loop.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Custom event for the attribute change</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterStringsChange">
<h4>
<a name="method__afterStringsChange">_afterStringsChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterStringsChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Updates the UI if changes are made to any of the strings in the strings
attribute.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> Custom event for the attribute change</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterVisibleChange">
<h4>
<a name="method__afterVisibleChange">_afterVisibleChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterVisibleChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Makes adjustments to the UI if needed when the Console is hidden or shown
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> the visibleChange event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__cancelPrintLoop">
<h4>
<a name="method__cancelPrintLoop">_cancelPrintLoop</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_cancelPrintLoop</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears the timeout for printing buffered messages.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__createEntryHTML">
<h4>
<a name="method__createEntryHTML">_createEntryHTML</a></h4>
<div class="detail" >
<code>
protected
<strong property="yui:name">_createEntryHTML</strong>
(
m
)
</code>
<div class="description" property="yui:description">
Translates message meta into the markup for a console entry.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">m</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> object literal containing normalized message metadata</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">String</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__defEntryFn">
<h4>
<a name="method__defEntryFn">_defEntryFn</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_defEntryFn</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Buffers incoming message objects and schedules the printing.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> The Custom event carrying the message in its payload</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__defResetFn">
<h4>
<a name="method__defResetFn">_defResetFn</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_defResetFn</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears the console, resets the startTime attribute, enables and
unpauses the widget.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__encodeHTML">
<h4>
<a name="method__encodeHTML">_encodeHTML</a></h4>
<div class="detail" >
<code>
protected
<strong property="yui:name">_encodeHTML</strong>
(
s
)
</code>
<div class="description" property="yui:description">
Returns the input string with ampersands (&), <, and > encoded
as HTML entities.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">s</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> the raw string</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">String the encoded string</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__htmlEscapeMessage">
<h4>
<a name="method__htmlEscapeMessage">_htmlEscapeMessage</a></h4>
<div class="detail" >
<code>
protected
<strong property="yui:name">_htmlEscapeMessage</strong>
(
m
)
</code>
<div class="description" property="yui:description">
Performs HTML escaping on strings in the message object.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">m</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"> the normalized message object</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">Object the message object with proper escapement</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__initBody">
<h4>
<a name="method__initBody">_initBody</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_initBody</strong>
(
)
</code>
<div class="description" property="yui:description">
Create the DOM structure for the console body—where messages are
rendered.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__initFoot">
<h4>
<a name="method__initFoot">_initFoot</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_initFoot</strong>
(
)
</code>
<div class="description" property="yui:description">
Create the DOM structure for the footer elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__initHead">
<h4>
<a name="method__initHead">_initHead</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_initHead</strong>
(
)
</code>
<div class="description" property="yui:description">
Create the DOM structure for the header elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__isInLogLevel">
<h4>
<a name="method__isInLogLevel">_isInLogLevel</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_isInLogLevel</strong>
(
)
</code>
<div class="description" property="yui:description">
Determine if incoming log messages are within the configured logLevel
to be buffered for printing.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__normalizeMessage">
<h4>
<a name="method__normalizeMessage">_normalizeMessage</a></h4>
<div class="detail" >
<code>
protected
<strong property="yui:name">_normalizeMessage</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Create a log entry message from the inputs including the following keys:
<ul>
<li>time - this moment</li>
<li>message - leg message</li>
<li>category - logLevel or custom category for the message</li>
<li>source - when provided, the widget or util calling Y.log</li>
<li>sourceAndDetail - same as source but can include instance info</li>
<li>localTime - readable version of time</li>
<li>elapsedTime - ms since last entry</li>
<li>totalTime - ms since Console was instantiated or reset</li>
</ul>
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> custom event containing the log message</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">Object the message object</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__onClearClick">
<h4>
<a name="method__onClearClick">_onClearClick</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_onClearClick</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Event handler for clicking on the Clear button. Pass-through to
<code>this.clearConsole()</code>.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> DOM event facade for the click event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__onCollapseClick">
<h4>
<a name="method__onCollapseClick">_onCollapseClick</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_onCollapseClick</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Event handler for clicking on the Collapse/Expand button. Sets the
"collapsed" attribute accordingly.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> DOM event facade for the click event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__onLogEvent">
<h4>
<a name="method__onLogEvent">_onLogEvent</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_onLogEvent</strong>
(
msg
,
cat
,
src
)
</code>
<div class="description" property="yui:description">
Responds to log events by normalizing qualifying messages and passing
them along through the entry event for buffering etc.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">msg</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> the log message</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">cat</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> OPTIONAL the category or logLevel of the message</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">src</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> OPTIONAL the source of the message (e.g. widget name)</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__onPauseClick">
<h4>
<a name="method__onPauseClick">_onPauseClick</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_onPauseClick</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Event handler for clicking on the Pause checkbox to update the paused
attribute.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
<<span property="yui:type">Event</span>>
</code>
<span property="yui:description"> DOM event facade for the click event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__schedulePrint">
<h4>
<a name="method__schedulePrint">_schedulePrint</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_schedulePrint</strong>
(
)
</code>
<div class="description" property="yui:description">
Sets an interval for buffered messages to be output to the console.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__setLogLevel">
<h4>
<a name="method__setLogLevel">_setLogLevel</a></h4>
<div class="detail" >
<code>
protected
<strong property="yui:name">_setLogLevel</strong>
(
v
)
</code>
<div class="description" property="yui:description">
Setter method for logLevel attribute. Acceptable values are
"error", "warn", and "info" (case
insensitive). Other values are treated as "info".
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">v</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> the desired log level</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">String One of Console.LOG_LEVEL_INFO, _WARN, or _ERROR</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__trimOldEntries">
<h4>
<a name="method__trimOldEntries">_trimOldEntries</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_trimOldEntries</strong>
(
)
</code>
<div class="description" property="yui:description">
Removes the oldest message entries from the UI to maintain the limit
specified in the consoleLimit configuration.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSetHeight">
<h4>
<a name="method__uiSetHeight">_uiSetHeight</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSetHeight</strong>
(
v
)
</code>
<div class="description" property="yui:description">
Set the height of the Console container. Set the body height to the difference between the configured height and the calculated heights of the header and footer.
Overrides Widget.prototype._uiSetHeight.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">v</span>
<<span property="yui:type">String|Number</span>>
</code>
<span property="yui:description"> the new height</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiUpdateCollapsed">
<h4>
<a name="method__uiUpdateCollapsed">_uiUpdateCollapsed</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiUpdateCollapsed</strong>
(
v
)
</code>
<div class="description" property="yui:description">
Updates the UI to reflect the new Collapsed state
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">v</span>
<<span property="yui:type">Boolean</span>>
</code>
<span property="yui:description"> true for collapsed, false for expanded</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiUpdateFromHideShow">
<h4>
<a name="method__uiUpdateFromHideShow">_uiUpdateFromHideShow</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiUpdateFromHideShow</strong>
(
v
)
</code>
<div class="description" property="yui:description">
Recalculates dimensions and updates appropriately when shown
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">v</span>
<<span property="yui:type">Boolean</span>>
</code>
<span property="yui:description"> true for visible, false for hidden</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiUpdatePaused">
<h4>
<a name="method__uiUpdatePaused">_uiUpdatePaused</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiUpdatePaused</strong>
(
on
)
</code>
<div class="description" property="yui:description">
Checks or unchecks the paused checkbox
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">on</span>
<<span property="yui:type">Boolean</span>>
</code>
<span property="yui:description"> the new checked state</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__validateStyle">
<h4>
<a name="method__validateStyle">_validateStyle</a></h4>
<div class="detail" >
<code>
protected
Boolean
<strong property="yui:name">_validateStyle</strong>
(
style
)
</code>
<div class="description" property="yui:description">
Validates input value for style attribute. Accepts only values 'inline',
'block', and 'separate'.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">style</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> the proposed value</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">pass/fail</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method_bindUI">
<h4>
<a name="method_bindUI">bindUI</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">bindUI</strong>
(
)
</code>
<div class="description" property="yui:description">
Set up event listeners to wire up the UI to the internal state.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_clearConsole">
<h4>
<a name="method_clearConsole">clearConsole</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">clearConsole</strong>
(
)
</code>
<div class="description" property="yui:description">
Clear the console of messages and flush the buffer of pending messages.
</div>
<div class="description">
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_collapse">
<h4>
<a name="method_collapse">collapse</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">collapse</strong>
(
)
</code>
<div class="description" property="yui:description">
Collapses the body and footer.
</div>
<div class="description">
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method_destructor">
<h4>
<a name="method_destructor">destructor</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">destructor</strong>
(
)
</code>
<div class="description" property="yui:description">
Tears down the instance, flushing event subscriptions and purging the UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_expand">
<h4>
<a name="method_expand">expand</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">expand</strong>
(
)
</code>
<div class="description" property="yui:description">
Expands the body and footer if collapsed.
</div>
<div class="description">
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method_initializer">
<h4>
<a name="method_initializer">initializer</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">initializer</strong>
(
)
</code>
<div class="description" property="yui:description">
Constructor code. Set up the buffer and entry template, publish
internal events, and subscribe to the configured logEvent.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_log">
<h4>
<a name="method_log">log</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">log</strong>
(
arg*
)
</code>
<div class="description" property="yui:description">
Wrapper for <code>Y.log</code>.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">arg*</span>
<<span property="yui:type">MIXED</span>>
</code>
<span property="yui:description"> (all arguments passed through to <code>Y.log</code>)</span>
</dd>
</dl>
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_printBuffer">
<h4>
<a name="method_printBuffer">printBuffer</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">printBuffer</strong>
(
limit
)
</code>
<div class="description" property="yui:description">
Outputs buffered messages to the console UI. This is typically called
from a scheduled interval until the buffer is empty (referred to as the
print loop). The number of buffered messages output to the Console is
limited to the number provided as an argument. If no limit is passed,
all buffered messages are rendered.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">limit</span>
<<span property="yui:type">Number</span>>
</code>
<span property="yui:description"> (optional) max number of buffered entries to write</span>
</dd>
</dl>
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method_renderUI">
<h4>
<a name="method_renderUI">renderUI</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">renderUI</strong>
(
)
</code>
<div class="description" property="yui:description">
Generate the Console UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_reset">
<h4>
<a name="method_reset">reset</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">reset</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears the console and resets internal timers.
</div>
<div class="description">
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_scrollToLatest">
<h4>
<a name="method_scrollToLatest">scrollToLatest</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">scrollToLatest</strong>
(
)
</code>
<div class="description" property="yui:description">
Scrolls to the most recent entry
</div>
<div class="description">
<div class="chainable">
<strong>Chainable:</strong> This method is chainable.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_syncUI">
<h4>
<a name="method_syncUI">syncUI</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">syncUI</strong>
(
)
</code>
<div class="description" property="yui:description">
Sync the UI state to the current attribute state.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html">
<h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="EventTarget.html#method__getType">
<a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method__parseType">
<a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_addTarget">
<a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_after">
<a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_before">
<a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_bubble">
<a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_detach">
<a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_detachAll">
<a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_fire">
<a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_getEvent">
<a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_on">
<a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_publish">
<a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_removeTarget">
<a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_subscribe">
<a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_unsubscribe">
<a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll">
<a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Attribute.html">
<h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Attribute.html#method__addAttrs">
<a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__addLazyAttr">
<a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn">
<a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__fireAttrChange">
<a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttr">
<a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttrInitVal">
<a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttrs">
<a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getStateVal">
<a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__isLazyAttr">
<a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__normAttrVals">
<a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__protectAttrs">
<a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__set">
<a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setAttr">
<a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setAttrs">
<a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setAttrVal">
<a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setStateVal">
<a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_addAttr">
<a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_addAttrs">
<a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_attrAdded">
<a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_get">
<a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_getAttrs">
<a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_modifyAttr">
<a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_removeAttr">
<a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_reset">
<a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_set">
<a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_setAttrs">
<a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Methods inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Widget.html#method__afterDisabledChange">
<a class="protected" href="Widget.html#method__afterDisabledChange" property="yui:name" title="_afterDisabledChange">_afterDisabledChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__afterFocusedChange">
<a class="protected" href="Widget.html#method__afterFocusedChange" property="yui:name" title="_afterFocusedChange">_afterFocusedChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__afterHeightChange">
<a class="protected" href="Widget.html#method__afterHeightChange" property="yui:name" title="_afterHeightChange">_afterHeightChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__afterVisibleChange">
<a class="protected" href="Widget.html#method__afterVisibleChange" property="yui:name" title="_afterVisibleChange">_afterVisibleChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__afterWidthChange">
<a class="protected" href="Widget.html#method__afterWidthChange" property="yui:name" title="_afterWidthChange">_afterWidthChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__bindDOMListeners">
<a class="protected" href="Widget.html#method__bindDOMListeners" property="yui:name" title="_bindDOMListeners">_bindDOMListeners</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__bindUI">
<a class="protected" href="Widget.html#method__bindUI" property="yui:name" title="_bindUI">_bindUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__defRenderFn">
<a class="protected" href="Widget.html#method__defRenderFn" property="yui:name" title="_defRenderFn">_defRenderFn</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__getHtmlParser">
<a class="" href="Widget.html#method__getHtmlParser" property="yui:name" title="_getHtmlParser">_getHtmlParser</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__getStrings">
<a class="protected" href="Widget.html#method__getStrings" property="yui:name" title="_getStrings">_getStrings</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__moveStyles">
<a class="private" href="Widget.html#method__moveStyles" property="yui:name" title="_moveStyles">_moveStyles</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__onDocMouseDown">
<a class="protected" href="Widget.html#method__onDocMouseDown" property="yui:name" title="_onDocMouseDown">_onDocMouseDown</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__onFocus">
<a class="protected" href="Widget.html#method__onFocus" property="yui:name" title="_onFocus">_onFocus</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__parseHTML">
<a class="private" href="Widget.html#method__parseHTML" property="yui:name" title="_parseHTML">_parseHTML</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__renderBox">
<a class="private" href="Widget.html#method__renderBox" property="yui:name" title="_renderBox">_renderBox</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__renderBoxClassNames">
<a class="protected" href="Widget.html#method__renderBoxClassNames" property="yui:name" title="_renderBoxClassNames">_renderBoxClassNames</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__renderUI">
<a class="protected" href="Widget.html#method__renderUI" property="yui:name" title="_renderUI">_renderUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setBoundingBox">
<a class="private" href="Widget.html#method__setBoundingBox" property="yui:name" title="_setBoundingBox">_setBoundingBox</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setBox">
<a class="private" href="Widget.html#method__setBox" property="yui:name" title="_setBox">_setBox</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setContentBox">
<a class="private" href="Widget.html#method__setContentBox" property="yui:name" title="_setContentBox">_setContentBox</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setStrings">
<a class="protected" href="Widget.html#method__setStrings" property="yui:name" title="_setStrings">_setStrings</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__syncUI">
<a class="protected" href="Widget.html#method__syncUI" property="yui:name" title="_syncUI">_syncUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetDisabled">
<a class="protected" href="Widget.html#method__uiSetDisabled" property="yui:name" title="_uiSetDisabled">_uiSetDisabled</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetFocused">
<a class="protected" href="Widget.html#method__uiSetFocused" property="yui:name" title="_uiSetFocused">_uiSetFocused</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetHeight">
<a class="protected" href="Widget.html#method__uiSetHeight" property="yui:name" title="_uiSetHeight">_uiSetHeight</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetTabIndex">
<a class="protected" href="Widget.html#method__uiSetTabIndex" property="yui:name" title="_uiSetTabIndex">_uiSetTabIndex</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetVisible">
<a class="protected" href="Widget.html#method__uiSetVisible" property="yui:name" title="_uiSetVisible">_uiSetVisible</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetWidth">
<a class="protected" href="Widget.html#method__uiSetWidth" property="yui:name" title="_uiSetWidth">_uiSetWidth</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_bindUI">
<a class="protected" href="Widget.html#method_bindUI" property="yui:name" title="bindUI">bindUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_blur">
<a class="" href="Widget.html#method_blur" property="yui:name" title="blur">blur</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_destructor">
<a class="protected" href="Widget.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_disabled">
<a class="" href="Widget.html#method_disabled" property="yui:name" title="disabled">disabled</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_enable">
<a class="" href="Widget.html#method_enable" property="yui:name" title="enable">enable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_focus">
<a class="" href="Widget.html#method_focus" property="yui:name" title="focus">focus</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getClassName">
<a class="" href="Widget.html#method_getClassName" property="yui:name" title="getClassName">getClassName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getDefaultLocale">
<a class="" href="Widget.html#method_getDefaultLocale" property="yui:name" title="getDefaultLocale">getDefaultLocale</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getString">
<a class="" href="Widget.html#method_getString" property="yui:name" title="getString">getString</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getStrings">
<a class="" href="Widget.html#method_getStrings" property="yui:name" title="getStrings">getStrings</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_hide">
<a class="" href="Widget.html#method_hide" property="yui:name" title="hide">hide</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_initializer">
<a class="protected" href="Widget.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_render">
<a class="" href="Widget.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_renderer">
<a class="protected" href="Widget.html#method_renderer" property="yui:name" title="renderer">renderer</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_renderUI">
<a class="protected" href="Widget.html#method_renderUI" property="yui:name" title="renderUI">renderUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_show">
<a class="" href="Widget.html#method_show" property="yui:name" title="show">show</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_syncUI">
<a class="" href="Widget.html#method_syncUI" property="yui:name" title="syncUI">syncUI</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_toString">
<a class="" href="Widget.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Base.html#method__aggregateAttrs">
<a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__defDestroyFn">
<a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__defInitFn">
<a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__destroyHierarchy">
<a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__filterAttrCfs">
<a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__getAttrCfgs">
<a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__getClasses">
<a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__initHierarchy">
<a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__initHierarchyData">
<a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method_destroy">
<a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Base.html#method_init">
<a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Base.html#method_toString">
<a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div class="section method details">
<h3 id="events">Events</h3>
<div class="content">
<div class="" rel="yui:event" resource="#event_collapsedChange">
<h4>
<a name="event_collapsedChange">collapsedChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">collapsedChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'collapsed' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_consoleLimitChange">
<h4>
<a name="event_consoleLimitChange">consoleLimitChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">consoleLimitChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'consoleLimit' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_defaultCategoryChange">
<h4>
<a name="event_defaultCategoryChange">defaultCategoryChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">defaultCategoryChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'defaultCategory' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_defaultSourceChange">
<h4>
<a name="event_defaultSourceChange">defaultSourceChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">defaultSourceChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'defaultSource' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_entry">
<h4>
<a name="event_entry">entry</a></h4>
<div class="detail">
<code>
<strong property="yui:name">entry</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Transfers a received message to the print loop buffer. Default
behavior defined in _defEntryFn.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description"> An Event Facade object with the following attribute specific properties added:
<dl>
<dt>message</dt>
<dd>The message data normalized into an object literal (see _normalizeMessage)</dd>
</dl></span>
</dd>
</dl>
<div class="preventable">
<strong>Preventable:</strong> This event is preventable by method e.preventDefault(). The default function executed by this event is _defEntryFn.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_entryTemplateChange">
<h4>
<a name="event_entryTemplateChange">entryTemplateChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">entryTemplateChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'entryTemplate' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_heightChange">
<h4>
<a name="event_heightChange">heightChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">heightChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'height' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_lastTimeChange">
<h4>
<a name="event_lastTimeChange">lastTimeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">lastTimeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'lastTime' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_logEventChange">
<h4>
<a name="event_logEventChange">logEventChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">logEventChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'logEvent' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_logLevelChange">
<h4>
<a name="event_logLevelChange">logLevelChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">logLevelChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'logLevel' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_logSourceChange">
<h4>
<a name="event_logSourceChange">logSourceChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">logSourceChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'logSource' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_newestOnTopChange">
<h4>
<a name="event_newestOnTopChange">newestOnTopChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">newestOnTopChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'newestOnTop' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_pausedChange">
<h4>
<a name="event_pausedChange">pausedChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">pausedChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'paused' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_printLimitChange">
<h4>
<a name="event_printLimitChange">printLimitChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">printLimitChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'printLimit' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_printTimeoutChange">
<h4>
<a name="event_printTimeoutChange">printTimeoutChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">printTimeoutChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'printTimeout' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_reset">
<h4>
<a name="event_reset">reset</a></h4>
<div class="detail">
<code>
<strong property="yui:name">reset</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Triggers the reset behavior via the default logic in _defResetFn.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description"> Event Facade object</span>
</dd>
</dl>
<div class="preventable">
<strong>Preventable:</strong> This event is preventable by method e.preventDefault(). The default function executed by this event is _defResetFn.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_scrollIntoViewChange">
<h4>
<a name="event_scrollIntoViewChange">scrollIntoViewChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">scrollIntoViewChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'scrollIntoView' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_startTimeChange">
<h4>
<a name="event_startTimeChange">startTimeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">startTimeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'startTime' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_stringsChange">
<h4>
<a name="event_stringsChange">stringsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">stringsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'strings' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_styleChange">
<h4>
<a name="event_styleChange">styleChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">styleChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'style' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_useBrowserConsoleChange">
<h4>
<a name="event_useBrowserConsoleChange">useBrowserConsoleChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">useBrowserConsoleChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'useBrowserConsole' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_widthChange">
<h4>
<a name="event_widthChange">widthChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">widthChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'width' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
<<span property="yui:type">Event.Facade</span>>
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Events inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="Widget.html#event_boundingBoxChange">
<a class="" href="Widget.html#event_boundingBoxChange" property="yui:name" title="boundingBoxChange">boundingBoxChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_contentBoxChange">
<a class="" href="Widget.html#event_contentBoxChange" property="yui:name" title="contentBoxChange">contentBoxChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_disabledChange">
<a class="" href="Widget.html#event_disabledChange" property="yui:name" title="disabledChange">disabledChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_focusedChange">
<a class="" href="Widget.html#event_focusedChange" property="yui:name" title="focusedChange">focusedChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_heightChange">
<a class="" href="Widget.html#event_heightChange" property="yui:name" title="heightChange">heightChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_localeChange">
<a class="" href="Widget.html#event_localeChange" property="yui:name" title="localeChange">localeChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_moveStylesChange">
<a class="" href="Widget.html#event_moveStylesChange" property="yui:name" title="moveStylesChange">moveStylesChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_renderedChange">
<a class="" href="Widget.html#event_renderedChange" property="yui:name" title="renderedChange">renderedChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_stringsChange">
<a class="" href="Widget.html#event_stringsChange" property="yui:name" title="stringsChange">stringsChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_tabIndexChange">
<a class="" href="Widget.html#event_tabIndexChange" property="yui:name" title="tabIndexChange">tabIndexChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_visibleChange">
<a class="" href="Widget.html#event_visibleChange" property="yui:name" title="visibleChange">visibleChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_widget:contentUpdate">
<a class="" href="Widget.html#event_widget:contentUpdate" property="yui:name" title="widget:contentUpdate">widget:contentUpdate</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_widget:render">
<a class="" href="Widget.html#event_widget:render" property="yui:name" title="widget:render">widget:render</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_widthChange">
<a class="" href="Widget.html#event_widthChange" property="yui:name" title="widthChange">widthChange</a><span class="">,</span>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="Base.html#event_destroy">
<a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Base.html#event_destroyedChange">
<a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Base.html#event_init">
<a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Base.html#event_initializedChange">
<a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:attributes" resource="#configattributes">
<div class="section field details">
<h3 id="configattributes">Configuration Attributes</h3>
<div class="content">
<div class="" rel="yui:attribute" resource="#config_collapsed">
<h4><a name="config_collapsed">collapsed</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Controls the collapsed state of the Console
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_consoleLimit">
<h4><a name="config_consoleLimit">consoleLimit</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Maximum number of Console entries allowed in the Console body at one
time. This is used to keep acquired messages from exploding the
DOM tree and impacting page performance.
</div>
</div>
<div class="default">
Default Value: 300
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_defaultCategory">
<h4><a name="config_defaultCategory">defaultCategory</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
If a category is not specified in the Y.log(..) statement, this
category will be used. Categories "info",
"warn", and "error" are also called log level.
</div>
</div>
<div class="default">
Default Value: "info"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_defaultSource">
<h4><a name="config_defaultSource">defaultSource</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
If a source is not specified in the Y.log(..) statement, this
source will be used.
</div>
</div>
<div class="default">
Default Value: "global"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_entryTemplate">
<h4><a name="config_entryTemplate">entryTemplate</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Markup template used to create the DOM structure for Console entries.
</div>
</div>
<div class="default">
Default Value: Console.ENTRY_TEMPLATE
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_height">
<h4><a name="config_height">height</a>
<code>- <span property="yui:type">{String | Number}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String with units, or number, representing the height of the Console,
inclusive of header and footer. If a number is provided, the default
unit, defined by Widget's DEF_UNIT, property is used.
</div>
</div>
<div class="default">
Default Value: "300px"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_lastTime">
<h4><a name="config_lastTime">lastTime</a>
<code>- <span property="yui:type">Date</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The precise time the last entry was logged. Used to measure elapsed
time between log messages.
</div>
</div>
<div class="default">
Default Value: The moment the console module is <code>use</code>d
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_logEvent">
<h4><a name="config_logEvent">logEvent</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Name of the custom event that will communicate log messages.
</div>
</div>
<div class="default">
Default Value: "yui:log"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_logLevel">
<h4><a name="config_logLevel">logLevel</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Minimum entry log level to render into the Console. The initial
logLevel value for all Console instances defaults from the
Y.config.logLevel YUI configuration, or Console.LOG_LEVEL_INFO if
that configuration is not set.
Possible values are "info", "warn",
"error" (case insensitive), or their corresponding statics
Console.LOG_LEVEL_INFO and so on.
</div>
</div>
<div class="default">
Default Value: Y.config.logLevel or Console.LOG_LEVEL_INFO
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_logSource">
<h4><a name="config_logSource">logSource</a>
<code>- <span property="yui:type">EventTarget</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object that will emit the log events. By default the YUI instance.
To have a single Console capture events from all YUI instances, set
this to the Y.Global object.
</div>
</div>
<div class="default">
Default Value: Y
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_newestOnTop">
<h4><a name="config_newestOnTop">newestOnTop</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
New entries should display at the top of the Console or the bottom?
</div>
</div>
<div class="default">
Default Value: true
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_paused">
<h4><a name="config_paused">paused</a>
<code>- <span property="yui:type">boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Boolean to pause the outputting of new messages to the console.
When paused, messages will accumulate in the buffer.
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_printLimit">
<h4><a name="config_printLimit">printLimit</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Maximum number of entries printed in each iteration of the print
loop. This is used to prevent excessive logging locking the page UI.
</div>
</div>
<div class="default">
Default Value: 50
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_printTimeout">
<h4><a name="config_printTimeout">printTimeout</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Millisecond timeout between iterations of the print loop, moving
entries from the buffer to the UI.
</div>
</div>
<div class="default">
Default Value: 100
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_scrollIntoView">
<h4><a name="config_scrollIntoView">scrollIntoView</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
When new entries are added to the Console UI, should they be
scrolled into view?
</div>
</div>
<div class="default">
Default Value: true
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_startTime">
<h4><a name="config_startTime">startTime</a>
<code>- <span property="yui:type">Date</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The baseline time for this Console instance, used to measure elapsed
time from the moment the console module is <code>use</code>d to the
moment each new entry is logged (not rendered).
This value is reset by the instance method myConsole.reset().
</div>
</div>
<div class="default">
Default Value: The moment the console module is <code>use</code>d
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_strings">
<h4><a name="config_strings">strings</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Collection of strings used to label elements in the Console UI.
Default collection contains the following name:value pairs:
<ul>
<li>title : "Log Console"</li>
<li>pause : "Pause"</li>
<li>clear : "Clear"</li>
<li>collapse : "Collapse"</li>
<li>expand : "Expand"</li>
</ul>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_style">
<h4><a name="config_style">style</a>
<code>- <span property="yui:type">{String}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Allows the Console to flow in the document. Available values are
'inline', 'block', and 'separate' (the default).
</div>
</div>
<div class="default">
Default Value: 'separate'
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_useBrowserConsole">
<h4><a name="config_useBrowserConsole">useBrowserConsole</a>
<code>- <span property="yui:type">{Boolean}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Pass through to the YUI instance useBrowserConsole configuration.
By default this is set to false, which will disable logging to the
browser console when a Console instance is created. If the
logSource is not a YUI instance, this has no effect.
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_width">
<h4><a name="config_width">width</a>
<code>- <span property="yui:type">{String | Number}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String with units, or number, representing the width of the Console.
If a number is provided, the default unit, defined by Widget's
DEF_UNIT, property is used.
</div>
</div>
<div class="default">
Default Value: "300px"
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Configuration attributes inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="Widget.html#config_boundingBox">
<a class="" href="Widget.html#config_boundingBox" property="yui:name" title="boundingBox">boundingBox</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_contentBox">
<a class="" href="Widget.html#config_contentBox" property="yui:name" title="contentBox">contentBox</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_disabled">
<a class="" href="Widget.html#config_disabled" property="yui:name" title="disabled">disabled</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_focused">
<a class="" href="Widget.html#config_focused" property="yui:name" title="focused">focused</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_height">
<a class="" href="Widget.html#config_height" property="yui:name" title="height">height</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_locale">
<a class="" href="Widget.html#config_locale" property="yui:name" title="locale">locale</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_moveStyles">
<a class="" href="Widget.html#config_moveStyles" property="yui:name" title="moveStyles">moveStyles</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_rendered">
<a class="" href="Widget.html#config_rendered" property="yui:name" title="rendered">rendered</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_strings">
<a class="" href="Widget.html#config_strings" property="yui:name" title="strings">strings</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_tabIndex">
<a class="" href="Widget.html#config_tabIndex" property="yui:name" title="tabIndex">tabIndex</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_visible">
<a class="" href="Widget.html#config_visible" property="yui:name" title="visible">visible</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_width">
<a class="" href="Widget.html#config_width" property="yui:name" title="width">width</a><span class="">,</span>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="Base.html#config_destroyed">
<a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Base.html#config_initialized">
<a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span>
</span>
</code>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div id="moduleList" class="module">
<h4>Modules</h4>
<ul class="content">
<li class=""><a href="module_anim.html" title="anim">anim</a></li>
<li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li>
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
<li class=""><a href="module_base.html" title="base">base</a></li>
<li class=""><a href="module_cache.html" title="cache">cache</a></li>
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
<li class=""><a href="module_collection.html" title="collection">collection</a></li>
<li class="selected"><a href="module_console.html" title="console">console</a></li>
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
<li class=""><a href="module_dd.html" title="dd">dd</a></li>
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
<li class=""><a href="module_dump.html" title="dump">dump</a></li>
<li class=""><a href="module_event.html" title="event">event</a></li>
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
<li class=""><a href="module_history.html" title="history">history</a></li>
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
<li class=""><a href="module_io.html" title="io">io</a></li>
<li class=""><a href="module_json.html" title="json">json</a></li>
<li class=""><a href="module_node.html" title="node">node</a></li>
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
<li class=""><a href="module_oop.html" title="oop">oop</a></li>
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
<li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li>
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
<li class=""><a href="module_test.html" title="test">test</a></li>
<li class=""><a href="module_widget.html" title="widget">widget</a></li>
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
<li class=""><a href="module_yui.html" title="yui">yui</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class="selected"><a href="Console.html" title="Console">Console</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="console.js.html" title="console.js">console.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="protected"><a href="#property__body" title="_body">_body</a></li>
<li class="protected"><a href="#property__evtCat" title="_evtCat">_evtCat</a></li>
<li class="protected"><a href="#property__foot" title="_foot">_foot</a></li>
<li class="protected"><a href="#property__head" title="_head">_head</a></li>
<li class="protected"><a href="#property__printLoop" title="_printLoop">_printLoop</a></li>
<li class="protected"><a href="#property_buffer" title="buffer">buffer</a></li>
<li class=""><a href="#property_Console.ATTRS" title="Console.ATTRS">Console.ATTRS</a></li>
<li class=""><a href="#property_Console.BODY_TEMPLATE" title="Console.BODY_TEMPLATE">Console.BODY_TEMPLATE</a></li>
<li class=""><a href="#property_Console.CHROME_CLASSES" title="Console.CHROME_CLASSES">Console.CHROME_CLASSES</a></li>
<li class=""><a href="#property_Console.ENTRY_CLASSES" title="Console.ENTRY_CLASSES">Console.ENTRY_CLASSES</a></li>
<li class=""><a href="#property_Console.ENTRY_TEMPLATE" title="Console.ENTRY_TEMPLATE">Console.ENTRY_TEMPLATE</a></li>
<li class=""><a href="#property_Console.FOOTER_TEMPLATE" title="Console.FOOTER_TEMPLATE">Console.FOOTER_TEMPLATE</a></li>
<li class=""><a href="#property_Console.HEADER_TEMPLATE" title="Console.HEADER_TEMPLATE">Console.HEADER_TEMPLATE</a></li>
<li class=""><a href="#property_Console.LOG_LEVEL_ERROR" title="Console.LOG_LEVEL_ERROR">Console.LOG_LEVEL_ERROR</a></li>
<li class=""><a href="#property_Console.LOG_LEVEL_INFO" title="Console.LOG_LEVEL_INFO">Console.LOG_LEVEL_INFO</a></li>
<li class=""><a href="#property_Console.LOG_LEVEL_WARN" title="Console.LOG_LEVEL_WARN">Console.LOG_LEVEL_WARN</a></li>
<li class=""><a href="#property_Console.NAME" title="Console.NAME">Console.NAME</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="protected"><a href="#method__afterCollapsedChange" title="_afterCollapsedChange">_afterCollapsedChange</a></li>
<li class="protected"><a href="#method__afterConsoleLimitChange" title="_afterConsoleLimitChange">_afterConsoleLimitChange</a></li>
<li class="protected"><a href="#method__afterPausedChange" title="_afterPausedChange">_afterPausedChange</a></li>
<li class="protected"><a href="#method__afterStringsChange" title="_afterStringsChange">_afterStringsChange</a></li>
<li class="protected"><a href="#method__afterVisibleChange" title="_afterVisibleChange">_afterVisibleChange</a></li>
<li class="protected"><a href="#method__cancelPrintLoop" title="_cancelPrintLoop">_cancelPrintLoop</a></li>
<li class="protected"><a href="#method__createEntryHTML" title="_createEntryHTML">_createEntryHTML</a></li>
<li class="protected"><a href="#method__defEntryFn" title="_defEntryFn">_defEntryFn</a></li>
<li class="protected"><a href="#method__defResetFn" title="_defResetFn">_defResetFn</a></li>
<li class="protected"><a href="#method__encodeHTML" title="_encodeHTML">_encodeHTML</a></li>
<li class="protected"><a href="#method__htmlEscapeMessage" title="_htmlEscapeMessage">_htmlEscapeMessage</a></li>
<li class="protected"><a href="#method__initBody" title="_initBody">_initBody</a></li>
<li class="protected"><a href="#method__initFoot" title="_initFoot">_initFoot</a></li>
<li class="protected"><a href="#method__initHead" title="_initHead">_initHead</a></li>
<li class="protected"><a href="#method__isInLogLevel" title="_isInLogLevel">_isInLogLevel</a></li>
<li class="protected"><a href="#method__normalizeMessage" title="_normalizeMessage">_normalizeMessage</a></li>
<li class="protected"><a href="#method__onClearClick" title="_onClearClick">_onClearClick</a></li>
<li class="protected"><a href="#method__onCollapseClick" title="_onCollapseClick">_onCollapseClick</a></li>
<li class="protected"><a href="#method__onLogEvent" title="_onLogEvent">_onLogEvent</a></li>
<li class="protected"><a href="#method__onPauseClick" title="_onPauseClick">_onPauseClick</a></li>
<li class="protected"><a href="#method__schedulePrint" title="_schedulePrint">_schedulePrint</a></li>
<li class="protected"><a href="#method__setLogLevel" title="_setLogLevel">_setLogLevel</a></li>
<li class="protected"><a href="#method__trimOldEntries" title="_trimOldEntries">_trimOldEntries</a></li>
<li class="protected"><a href="#method__uiSetHeight" title="_uiSetHeight">_uiSetHeight</a></li>
<li class="protected"><a href="#method__uiUpdateCollapsed" title="_uiUpdateCollapsed">_uiUpdateCollapsed</a></li>
<li class="protected"><a href="#method__uiUpdateFromHideShow" title="_uiUpdateFromHideShow">_uiUpdateFromHideShow</a></li>
<li class="protected"><a href="#method__uiUpdatePaused" title="_uiUpdatePaused">_uiUpdatePaused</a></li>
<li class="protected"><a href="#method__validateStyle" title="_validateStyle">_validateStyle</a></li>
<li class="protected"><a href="#method_bindUI" title="bindUI">bindUI</a></li>
<li class=""><a href="#method_clearConsole" title="clearConsole">clearConsole</a></li>
<li class=""><a href="#method_collapse" title="collapse">collapse</a></li>
<li class="protected"><a href="#method_destructor" title="destructor">destructor</a></li>
<li class=""><a href="#method_expand" title="expand">expand</a></li>
<li class="protected"><a href="#method_initializer" title="initializer">initializer</a></li>
<li class=""><a href="#method_log" title="log">log</a></li>
<li class=""><a href="#method_printBuffer" title="printBuffer">printBuffer</a></li>
<li class="protected"><a href="#method_renderUI" title="renderUI">renderUI</a></li>
<li class=""><a href="#method_reset" title="reset">reset</a></li>
<li class=""><a href="#method_scrollToLatest" title="scrollToLatest">scrollToLatest</a></li>
<li class=""><a href="#method_syncUI" title="syncUI">syncUI</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_collapsedChange" title="collapsedChange">collapsedChange</a></li>
<li class=""><a href="#event_consoleLimitChange" title="consoleLimitChange">consoleLimitChange</a></li>
<li class=""><a href="#event_defaultCategoryChange" title="defaultCategoryChange">defaultCategoryChange</a></li>
<li class=""><a href="#event_defaultSourceChange" title="defaultSourceChange">defaultSourceChange</a></li>
<li class=""><a href="#event_entry" title="entry">entry</a></li>
<li class=""><a href="#event_entryTemplateChange" title="entryTemplateChange">entryTemplateChange</a></li>
<li class=""><a href="#event_heightChange" title="heightChange">heightChange</a></li>
<li class=""><a href="#event_lastTimeChange" title="lastTimeChange">lastTimeChange</a></li>
<li class=""><a href="#event_logEventChange" title="logEventChange">logEventChange</a></li>
<li class=""><a href="#event_logLevelChange" title="logLevelChange">logLevelChange</a></li>
<li class=""><a href="#event_logSourceChange" title="logSourceChange">logSourceChange</a></li>
<li class=""><a href="#event_newestOnTopChange" title="newestOnTopChange">newestOnTopChange</a></li>
<li class=""><a href="#event_pausedChange" title="pausedChange">pausedChange</a></li>
<li class=""><a href="#event_printLimitChange" title="printLimitChange">printLimitChange</a></li>
<li class=""><a href="#event_printTimeoutChange" title="printTimeoutChange">printTimeoutChange</a></li>
<li class=""><a href="#event_reset" title="reset">reset</a></li>
<li class=""><a href="#event_scrollIntoViewChange" title="scrollIntoViewChange">scrollIntoViewChange</a></li>
<li class=""><a href="#event_startTimeChange" title="startTimeChange">startTimeChange</a></li>
<li class=""><a href="#event_stringsChange" title="stringsChange">stringsChange</a></li>
<li class=""><a href="#event_styleChange" title="styleChange">styleChange</a></li>
<li class=""><a href="#event_useBrowserConsoleChange" title="useBrowserConsoleChange">useBrowserConsoleChange</a></li>
<li class=""><a href="#event_widthChange" title="widthChange">widthChange</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_collapsed" title="collapsed">collapsed</a></li>
<li class=""><a href="#config_consoleLimit" title="consoleLimit">consoleLimit</a></li>
<li class=""><a href="#config_defaultCategory" title="defaultCategory">defaultCategory</a></li>
<li class=""><a href="#config_defaultSource" title="defaultSource">defaultSource</a></li>
<li class=""><a href="#config_entryTemplate" title="entryTemplate">entryTemplate</a></li>
<li class=""><a href="#config_height" title="height">height</a></li>
<li class=""><a href="#config_lastTime" title="lastTime">lastTime</a></li>
<li class=""><a href="#config_logEvent" title="logEvent">logEvent</a></li>
<li class=""><a href="#config_logLevel" title="logLevel">logLevel</a></li>
<li class=""><a href="#config_logSource" title="logSource">logSource</a></li>
<li class=""><a href="#config_newestOnTop" title="newestOnTop">newestOnTop</a></li>
<li class=""><a href="#config_paused" title="paused">paused</a></li>
<li class=""><a href="#config_printLimit" title="printLimit">printLimit</a></li>
<li class=""><a href="#config_printTimeout" title="printTimeout">printTimeout</a></li>
<li class=""><a href="#config_scrollIntoView" title="scrollIntoView">scrollIntoView</a></li>
<li class=""><a href="#config_startTime" title="startTime">startTime</a></li>
<li class=""><a href="#config_strings" title="strings">strings</a></li>
<li class=""><a href="#config_style" title="style">style</a></li>
<li class=""><a href="#config_useBrowserConsole" title="useBrowserConsole">useBrowserConsole</a></li>
<li class=""><a href="#config_width" title="width">width</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright © 2009 Yahoo! Inc. All rights reserved.
</div>
</div>
<script type="text/javascript">
ALL_YUI_PROPS = [{"access": "protected", "host": "Console", "name": "_afterCollapsedChange", "url": "Console.html#method__afterCollapsedChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterConsoleLimitChange", "url": "Console.html#method__afterConsoleLimitChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterPausedChange", "url": "Console.html#method__afterPausedChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterStringsChange", "url": "Console.html#method__afterStringsChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "_afterVisibleChange", "url": "Console.html#method__afterVisibleChange", "type": "method"}, {"access": "protected", "host": "Console", "name": "bindUI", "url": "Console.html#method_bindUI", "type": "method"}, {"access": "protected", "host": "Console", "name": "_body", "url": "Console.html#property__body", "type": "property"}, {"access": "protected", "host": "Console", "name": "buffer", "url": "Console.html#property_buffer", "type": "property"}, {"access": "protected", "host": "Console", "name": "_cancelPrintLoop", "url": "Console.html#method__cancelPrintLoop", "type": "method"}, {"access": "", "host": "Console", "name": "clearConsole", "url": "Console.html#method_clearConsole", "type": "method"}, {"access": "", "host": "Console", "name": "collapse", "url": "Console.html#method_collapse", "type": "method"}, {"access": "", "host": "Console", "name": "collapsed", "url": "Console.html#config_collapsed", "type": "config"}, {"access": "", "host": "Console", "name": "collapsedChange", "url": "Console.html#event_collapsedChange", "type": "event"}, {"access": "", "host": "Console", "name": "Console.ATTRS", "url": "Console.html#property_Console.ATTRS", "type": "property"}, {"access": "", "host": "Console", "name": "Console.BODY_TEMPLATE", "url": "Console.html#property_Console.BODY_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "Console.CHROME_CLASSES", "url": "Console.html#property_Console.CHROME_CLASSES", "type": "property"}, {"access": "", "host": "Console", "name": "Console.ENTRY_CLASSES", "url": "Console.html#property_Console.ENTRY_CLASSES", "type": "property"}, {"access": "", "host": "Console", "name": "Console.ENTRY_TEMPLATE", "url": "Console.html#property_Console.ENTRY_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "Console.FOOTER_TEMPLATE", "url": "Console.html#property_Console.FOOTER_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "Console.HEADER_TEMPLATE", "url": "Console.html#property_Console.HEADER_TEMPLATE", "type": "property"}, {"access": "", "host": "Console", "name": "consoleLimit", "url": "Console.html#config_consoleLimit", "type": "config"}, {"access": "", "host": "Console", "name": "consoleLimitChange", "url": "Console.html#event_consoleLimitChange", "type": "event"}, {"access": "", "host": "Console", "name": "Console.LOG_LEVEL_ERROR", "url": "Console.html#property_Console.LOG_LEVEL_ERROR", "type": "property"}, {"access": "", "host": "Console", "name": "Console.LOG_LEVEL_INFO", "url": "Console.html#property_Console.LOG_LEVEL_INFO", "type": "property"}, {"access": "", "host": "Console", "name": "Console.LOG_LEVEL_WARN", "url": "Console.html#property_Console.LOG_LEVEL_WARN", "type": "property"}, {"access": "", "host": "Console", "name": "Console.NAME", "url": "Console.html#property_Console.NAME", "type": "property"}, {"access": "protected", "host": "Console", "name": "_createEntryHTML", "url": "Console.html#method__createEntryHTML", "type": "method"}, {"access": "", "host": "Console", "name": "defaultCategory", "url": "Console.html#config_defaultCategory", "type": "config"}, {"access": "", "host": "Console", "name": "defaultCategoryChange", "url": "Console.html#event_defaultCategoryChange", "type": "event"}, {"access": "", "host": "Console", "name": "defaultSource", "url": "Console.html#config_defaultSource", "type": "config"}, {"access": "", "host": "Console", "name": "defaultSourceChange", "url": "Console.html#event_defaultSourceChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_defEntryFn", "url": "Console.html#method__defEntryFn", "type": "method"}, {"access": "protected", "host": "Console", "name": "_defResetFn", "url": "Console.html#method__defResetFn", "type": "method"}, {"access": "protected", "host": "Console", "name": "destructor", "url": "Console.html#method_destructor", "type": "method"}, {"access": "protected", "host": "Console", "name": "_encodeHTML", "url": "Console.html#method__encodeHTML", "type": "method"}, {"access": "", "host": "Console", "name": "entry", "url": "Console.html#event_entry", "type": "event"}, {"access": "", "host": "Console", "name": "entryTemplate", "url": "Console.html#config_entryTemplate", "type": "config"}, {"access": "", "host": "Console", "name": "entryTemplateChange", "url": "Console.html#event_entryTemplateChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_evtCat", "url": "Console.html#property__evtCat", "type": "property"}, {"access": "", "host": "Console", "name": "expand", "url": "Console.html#method_expand", "type": "method"}, {"access": "protected", "host": "Console", "name": "_foot", "url": "Console.html#property__foot", "type": "property"}, {"access": "protected", "host": "Console", "name": "_head", "url": "Console.html#property__head", "type": "property"}, {"access": "", "host": "Console", "name": "height", "url": "Console.html#config_height", "type": "config"}, {"access": "", "host": "Console", "name": "heightChange", "url": "Console.html#event_heightChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_htmlEscapeMessage", "url": "Console.html#method__htmlEscapeMessage", "type": "method"}, {"access": "protected", "host": "Console", "name": "_initBody", "url": "Console.html#method__initBody", "type": "method"}, {"access": "protected", "host": "Console", "name": "_initFoot", "url": "Console.html#method__initFoot", "type": "method"}, {"access": "protected", "host": "Console", "name": "_initHead", "url": "Console.html#method__initHead", "type": "method"}, {"access": "protected", "host": "Console", "name": "initializer", "url": "Console.html#method_initializer", "type": "method"}, {"access": "protected", "host": "Console", "name": "_isInLogLevel", "url": "Console.html#method__isInLogLevel", "type": "method"}, {"access": "", "host": "Console", "name": "lastTime", "url": "Console.html#config_lastTime", "type": "config"}, {"access": "", "host": "Console", "name": "lastTimeChange", "url": "Console.html#event_lastTimeChange", "type": "event"}, {"access": "", "host": "Console", "name": "log", "url": "Console.html#method_log", "type": "method"}, {"access": "", "host": "Console", "name": "logEvent", "url": "Console.html#config_logEvent", "type": "config"}, {"access": "", "host": "Console", "name": "logEventChange", "url": "Console.html#event_logEventChange", "type": "event"}, {"access": "", "host": "Console", "name": "logLevel", "url": "Console.html#config_logLevel", "type": "config"}, {"access": "", "host": "Console", "name": "logLevelChange", "url": "Console.html#event_logLevelChange", "type": "event"}, {"access": "", "host": "Console", "name": "logSource", "url": "Console.html#config_logSource", "type": "config"}, {"access": "", "host": "Console", "name": "logSourceChange", "url": "Console.html#event_logSourceChange", "type": "event"}, {"access": "", "host": "Console", "name": "newestOnTop", "url": "Console.html#config_newestOnTop", "type": "config"}, {"access": "", "host": "Console", "name": "newestOnTopChange", "url": "Console.html#event_newestOnTopChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_normalizeMessage", "url": "Console.html#method__normalizeMessage", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onClearClick", "url": "Console.html#method__onClearClick", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onCollapseClick", "url": "Console.html#method__onCollapseClick", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onLogEvent", "url": "Console.html#method__onLogEvent", "type": "method"}, {"access": "protected", "host": "Console", "name": "_onPauseClick", "url": "Console.html#method__onPauseClick", "type": "method"}, {"access": "", "host": "Console", "name": "paused", "url": "Console.html#config_paused", "type": "config"}, {"access": "", "host": "Console", "name": "pausedChange", "url": "Console.html#event_pausedChange", "type": "event"}, {"access": "", "host": "Console", "name": "printBuffer", "url": "Console.html#method_printBuffer", "type": "method"}, {"access": "", "host": "Console", "name": "printLimit", "url": "Console.html#config_printLimit", "type": "config"}, {"access": "", "host": "Console", "name": "printLimitChange", "url": "Console.html#event_printLimitChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_printLoop", "url": "Console.html#property__printLoop", "type": "property"}, {"access": "", "host": "Console", "name": "printTimeout", "url": "Console.html#config_printTimeout", "type": "config"}, {"access": "", "host": "Console", "name": "printTimeoutChange", "url": "Console.html#event_printTimeoutChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "renderUI", "url": "Console.html#method_renderUI", "type": "method"}, {"access": "", "host": "Console", "name": "reset", "url": "Console.html#method_reset", "type": "method"}, {"access": "", "host": "Console", "name": "reset", "url": "Console.html#event_reset", "type": "event"}, {"access": "protected", "host": "Console", "name": "_schedulePrint", "url": "Console.html#method__schedulePrint", "type": "method"}, {"access": "", "host": "Console", "name": "scrollIntoView", "url": "Console.html#config_scrollIntoView", "type": "config"}, {"access": "", "host": "Console", "name": "scrollIntoViewChange", "url": "Console.html#event_scrollIntoViewChange", "type": "event"}, {"access": "", "host": "Console", "name": "scrollToLatest", "url": "Console.html#method_scrollToLatest", "type": "method"}, {"access": "protected", "host": "Console", "name": "_setLogLevel", "url": "Console.html#method__setLogLevel", "type": "method"}, {"access": "", "host": "Console", "name": "startTime", "url": "Console.html#config_startTime", "type": "config"}, {"access": "", "host": "Console", "name": "startTimeChange", "url": "Console.html#event_startTimeChange", "type": "event"}, {"access": "", "host": "Console", "name": "strings", "url": "Console.html#config_strings", "type": "config"}, {"access": "", "host": "Console", "name": "stringsChange", "url": "Console.html#event_stringsChange", "type": "event"}, {"access": "", "host": "Console", "name": "style", "url": "Console.html#config_style", "type": "config"}, {"access": "", "host": "Console", "name": "styleChange", "url": "Console.html#event_styleChange", "type": "event"}, {"access": "", "host": "Console", "name": "syncUI", "url": "Console.html#method_syncUI", "type": "method"}, {"access": "protected", "host": "Console", "name": "_trimOldEntries", "url": "Console.html#method__trimOldEntries", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiSetHeight", "url": "Console.html#method__uiSetHeight", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiUpdateCollapsed", "url": "Console.html#method__uiUpdateCollapsed", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiUpdateFromHideShow", "url": "Console.html#method__uiUpdateFromHideShow", "type": "method"}, {"access": "protected", "host": "Console", "name": "_uiUpdatePaused", "url": "Console.html#method__uiUpdatePaused", "type": "method"}, {"access": "", "host": "Console", "name": "useBrowserConsole", "url": "Console.html#config_useBrowserConsole", "type": "config"}, {"access": "", "host": "Console", "name": "useBrowserConsoleChange", "url": "Console.html#event_useBrowserConsoleChange", "type": "event"}, {"access": "protected", "host": "Console", "name": "_validateStyle", "url": "Console.html#method__validateStyle", "type": "method"}, {"access": "", "host": "Console", "name": "width", "url": "Console.html#config_width", "type": "config"}, {"access": "", "host": "Console", "name": "widthChange", "url": "Console.html#event_widthChange", "type": "event"}];
</script>
</body>
</html>