Files
Phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.widget.Dialog.html
2011-02-16 16:09:48 +01:00

2576 lines
189 KiB
HTML

<!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: container YAHOO.widget.Dialog (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>Container&nbsp; <span class="subtitle">2.8.2r1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
&gt; <a href="./module_container.html" title="container">container</a>
&gt; YAHOO.widget.Dialog
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
&nbsp;
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form 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">YAHOO.widget.Dialog</b>
<span class="extends">
- extends <a href="YAHOO.widget.Panel.html" title="YAHOO.widget.Panel">YAHOO.widget.Panel</a>
</span>
</h2>
<!-- class tree goes here -->
<dl class="subclasses" rel="yui:subclasses">
<dt>Known Subclasses:</dt>
<dd>
<span rel="yui:subclass" resource="YAHOO.widget.SimpleDialog.html">
<a href="YAHOO.widget.SimpleDialog.html" property="yui:name" title="YAHOO.widget.SimpleDialog">YAHOO.widget.SimpleDialog</a>
</span>
</dd>
</dl>
<div class="summary description" property="yui:description">
<p>
Dialog is an implementation of Panel that can be used to submit form
data.
</p>
<p>
Built-in functionality for buttons with event handlers is included.
If the optional YUI Button dependancy is included on the page, the buttons
created will be instances of YAHOO.widget.Button, otherwise regular HTML buttons
will be created.
</p>
<p>
Forms can be processed in 3 ways -- via an asynchronous Connection utility call,
a simple form POST or GET, or manually. The YUI Connection utility should be
included if you're using the default "async" postmethod, but is not required if
you're using any of the other postmethod values.
</p>
</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">YAHOO.widget.Dialog</strong>
<code>
(
el
,
userConfig
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The element ID representing the Dialog <em>OR</em></span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element representing the Dialog</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">userConfig</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> The configuration object literal containing
the configuration that should be set for this Dialog. See configuration
documentation for more details.</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="" rel="yui:property" resource="#property_callback">
<h4><a name="property_callback" property="yui:name">callback</a>
- <code><span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The internally maintained callback object for use with the
Connection utility. The format of the callback object is
similar to Connection Manager's callback object and is
simply passed through to Connection Manager when the async
request is made.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_callback.argument">
<h4><a name="property_callback.argument" property="yui:name">callback.argument</a>
- <code><span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The arbitraty argument or arguments to pass to the Connection
callback functions
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_callback.failure">
<h4><a name="property_callback.failure" property="yui:name">callback.failure</a>
- <code><span property="yui:type">Function</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The function to execute upon failure of the
Connection submission
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_callback.success">
<h4><a name="property_callback.success" property="yui:name">callback.success</a>
- <code><span property="yui:type">Function</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The function to execute upon success of the
Connection submission (when the form does not
contain a file input element).
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_callback.upload">
<h4><a name="property_callback.upload" property="yui:name">callback.upload</a>
- <code><span property="yui:type">Function</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
<p>
The function to execute upon success of the
Connection submission, when the form contains
a file input element.
</p>
<p>
<em>NOTE:</em> Connection manager will not
invoke the success or failure handlers for the file
upload use case. This will be the only callback
handler invoked.
</p>
<p>
For more information, see the <a href="http://developer.yahoo.com/yui/connection/#file">
Connection Manager documenation on file uploads</a>.
</p>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DEFAULT_CONFIG">
<h4><a name="property_DEFAULT_CONFIG" property="yui:name">DEFAULT_CONFIG</a>
- <code>private final <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Constant representing the Dialog's configuration properties
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_EVENT_TYPES">
<h4><a name="property_EVENT_TYPES" property="yui:name">EVENT_TYPES</a>
- <code>private final <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Constant representing the name of the Dialog's events
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_form">
<h4><a name="property_form" property="yui:name">form</a>
- <code><span property="yui:type"><a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/
level-one-html.html#ID-40002357">HTMLFormElement</a></span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object reference to the Dialog's
<code>&#60;form&#62;</code> element.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_YAHOO.widget.Dialog.CSS_DIALOG">
<h4><a name="property_YAHOO.widget.Dialog.CSS_DIALOG" property="yui:name">YAHOO.widget.Dialog.CSS_DIALOG</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Constant representing the default CSS class used for a Dialog
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Panel.html">
<h4>Properties inherited from <a href="YAHOO.widget.Panel.html" property="yui:name" title="YAHOO.widget.Panel">YAHOO.widget.Panel</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.widget.Panel.html#property_dd">
<a class="" href="YAHOO.widget.Panel.html#property_dd" property="yui:name" title="dd">dd</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Panel.html#property_DEFAULT_CONFIG">
<a class="private" href="YAHOO.widget.Panel.html#property_DEFAULT_CONFIG" property="yui:name" title="DEFAULT_CONFIG">DEFAULT_CONFIG</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Panel.html#property_EVENT_TYPES">
<a class="private" href="YAHOO.widget.Panel.html#property_EVENT_TYPES" property="yui:name" title="EVENT_TYPES">EVENT_TYPES</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Module.html">
<h4>Properties inherited from <a href="YAHOO.widget.Module.html" property="yui:name" title="YAHOO.widget.Module">YAHOO.widget.Module</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_body">
<a class="" href="YAHOO.widget.Module.html#property_body" property="yui:name" title="body">body</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_browser">
<a class=" deprecated" href="YAHOO.widget.Module.html#property_browser" property="yui:name" title="browser">browser</a><span class=" deprecated">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_cfg">
<a class="" href="YAHOO.widget.Module.html#property_cfg" property="yui:name" title="cfg">cfg</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_contructor">
<a class="" href="YAHOO.widget.Module.html#property_contructor" property="yui:name" title="contructor">contructor</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_DEFAULT_CONFIG">
<a class="private" href="YAHOO.widget.Module.html#property_DEFAULT_CONFIG" property="yui:name" title="DEFAULT_CONFIG">DEFAULT_CONFIG</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_element">
<a class="" href="YAHOO.widget.Module.html#property_element" property="yui:name" title="element">element</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_EVENT_TYPES">
<a class="private" href="YAHOO.widget.Module.html#property_EVENT_TYPES" property="yui:name" title="EVENT_TYPES">EVENT_TYPES</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_footer">
<a class="" href="YAHOO.widget.Module.html#property_footer" property="yui:name" title="footer">footer</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_header">
<a class="" href="YAHOO.widget.Module.html#property_header" property="yui:name" title="header">header</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_id">
<a class="" href="YAHOO.widget.Module.html#property_id" property="yui:name" title="id">id</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_imageRoot">
<a class=" deprecated" href="YAHOO.widget.Module.html#property_imageRoot" property="yui:name" title="imageRoot">imageRoot</a><span class=" deprecated">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_isSecure">
<a class="" href="YAHOO.widget.Module.html#property_isSecure" property="yui:name" title="isSecure">isSecure</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Module.html#property_platform">
<a class="" href="YAHOO.widget.Module.html#property_platform" property="yui:name" title="platform">platform</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Overlay.html">
<h4>Properties inherited from <a href="YAHOO.widget.Overlay.html" property="yui:name" title="YAHOO.widget.Overlay">YAHOO.widget.Overlay</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.widget.Overlay.html#property_CONTEXT_TRIGGERS">
<a class="" href="YAHOO.widget.Overlay.html#property_CONTEXT_TRIGGERS" property="yui:name" title="CONTEXT_TRIGGERS">CONTEXT_TRIGGERS</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Overlay.html#property_DEFAULT_CONFIG">
<a class="private" href="YAHOO.widget.Overlay.html#property_DEFAULT_CONFIG" property="yui:name" title="DEFAULT_CONFIG">DEFAULT_CONFIG</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Overlay.html#property_EVENT_TYPES">
<a class="private" href="YAHOO.widget.Overlay.html#property_EVENT_TYPES" property="yui:name" title="EVENT_TYPES">EVENT_TYPES</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.Overlay.html#property_YAHOO.widget.Overlay._initialized">
<a class="private" href="YAHOO.widget.Overlay.html#property_YAHOO.widget.Overlay._initialized" property="yui:name" title="YAHOO.widget.Overlay._initialized">YAHOO.widget.Overlay._initialized</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__doClose">
<h4>
<a name="method__doClose">_doClose</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_doClose</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Event handler for the close icon
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">DOMEvent</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__getButton">
<h4>
<a name="method__getButton">_getButton</a></h4>
<div class="detail" >
<code>
private
YAHOO.widget.Button|HTMLElement
<strong property="yui:name">_getButton</strong>
(
button
)
</code>
<div class="description" property="yui:description">
Helper method to normalize button references. It either returns the
YUI Button instance for the given element if found,
or the passes back the HTMLElement reference if a corresponding YUI Button
reference is not found or YAHOO.widget.Button does not exist on the page.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">button</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__getFormAttributes">
<h4>
<a name="method__getFormAttributes">_getFormAttributes</a></h4>
<div class="detail" >
<code>
protected
Object
<strong property="yui:name">_getFormAttributes</strong>
(
oForm
)
</code>
<div class="description" property="yui:description">
Retrieves important attributes (currently method and action) from
the form element, accounting for any elements which may have the same name
as the attributes. Defaults to "POST" and "" for method and action respectively
if the attribute cannot be retrieved.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oForm</span>
&lt;<span property="yui:type">HTMLFormElement</span>&gt;
</code>
<span property="yui:description"> The HTML Form element from which to retrieve the attributes</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo">Object literal, with method and action String properties.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__submitHandler">
<h4>
<a name="method__submitHandler">_submitHandler</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_submitHandler</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Internal handler for the form submit event
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">DOMEvent</span>&gt;
</code>
<span property="yui:description"> The DOM Event object</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_blurButtons">
<h4>
<a name="method_blurButtons">blurButtons</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">blurButtons</strong>
(
)
</code>
<div class="description" property="yui:description">
Blurs all the buttons defined via the "buttons"
configuration property.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cancel">
<h4>
<a name="method_cancel">cancel</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cancel</strong>
(
)
</code>
<div class="description" property="yui:description">
Executes the cancel of the Dialog followed by a hide.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configButtons">
<h4>
<a name="method_configButtons">configButtons</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configButtons</strong>
(
type
,
args
,
obj
)
</code>
<div class="description" property="yui:description">
The default event handler for the "buttons" configuration property
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">type</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The CustomEvent type (usually the property name)</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">args</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> The CustomEvent arguments. For configuration
handlers, args[0] will equal the newly applied value for the property.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">obj</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> The scope object. For configuration handlers,
this will usually equal the owner.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configClose">
<h4>
<a name="method_configClose">configClose</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configClose</strong>
(
type
,
args
,
obj
)
</code>
<div class="description" property="yui:description">
The default event handler fired when the "close" property is
changed. The method controls the appending or hiding of the close
icon at the top right of the Dialog.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">type</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The CustomEvent type (usually the property name)</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">args</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> The CustomEvent arguments. For
configuration handlers, args[0] will equal the newly applied value
for the property.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">obj</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> The scope object. For configuration handlers,
this will usually equal the owner.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_configPostMethod">
<h4>
<a name="method_configPostMethod">configPostMethod</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configPostMethod</strong>
(
type
,
args
,
obj
)
</code>
<div class="description" property="yui:description">
The default event handler for the "postmethod" configuration property
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">type</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The CustomEvent type (usually the property name)</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">args</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> The CustomEvent arguments. For
configuration handlers, args[0] will equal the newly applied value
for the property.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">obj</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> The scope object. For configuration handlers,
this will usually equal the owner.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_destroy">
<h4>
<a name="method_destroy">destroy</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">destroy</strong>
(
)
</code>
<div class="description" property="yui:description">
Removes the Panel element from the DOM and sets all child elements
to null.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_doSubmit">
<h4>
<a name="method_doSubmit">doSubmit</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">doSubmit</strong>
(
)
</code>
<div class="description" property="yui:description">
Submits the Dialog's form depending on the value of the
"postmethod" configuration property. <strong>Please note:
</strong> As of version 2.3 this method will automatically handle
asyncronous file uploads should the Dialog instance's form contain
<code>&#60;input type="file"&#62;</code> elements. If a Dialog
instance will be handling asyncronous file uploads, its
<code>callback</code> property will need to be setup with a
<code>upload</code> handler rather than the standard
<code>success</code> and, or <code>failure</code> handlers. For more
information, see the <a href="http://developer.yahoo.com/yui/
connection/#file">Connection Manager documenation on file uploads</a>.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusDefaultButton">
<h4>
<a name="method_focusDefaultButton">focusDefaultButton</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusDefaultButton</strong>
(
)
</code>
<div class="description" property="yui:description">
Sets the focus to the button that is designated as the default via
the "buttons" configuration property. By default, this method is
called when the Dialog is made visible.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusFirst">
<h4>
<a name="method_focusFirst">focusFirst</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusFirst</strong>
(
)
</code>
<div class="description" property="yui:description">
<p>
Sets focus to the first focusable element in the Dialog's form if found,
else, the default button if found, else the first button defined via the
"buttons" configuration property.
</p>
<p>
This method is invoked when the Dialog is made visible.
</p>
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusFirstButton">
<h4>
<a name="method_focusFirstButton">focusFirstButton</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusFirstButton</strong>
(
)
</code>
<div class="description" property="yui:description">
Sets the focus to the first button created via the "buttons"
configuration property.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusLast">
<h4>
<a name="method_focusLast">focusLast</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusLast</strong>
(
)
</code>
<div class="description" property="yui:description">
Sets focus to the last element in the Dialog's form or the last
button defined via the "buttons" configuration property.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusLastButton">
<h4>
<a name="method_focusLastButton">focusLastButton</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusLastButton</strong>
(
)
</code>
<div class="description" property="yui:description">
Sets the focus to the last button created via the "buttons"
configuration property.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getButtons">
<h4>
<a name="method_getButtons">getButtons</a></h4>
<div class="detail" >
<code>
Array
<strong property="yui:name">getButtons</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns an array containing each of the Dialog's
buttons, by default an array of HTML <code>&#60;BUTTON&#62;</code>
elements. If the Dialog's buttons were created using the
YAHOO.widget.Button class (via the inclusion of the optional Button
dependancy on the page), an array of YAHOO.widget.Button instances
is returned.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getData">
<h4>
<a name="method_getData">getData</a></h4>
<div class="detail" >
<code>
Object
<strong property="yui:name">getData</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns a JSON-compatible data structure representing the data
currently contained in the form.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo">A JSON object reprsenting the data of the
current form.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_init">
<h4>
<a name="method_init">init</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">init</strong>
(
el
,
userConfig
)
</code>
<div class="description" property="yui:description">
The Dialog initialization method, which is executed for Dialog and
all of its subclasses. This method is automatically called by the
constructor, and sets up all DOM references for pre-existing markup,
and creates required markup if it is not already present.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The element ID representing the Dialog <em>OR</em></span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element representing the Dialog</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">userConfig</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> The configuration object literal
containing the configuration that should be set for this Dialog.
See configuration documentation for more details.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initDefaultConfig">
<h4>
<a name="method_initDefaultConfig">initDefaultConfig</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initDefaultConfig</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes the class's configurable properties which can be changed
using the Dialog's Config object (cfg).
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initEvents">
<h4>
<a name="method_initEvents">initEvents</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initEvents</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes the custom events for Dialog which are fired
automatically at appropriate times by the Dialog class.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_registerForm">
<h4>
<a name="method_registerForm">registerForm</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">registerForm</strong>
(
)
</code>
<div class="description" property="yui:description">
Prepares the Dialog's internal FORM object, creating one if one is
not currently present.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setFirstLastFocusable">
<h4>
<a name="method_setFirstLastFocusable">setFirstLastFocusable</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setFirstLastFocusable</strong>
(
)
</code>
<div class="description" property="yui:description">
Configures instance properties, pointing to the
first and last focusable elements in the Dialog's form.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setTabLoop">
<h4>
<a name="method_setTabLoop">setTabLoop</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setTabLoop</strong>
(
firstElement
,
lastElement
)
</code>
<div class="description" property="yui:description">
Sets up a tab, shift-tab loop between the first and last elements
provided. NOTE: Sets up the preventBackTab and preventTabOut KeyListener
instance properties, which are reset everytime this method is invoked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">firstElement</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">lastElement</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_submit">
<h4>
<a name="method_submit">submit</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">submit</strong>
(
)
</code>
<div class="description" property="yui:description">
Executes a submit of the Dialog if validation
is successful. By default the Dialog is hidden
after submission, but you can set the "hideaftersubmit"
configuration property to false, to prevent the Dialog
from being hidden.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_toString">
<h4>
<a name="method_toString">toString</a></h4>
<div class="detail" >
<code>
String
<strong property="yui:name">toString</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns a string representation of the object.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
String
</code></dt>
<dd property="yui:returnInfo">The string representation of the Dialog</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_validate">
<h4>
<a name="method_validate">validate</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">validate</strong>
(
)
</code>
<div class="description" property="yui:description">
Built-in function hook for writing a validation function that will
be checked for a "true" value prior to a submit. This function, as
implemented by default, always returns true, so it should be
overridden if validation is necessary.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Panel.html">
<h4>Methods inherited from <a href="YAHOO.widget.Panel.html" property="yui:name" title="YAHOO.widget.Panel">YAHOO.widget.Panel</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__addFocusHandlers">
<a class="protected" href="YAHOO.widget.Panel.html#method__addFocusHandlers" property="yui:name" title="_addFocusHandlers">_addFocusHandlers</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__autoFillOnHeightChange">
<a class="protected" href="YAHOO.widget.Panel.html#method__autoFillOnHeightChange" property="yui:name" title="_autoFillOnHeightChange">_autoFillOnHeightChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__createHiddenFocusElement">
<a class="private" href="YAHOO.widget.Panel.html#method__createHiddenFocusElement" property="yui:name" title="_createHiddenFocusElement">_createHiddenFocusElement</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__doClose">
<a class="protected" href="YAHOO.widget.Panel.html#method__doClose" property="yui:name" title="_doClose">_doClose</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__onElementFocus">
<a class="private" href="YAHOO.widget.Panel.html#method__onElementFocus" property="yui:name" title="_onElementFocus">_onElementFocus</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__removeFocusHandlers">
<a class="protected" href="YAHOO.widget.Panel.html#method__removeFocusHandlers" property="yui:name" title="_removeFocusHandlers">_removeFocusHandlers</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__renderBody">
<a class="protected" href="YAHOO.widget.Panel.html#method__renderBody" property="yui:name" title="_renderBody">_renderBody</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__renderFooter">
<a class="protected" href="YAHOO.widget.Panel.html#method__renderFooter" property="yui:name" title="_renderFooter">_renderFooter</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method__renderHeader">
<a class="protected" href="YAHOO.widget.Panel.html#method__renderHeader" property="yui:name" title="_renderHeader">_renderHeader</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_buildMask">
<a class="" href="YAHOO.widget.Panel.html#method_buildMask" property="yui:name" title="buildMask">buildMask</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_buildWrapper">
<a class="" href="YAHOO.widget.Panel.html#method_buildWrapper" property="yui:name" title="buildWrapper">buildWrapper</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configClose">
<a class="" href="YAHOO.widget.Panel.html#method_configClose" property="yui:name" title="configClose">configClose</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configDraggable">
<a class="" href="YAHOO.widget.Panel.html#method_configDraggable" property="yui:name" title="configDraggable">configDraggable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configHeight">
<a class="" href="YAHOO.widget.Panel.html#method_configHeight" property="yui:name" title="configHeight">configHeight</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configKeyListeners">
<a class="" href="YAHOO.widget.Panel.html#method_configKeyListeners" property="yui:name" title="configKeyListeners">configKeyListeners</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configModal">
<a class="" href="YAHOO.widget.Panel.html#method_configModal" property="yui:name" title="configModal">configModal</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configStrings">
<a class="" href="YAHOO.widget.Panel.html#method_configStrings" property="yui:name" title="configStrings">configStrings</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configUnderlay">
<a class="" href="YAHOO.widget.Panel.html#method_configUnderlay" property="yui:name" title="configUnderlay">configUnderlay</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configWidth">
<a class="" href="YAHOO.widget.Panel.html#method_configWidth" property="yui:name" title="configWidth">configWidth</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_configzIndex">
<a class="" href="YAHOO.widget.Panel.html#method_configzIndex" property="yui:name" title="configzIndex">configzIndex</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_destroy">
<a class="" href="YAHOO.widget.Panel.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_focusFirst">
<a class="" href="YAHOO.widget.Panel.html#method_focusFirst" property="yui:name" title="focusFirst">focusFirst</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_focusLast">
<a class="" href="YAHOO.widget.Panel.html#method_focusLast" property="yui:name" title="focusLast">focusLast</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_forceUnderlayRedraw">
<a class="" href="YAHOO.widget.Panel.html#method_forceUnderlayRedraw" property="yui:name" title="forceUnderlayRedraw">forceUnderlayRedraw</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_getFocusableElements">
<a class="" href="YAHOO.widget.Panel.html#method_getFocusableElements" property="yui:name" title="getFocusableElements">getFocusableElements</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_hideMask">
<a class="" href="YAHOO.widget.Panel.html#method_hideMask" property="yui:name" title="hideMask">hideMask</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_init">
<a class="" href="YAHOO.widget.Panel.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_initDefaultConfig">
<a class="" href="YAHOO.widget.Panel.html#method_initDefaultConfig" property="yui:name" title="initDefaultConfig">initDefaultConfig</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_initEvents">
<a class="" href="YAHOO.widget.Panel.html#method_initEvents" property="yui:name" title="initEvents">initEvents</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_registerDragDrop">
<a class="" href="YAHOO.widget.Panel.html#method_registerDragDrop" property="yui:name" title="registerDragDrop">registerDragDrop</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_removeMask">
<a class="" href="YAHOO.widget.Panel.html#method_removeMask" property="yui:name" title="removeMask">removeMask</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_render">
<a class="" href="YAHOO.widget.Panel.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_setFirstLastFocusable">
<a class="" href="YAHOO.widget.Panel.html#method_setFirstLastFocusable" property="yui:name" title="setFirstLastFocusable">setFirstLastFocusable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_setTabLoop">
<a class="" href="YAHOO.widget.Panel.html#method_setTabLoop" property="yui:name" title="setTabLoop">setTabLoop</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_showMask">
<a class="" href="YAHOO.widget.Panel.html#method_showMask" property="yui:name" title="showMask">showMask</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_sizeMask">
<a class="" href="YAHOO.widget.Panel.html#method_sizeMask" property="yui:name" title="sizeMask">sizeMask</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_sizeUnderlay">
<a class="" href="YAHOO.widget.Panel.html#method_sizeUnderlay" property="yui:name" title="sizeUnderlay">sizeUnderlay</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_stackMask">
<a class="" href="YAHOO.widget.Panel.html#method_stackMask" property="yui:name" title="stackMask">stackMask</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Panel.html#method_toString">
<a class="" href="YAHOO.widget.Panel.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Module.html">
<h4>Methods inherited from <a href="YAHOO.widget.Module.html" property="yui:name" title="YAHOO.widget.Module">YAHOO.widget.Module</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method__addToParent">
<a class="protected" href="YAHOO.widget.Module.html#method__addToParent" property="yui:name" title="_addToParent">_addToParent</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method__initResizeMonitor">
<a class="protected" href="YAHOO.widget.Module.html#method__initResizeMonitor" property="yui:name" title="_initResizeMonitor">_initResizeMonitor</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method__renderBody">
<a class="protected" href="YAHOO.widget.Module.html#method__renderBody" property="yui:name" title="_renderBody">_renderBody</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method__renderFooter">
<a class="protected" href="YAHOO.widget.Module.html#method__renderFooter" property="yui:name" title="_renderFooter">_renderFooter</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method__renderHeader">
<a class="protected" href="YAHOO.widget.Module.html#method__renderHeader" property="yui:name" title="_renderHeader">_renderHeader</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method__supportsCWResize">
<a class="private" href="YAHOO.widget.Module.html#method__supportsCWResize" property="yui:name" title="_supportsCWResize">_supportsCWResize</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_appendToBody">
<a class="" href="YAHOO.widget.Module.html#method_appendToBody" property="yui:name" title="appendToBody">appendToBody</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_appendToFooter">
<a class="" href="YAHOO.widget.Module.html#method_appendToFooter" property="yui:name" title="appendToFooter">appendToFooter</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_appendToHeader">
<a class="" href="YAHOO.widget.Module.html#method_appendToHeader" property="yui:name" title="appendToHeader">appendToHeader</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_configMonitorResize">
<a class="" href="YAHOO.widget.Module.html#method_configMonitorResize" property="yui:name" title="configMonitorResize">configMonitorResize</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_configVisible">
<a class="" href="YAHOO.widget.Module.html#method_configVisible" property="yui:name" title="configVisible">configVisible</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_destroy">
<a class="" href="YAHOO.widget.Module.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_hide">
<a class="" href="YAHOO.widget.Module.html#method_hide" property="yui:name" title="hide">hide</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_init">
<a class="" href="YAHOO.widget.Module.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_initDefaultConfig">
<a class="" href="YAHOO.widget.Module.html#method_initDefaultConfig" property="yui:name" title="initDefaultConfig">initDefaultConfig</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_initEvents">
<a class="" href="YAHOO.widget.Module.html#method_initEvents" property="yui:name" title="initEvents">initEvents</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_initResizeMonitor">
<a class="" href="YAHOO.widget.Module.html#method_initResizeMonitor" property="yui:name" title="initResizeMonitor">initResizeMonitor</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_onDomResize">
<a class="" href="YAHOO.widget.Module.html#method_onDomResize" property="yui:name" title="onDomResize">onDomResize</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_render">
<a class="" href="YAHOO.widget.Module.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_setBody">
<a class="" href="YAHOO.widget.Module.html#method_setBody" property="yui:name" title="setBody">setBody</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_setFooter">
<a class="" href="YAHOO.widget.Module.html#method_setFooter" property="yui:name" title="setFooter">setFooter</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_setHeader">
<a class="" href="YAHOO.widget.Module.html#method_setHeader" property="yui:name" title="setHeader">setHeader</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_show">
<a class="" href="YAHOO.widget.Module.html#method_show" property="yui:name" title="show">show</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Module.html#method_toString">
<a class="" href="YAHOO.widget.Module.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Overlay.html">
<h4>Methods inherited from <a href="YAHOO.widget.Overlay.html" property="yui:name" title="YAHOO.widget.Overlay">YAHOO.widget.Overlay</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__alignOnTrigger">
<a class="protected" href="YAHOO.widget.Overlay.html#method__alignOnTrigger" property="yui:name" title="_alignOnTrigger">_alignOnTrigger</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__autoFillOnHeightChange">
<a class="protected" href="YAHOO.widget.Overlay.html#method__autoFillOnHeightChange" property="yui:name" title="_autoFillOnHeightChange">_autoFillOnHeightChange</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__findTriggerCE">
<a class="private" href="YAHOO.widget.Overlay.html#method__findTriggerCE" property="yui:name" title="_findTriggerCE">_findTriggerCE</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__getComputedHeight">
<a class="private" href="YAHOO.widget.Overlay.html#method__getComputedHeight" property="yui:name" title="_getComputedHeight">_getComputedHeight</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__getConstrainedPos">
<a class="protected" href="YAHOO.widget.Overlay.html#method__getConstrainedPos" property="yui:name" title="_getConstrainedPos">_getConstrainedPos</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__getPreciseHeight">
<a class="private" href="YAHOO.widget.Overlay.html#method__getPreciseHeight" property="yui:name" title="_getPreciseHeight">_getPreciseHeight</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__preventOverlap">
<a class="protected" href="YAHOO.widget.Overlay.html#method__preventOverlap" property="yui:name" title="_preventOverlap">_preventOverlap</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__primeXYFromDOM">
<a class="protected" href="YAHOO.widget.Overlay.html#method__primeXYFromDOM" property="yui:name" title="_primeXYFromDOM">_primeXYFromDOM</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__processTriggers">
<a class="protected" href="YAHOO.widget.Overlay.html#method__processTriggers" property="yui:name" title="_processTriggers">_processTriggers</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__setDomVisibility">
<a class="protected" href="YAHOO.widget.Overlay.html#method__setDomVisibility" property="yui:name" title="_setDomVisibility">_setDomVisibility</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method__validateAutoFillHeight">
<a class="protected" href="YAHOO.widget.Overlay.html#method__validateAutoFillHeight" property="yui:name" title="_validateAutoFillHeight">_validateAutoFillHeight</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_align">
<a class="" href="YAHOO.widget.Overlay.html#method_align" property="yui:name" title="align">align</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_bringToTop">
<a class="" href="YAHOO.widget.Overlay.html#method_bringToTop" property="yui:name" title="bringToTop">bringToTop</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_center">
<a class="" href="YAHOO.widget.Overlay.html#method_center" property="yui:name" title="center">center</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configAutoFillHeight">
<a class="" href="YAHOO.widget.Overlay.html#method_configAutoFillHeight" property="yui:name" title="configAutoFillHeight">configAutoFillHeight</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configConstrainToViewport">
<a class="" href="YAHOO.widget.Overlay.html#method_configConstrainToViewport" property="yui:name" title="configConstrainToViewport">configConstrainToViewport</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configContext">
<a class="" href="YAHOO.widget.Overlay.html#method_configContext" property="yui:name" title="configContext">configContext</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configFixedCenter">
<a class="" href="YAHOO.widget.Overlay.html#method_configFixedCenter" property="yui:name" title="configFixedCenter">configFixedCenter</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configHeight">
<a class="" href="YAHOO.widget.Overlay.html#method_configHeight" property="yui:name" title="configHeight">configHeight</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configIframe">
<a class="" href="YAHOO.widget.Overlay.html#method_configIframe" property="yui:name" title="configIframe">configIframe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configVisible">
<a class="" href="YAHOO.widget.Overlay.html#method_configVisible" property="yui:name" title="configVisible">configVisible</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configWidth">
<a class="" href="YAHOO.widget.Overlay.html#method_configWidth" property="yui:name" title="configWidth">configWidth</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configX">
<a class="" href="YAHOO.widget.Overlay.html#method_configX" property="yui:name" title="configX">configX</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configXY">
<a class="" href="YAHOO.widget.Overlay.html#method_configXY" property="yui:name" title="configXY">configXY</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configY">
<a class="" href="YAHOO.widget.Overlay.html#method_configY" property="yui:name" title="configY">configY</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_configzIndex">
<a class="" href="YAHOO.widget.Overlay.html#method_configzIndex" property="yui:name" title="configzIndex">configzIndex</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_destroy">
<a class="" href="YAHOO.widget.Overlay.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_doCenterOnDOMEvent">
<a class="" href="YAHOO.widget.Overlay.html#method_doCenterOnDOMEvent" property="yui:name" title="doCenterOnDOMEvent">doCenterOnDOMEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_enforceConstraints">
<a class="" href="YAHOO.widget.Overlay.html#method_enforceConstraints" property="yui:name" title="enforceConstraints">enforceConstraints</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_fillHeight">
<a class="" href="YAHOO.widget.Overlay.html#method_fillHeight" property="yui:name" title="fillHeight">fillHeight</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_fitsInViewport">
<a class="" href="YAHOO.widget.Overlay.html#method_fitsInViewport" property="yui:name" title="fitsInViewport">fitsInViewport</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_forceContainerRedraw">
<a class="" href="YAHOO.widget.Overlay.html#method_forceContainerRedraw" property="yui:name" title="forceContainerRedraw">forceContainerRedraw</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_getConstrainedX">
<a class="" href="YAHOO.widget.Overlay.html#method_getConstrainedX" property="yui:name" title="getConstrainedX">getConstrainedX</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_getConstrainedXY">
<a class="" href="YAHOO.widget.Overlay.html#method_getConstrainedXY" property="yui:name" title="getConstrainedXY">getConstrainedXY</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_getConstrainedY">
<a class="" href="YAHOO.widget.Overlay.html#method_getConstrainedY" property="yui:name" title="getConstrainedY">getConstrainedY</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_hideIframe">
<a class="" href="YAHOO.widget.Overlay.html#method_hideIframe" property="yui:name" title="hideIframe">hideIframe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_hideMacGeckoScrollbars">
<a class="" href="YAHOO.widget.Overlay.html#method_hideMacGeckoScrollbars" property="yui:name" title="hideMacGeckoScrollbars">hideMacGeckoScrollbars</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_init">
<a class="" href="YAHOO.widget.Overlay.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_initDefaultConfig">
<a class="" href="YAHOO.widget.Overlay.html#method_initDefaultConfig" property="yui:name" title="initDefaultConfig">initDefaultConfig</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_initEvents">
<a class="" href="YAHOO.widget.Overlay.html#method_initEvents" property="yui:name" title="initEvents">initEvents</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_moveTo">
<a class="" href="YAHOO.widget.Overlay.html#method_moveTo" property="yui:name" title="moveTo">moveTo</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_onDomResize">
<a class="" href="YAHOO.widget.Overlay.html#method_onDomResize" property="yui:name" title="onDomResize">onDomResize</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_showIframe">
<a class="" href="YAHOO.widget.Overlay.html#method_showIframe" property="yui:name" title="showIframe">showIframe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_showMacGeckoScrollbars">
<a class="" href="YAHOO.widget.Overlay.html#method_showMacGeckoScrollbars" property="yui:name" title="showMacGeckoScrollbars">showMacGeckoScrollbars</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_stackIframe">
<a class="" href="YAHOO.widget.Overlay.html#method_stackIframe" property="yui:name" title="stackIframe">stackIframe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_syncIframe">
<a class="" href="YAHOO.widget.Overlay.html#method_syncIframe" property="yui:name" title="syncIframe">syncIframe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_syncPosition">
<a class="" href="YAHOO.widget.Overlay.html#method_syncPosition" property="yui:name" title="syncPosition">syncPosition</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.Overlay.html#method_toString">
<a class="" href="YAHOO.widget.Overlay.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_asyncSubmitEvent">
<h4>
<a name="event_asyncSubmitEvent">asyncSubmitEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">asyncSubmitEvent</strong>
(
conn
)
</code>
<div class="description" property="yui:description">
CustomEvent fired after asynchronous submission, before the generic submit event is fired
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">conn</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> The connection object, returned by YAHOO.util.Connect.asyncRequest</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeSubmitEvent">
<h4>
<a name="event_beforeSubmitEvent">beforeSubmitEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeSubmitEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
CustomEvent fired prior to submission
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cancelEvent">
<h4>
<a name="event_cancelEvent">cancelEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cancelEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
CustomEvent fired after cancel
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_formSubmitEvent">
<h4>
<a name="event_formSubmitEvent">formSubmitEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">formSubmitEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
CustomEvent fired after form-based submission, before the generic submit event is fired
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_manualSubmitEvent">
<h4>
<a name="event_manualSubmitEvent">manualSubmitEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">manualSubmitEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
CustomEvent fired for manual submission, before the generic submit event is fired
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_submitEvent">
<h4>
<a name="event_submitEvent">submitEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">submitEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
CustomEvent fired after submission
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Panel.html">
<h4>Events inherited from <a href="YAHOO.widget.Panel.html" property="yui:name" title="YAHOO.widget.Panel">YAHOO.widget.Panel</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="YAHOO.widget.Panel.html#event_dragEvent">
<a class="" href="YAHOO.widget.Panel.html#event_dragEvent" property="yui:name" title="dragEvent">dragEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Panel.html#event_hideMaskEvent">
<a class="" href="YAHOO.widget.Panel.html#event_hideMaskEvent" property="yui:name" title="hideMaskEvent">hideMaskEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Panel.html#event_showMaskEvent">
<a class="" href="YAHOO.widget.Panel.html#event_showMaskEvent" property="yui:name" title="showMaskEvent">showMaskEvent</a><span class="">,</span>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Module.html">
<h4>Events inherited from <a href="YAHOO.widget.Module.html" property="yui:name" title="YAHOO.widget.Module">YAHOO.widget.Module</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_appendEvent">
<a class="" href="YAHOO.widget.Module.html#event_appendEvent" property="yui:name" title="appendEvent">appendEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_beforeHideEvent">
<a class="" href="YAHOO.widget.Module.html#event_beforeHideEvent" property="yui:name" title="beforeHideEvent">beforeHideEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_beforeInitEvent">
<a class="" href="YAHOO.widget.Module.html#event_beforeInitEvent" property="yui:name" title="beforeInitEvent">beforeInitEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_beforeRenderEvent">
<a class="" href="YAHOO.widget.Module.html#event_beforeRenderEvent" property="yui:name" title="beforeRenderEvent">beforeRenderEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_beforeShowEvent">
<a class="" href="YAHOO.widget.Module.html#event_beforeShowEvent" property="yui:name" title="beforeShowEvent">beforeShowEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_changeBodyEvent">
<a class="" href="YAHOO.widget.Module.html#event_changeBodyEvent" property="yui:name" title="changeBodyEvent">changeBodyEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_changeContentEvent">
<a class="" href="YAHOO.widget.Module.html#event_changeContentEvent" property="yui:name" title="changeContentEvent">changeContentEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_changeFooterEvent">
<a class="" href="YAHOO.widget.Module.html#event_changeFooterEvent" property="yui:name" title="changeFooterEvent">changeFooterEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_changeHeaderEvent">
<a class="" href="YAHOO.widget.Module.html#event_changeHeaderEvent" property="yui:name" title="changeHeaderEvent">changeHeaderEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_destroyEvent">
<a class="" href="YAHOO.widget.Module.html#event_destroyEvent" property="yui:name" title="destroyEvent">destroyEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_hideEvent">
<a class="" href="YAHOO.widget.Module.html#event_hideEvent" property="yui:name" title="hideEvent">hideEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_initEvent">
<a class="" href="YAHOO.widget.Module.html#event_initEvent" property="yui:name" title="initEvent">initEvent</a>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_renderEvent">
<a class="" href="YAHOO.widget.Module.html#event_renderEvent" property="yui:name" title="renderEvent">renderEvent</a>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_showEvent">
<a class="" href="YAHOO.widget.Module.html#event_showEvent" property="yui:name" title="showEvent">showEvent</a>
</span>
<span rel="yui:event" resource="YAHOO.widget.Module.html#event_YAHOO.widget.Module.textResizeEvent">
<a class="" href="YAHOO.widget.Module.html#event_YAHOO.widget.Module.textResizeEvent" property="yui:name" title="YAHOO.widget.Module.textResizeEvent">YAHOO.widget.Module.textResizeEvent</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Overlay.html">
<h4>Events inherited from <a href="YAHOO.widget.Overlay.html" property="yui:name" title="YAHOO.widget.Overlay">YAHOO.widget.Overlay</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="YAHOO.widget.Overlay.html#event_beforeMoveEvent">
<a class="" href="YAHOO.widget.Overlay.html#event_beforeMoveEvent" property="yui:name" title="beforeMoveEvent">beforeMoveEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Overlay.html#event_moveEvent">
<a class="" href="YAHOO.widget.Overlay.html#event_moveEvent" property="yui:name" title="moveEvent">moveEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Overlay.html#event_YAHOO.widget.Overlay.windowResizeEvent">
<a class="" href="YAHOO.widget.Overlay.html#event_YAHOO.widget.Overlay.windowResizeEvent" property="yui:name" title="YAHOO.widget.Overlay.windowResizeEvent">YAHOO.widget.Overlay.windowResizeEvent</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.Overlay.html#event_YAHOO.widget.Overlay.windowScrollEvent">
<a class="" href="YAHOO.widget.Overlay.html#event_YAHOO.widget.Overlay.windowScrollEvent" property="yui:name" title="YAHOO.widget.Overlay.windowScrollEvent">YAHOO.widget.Overlay.windowScrollEvent</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_buttons">
<h4><a name="config_buttons">buttons</a>
<code>- <span property="yui:type">{Array|String}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Array of object literals, each containing a set of properties
defining a button to be appended into the Dialog's footer.
<p>Each button object in the buttons array can have three properties:</p>
<dl>
<dt>text:</dt>
<dd>
The text that will display on the face of the button. The text can
include HTML, as long as it is compliant with HTML Button specifications.
</dd>
<dt>handler:</dt>
<dd>Can be either:
<ol>
<li>A reference to a function that should fire when the
button is clicked. (In this case scope of this function is
always its Dialog instance.)</li>
<li>An object literal representing the code to be
executed when the button is clicked.
<p>Format:</p>
<p>
<code>{
<br>
<strong>fn:</strong> Function, &#47;&#47;
The handler to call when the event fires.
<br>
<strong>obj:</strong> Object, &#47;&#47;
An object to pass back to the handler.
<br>
<strong>scope:</strong> Object &#47;&#47;
The object to use for the scope of the handler.
<br>
}</code>
</p>
</li>
</ol>
</dd>
<dt>isDefault:</dt>
<dd>
An optional boolean value that specifies that a button
should be highlighted and focused by default.
</dd>
</dl>
<em>NOTE:</em>If the YUI Button Widget is included on the page,
the buttons created will be instances of YAHOO.widget.Button.
Otherwise, HTML Buttons (<code>&#60;BUTTON&#62;</code>) will be
created.
</div>
</div>
<div class="default">
Default Value: "none"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_hideaftersubmit">
<h4><a name="config_hideaftersubmit">hideaftersubmit</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
This property is used to configure whether or not the
dialog should be automatically hidden after submit.
</div>
</div>
<div class="default">
Default Value: true
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_postdata">
<h4><a name="config_postdata">postdata</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Any additional post data which needs to be sent when using the
<a href="#config_postmethod">async</a> postmethod for dialog POST submissions.
The format for the post data string is defined by Connection Manager's
<a href="YAHOO.util.Connect.html#method_asyncRequest">asyncRequest</a>
method.
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_postmethod">
<h4><a name="config_postmethod">postmethod</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The method to use for posting the Dialog's form. Possible values
are "async", "form", and "manual".
</div>
</div>
<div class="default">
Default Value: async
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Panel.html">
<h4>Configuration attributes inherited from <a href="YAHOO.widget.Panel.html" property="yui:name" title="YAHOO.widget.Panel">YAHOO.widget.Panel</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_close">
<a class="" href="YAHOO.widget.Panel.html#config_close" property="yui:name" title="close">close</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_draggable">
<a class="" href="YAHOO.widget.Panel.html#config_draggable" property="yui:name" title="draggable">draggable</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_dragOnly">
<a class="" href="YAHOO.widget.Panel.html#config_dragOnly" property="yui:name" title="dragOnly">dragOnly</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_keylisteners">
<a class="" href="YAHOO.widget.Panel.html#config_keylisteners" property="yui:name" title="keylisteners">keylisteners</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_modal">
<a class="" href="YAHOO.widget.Panel.html#config_modal" property="yui:name" title="modal">modal</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_strings">
<a class="" href="YAHOO.widget.Panel.html#config_strings" property="yui:name" title="strings">strings</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Panel.html#config_underlay">
<a class="" href="YAHOO.widget.Panel.html#config_underlay" property="yui:name" title="underlay">underlay</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Module.html">
<h4>Configuration attributes inherited from <a href="YAHOO.widget.Module.html" property="yui:name" title="YAHOO.widget.Module">YAHOO.widget.Module</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="YAHOO.widget.Module.html#config_appendtodocumentbody">
<a class="" href="YAHOO.widget.Module.html#config_appendtodocumentbody" property="yui:name" title="appendtodocumentbody">appendtodocumentbody</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Module.html#config_effect">
<a class="" href="YAHOO.widget.Module.html#config_effect" property="yui:name" title="effect">effect</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Module.html#config_monitorresize">
<a class="" href="YAHOO.widget.Module.html#config_monitorresize" property="yui:name" title="monitorresize">monitorresize</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Module.html#config_visible">
<a class="" href="YAHOO.widget.Module.html#config_visible" property="yui:name" title="visible">visible</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.Overlay.html">
<h4>Configuration attributes inherited from <a href="YAHOO.widget.Overlay.html" property="yui:name" title="YAHOO.widget.Overlay">YAHOO.widget.Overlay</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_autofillheight">
<a class="" href="YAHOO.widget.Overlay.html#config_autofillheight" property="yui:name" title="autofillheight">autofillheight</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_constraintoviewport">
<a class="" href="YAHOO.widget.Overlay.html#config_constraintoviewport" property="yui:name" title="constraintoviewport">constraintoviewport</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_context">
<a class="" href="YAHOO.widget.Overlay.html#config_context" property="yui:name" title="context">context</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_fixedcenter">
<a class="" href="YAHOO.widget.Overlay.html#config_fixedcenter" property="yui:name" title="fixedcenter">fixedcenter</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_height">
<a class="" href="YAHOO.widget.Overlay.html#config_height" property="yui:name" title="height">height</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_iframe">
<a class="" href="YAHOO.widget.Overlay.html#config_iframe" property="yui:name" title="iframe">iframe</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_preventcontextoverlap">
<a class="" href="YAHOO.widget.Overlay.html#config_preventcontextoverlap" property="yui:name" title="preventcontextoverlap">preventcontextoverlap</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_width">
<a class="" href="YAHOO.widget.Overlay.html#config_width" property="yui:name" title="width">width</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_x">
<a class="" href="YAHOO.widget.Overlay.html#config_x" property="yui:name" title="x">x</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_xy">
<a class="" href="YAHOO.widget.Overlay.html#config_xy" property="yui:name" title="xy">xy</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_y">
<a class="" href="YAHOO.widget.Overlay.html#config_y" property="yui:name" title="y">y</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.Overlay.html#config_zIndex">
<a class="" href="YAHOO.widget.Overlay.html#config_zIndex" property="yui:name" title="zIndex">zIndex</a>
</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_animation.html" title="animation">animation</a></li>
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
<li class=""><a href="module_button.html" title="button">button</a></li>
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
<li class="selected"><a href="module_container.html" title="container">container</a></li>
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
<li class=""><a href="module_datatable.html" title="datatable">datatable</a></li>
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
<li class=""><a href="module_element.html" title="element">element</a></li>
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
<li class=""><a href="module_event.html" title="event">event</a></li>
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
<li class=""><a href="module_get.html" title="get">get</a></li>
<li class=""><a href="module_history.html" title="history">history</a></li>
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
<li class=""><a href="module_json.html" title="json">json</a></li>
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
<li class=""><a href="module_menu.html" title="menu">menu</a></li>
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
<li class=""><a href="module_swfstore.html" title="swfstore">swfstore</a></li>
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="YAHOO.util.Config.html" title="YAHOO.util.Config">YAHOO.util.Config</a></li>
<li class=""><a href="YAHOO.widget.ContainerEffect.html" title="YAHOO.widget.ContainerEffect">YAHOO.widget.ContainerEffect</a></li>
<li class="selected"><a href="YAHOO.widget.Dialog.html" title="YAHOO.widget.Dialog">YAHOO.widget.Dialog</a></li>
<li class=""><a href="YAHOO.widget.Module.html" title="YAHOO.widget.Module">YAHOO.widget.Module</a></li>
<li class=""><a href="YAHOO.widget.Overlay.html" title="YAHOO.widget.Overlay">YAHOO.widget.Overlay</a></li>
<li class=""><a href="YAHOO.widget.OverlayManager.html" title="YAHOO.widget.OverlayManager">YAHOO.widget.OverlayManager</a></li>
<li class=""><a href="YAHOO.widget.Panel.html" title="YAHOO.widget.Panel">YAHOO.widget.Panel</a></li>
<li class=""><a href="YAHOO.widget.SimpleDialog.html" title="YAHOO.widget.SimpleDialog">YAHOO.widget.SimpleDialog</a></li>
<li class=""><a href="YAHOO.widget.Tooltip.html" title="YAHOO.widget.Tooltip">YAHOO.widget.Tooltip</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="Config.js.html" title="Config.js">Config.js</a></li>
<li class=""><a href="ContainerEffect.js.html" title="ContainerEffect.js">ContainerEffect.js</a></li>
<li class=""><a href="Dialog.js.html" title="Dialog.js">Dialog.js</a></li>
<li class=""><a href="Module.js.html" title="Module.js">Module.js</a></li>
<li class=""><a href="Overlay.js.html" title="Overlay.js">Overlay.js</a></li>
<li class=""><a href="OverlayManager.js.html" title="OverlayManager.js">OverlayManager.js</a></li>
<li class=""><a href="Panel.js.html" title="Panel.js">Panel.js</a></li>
<li class=""><a href="SimpleDialog.js.html" title="SimpleDialog.js">SimpleDialog.js</a></li>
<li class=""><a href="Tooltip.js.html" title="Tooltip.js">Tooltip.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class=""><a href="#property_callback" title="callback">callback</a></li>
<li class=""><a href="#property_callback.argument" title="callback.argument">callback.argument</a></li>
<li class=""><a href="#property_callback.failure" title="callback.failure">callback.failure</a></li>
<li class=""><a href="#property_callback.success" title="callback.success">callback.success</a></li>
<li class=""><a href="#property_callback.upload" title="callback.upload">callback.upload</a></li>
<li class="private"><a href="#property_DEFAULT_CONFIG" title="DEFAULT_CONFIG">DEFAULT_CONFIG</a></li>
<li class="private"><a href="#property_EVENT_TYPES" title="EVENT_TYPES">EVENT_TYPES</a></li>
<li class=""><a href="#property_form" title="form">form</a></li>
<li class=""><a href="#property_YAHOO.widget.Dialog.CSS_DIALOG" title="YAHOO.widget.Dialog.CSS_DIALOG">YAHOO.widget.Dialog.CSS_DIALOG</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="protected"><a href="#method__doClose" title="_doClose">_doClose</a></li>
<li class="private"><a href="#method__getButton" title="_getButton">_getButton</a></li>
<li class="protected"><a href="#method__getFormAttributes" title="_getFormAttributes">_getFormAttributes</a></li>
<li class="protected"><a href="#method__submitHandler" title="_submitHandler">_submitHandler</a></li>
<li class=""><a href="#method_blurButtons" title="blurButtons">blurButtons</a></li>
<li class=""><a href="#method_cancel" title="cancel">cancel</a></li>
<li class=""><a href="#method_configButtons" title="configButtons">configButtons</a></li>
<li class=""><a href="#method_configClose" title="configClose">configClose</a></li>
<li class=""><a href="#method_configPostMethod" title="configPostMethod">configPostMethod</a></li>
<li class=""><a href="#method_destroy" title="destroy">destroy</a></li>
<li class=""><a href="#method_doSubmit" title="doSubmit">doSubmit</a></li>
<li class=""><a href="#method_focusDefaultButton" title="focusDefaultButton">focusDefaultButton</a></li>
<li class=""><a href="#method_focusFirst" title="focusFirst">focusFirst</a></li>
<li class=""><a href="#method_focusFirstButton" title="focusFirstButton">focusFirstButton</a></li>
<li class=""><a href="#method_focusLast" title="focusLast">focusLast</a></li>
<li class=""><a href="#method_focusLastButton" title="focusLastButton">focusLastButton</a></li>
<li class=""><a href="#method_getButtons" title="getButtons">getButtons</a></li>
<li class=""><a href="#method_getData" title="getData">getData</a></li>
<li class=""><a href="#method_init" title="init">init</a></li>
<li class=""><a href="#method_initDefaultConfig" title="initDefaultConfig">initDefaultConfig</a></li>
<li class=""><a href="#method_initEvents" title="initEvents">initEvents</a></li>
<li class=""><a href="#method_registerForm" title="registerForm">registerForm</a></li>
<li class=""><a href="#method_setFirstLastFocusable" title="setFirstLastFocusable">setFirstLastFocusable</a></li>
<li class=""><a href="#method_setTabLoop" title="setTabLoop">setTabLoop</a></li>
<li class=""><a href="#method_submit" title="submit">submit</a></li>
<li class=""><a href="#method_toString" title="toString">toString</a></li>
<li class=""><a href="#method_validate" title="validate">validate</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_asyncSubmitEvent" title="asyncSubmitEvent">asyncSubmitEvent</a></li>
<li class=""><a href="#event_beforeSubmitEvent" title="beforeSubmitEvent">beforeSubmitEvent</a></li>
<li class=""><a href="#event_cancelEvent" title="cancelEvent">cancelEvent</a></li>
<li class=""><a href="#event_formSubmitEvent" title="formSubmitEvent">formSubmitEvent</a></li>
<li class=""><a href="#event_manualSubmitEvent" title="manualSubmitEvent">manualSubmitEvent</a></li>
<li class=""><a href="#event_submitEvent" title="submitEvent">submitEvent</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_buttons" title="buttons">buttons</a></li>
<li class=""><a href="#config_hideaftersubmit" title="hideaftersubmit">hideaftersubmit</a></li>
<li class=""><a href="#config_postdata" title="postdata">postdata</a></li>
<li class=""><a href="#config_postmethod" title="postmethod">postmethod</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright &copy; 2010 Yahoo! Inc. All rights reserved.
</div>
</div>
<script type="text/javascript">
var ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.util.Config", "name": "addProperty", "url": "YAHOO.util.Config.html#method_addProperty", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "animateIn", "url": "YAHOO.widget.ContainerEffect.html#method_animateIn", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "animateOut", "url": "YAHOO.widget.ContainerEffect.html#method_animateOut", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "animClass", "url": "YAHOO.widget.ContainerEffect.html#property_animClass", "type": "property"}, {"access": "", "host": "YAHOO.util.Config", "name": "applyConfig", "url": "YAHOO.util.Config.html#method_applyConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "asyncSubmitEvent", "url": "YAHOO.widget.Dialog.html#event_asyncSubmitEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "attrIn", "url": "YAHOO.widget.ContainerEffect.html#property_attrIn", "type": "property"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "attrOut", "url": "YAHOO.widget.ContainerEffect.html#property_attrOut", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "beforeSubmitEvent", "url": "YAHOO.widget.Dialog.html#event_beforeSubmitEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "blurButtons", "url": "YAHOO.widget.Dialog.html#method_blurButtons", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "buttons", "url": "YAHOO.widget.Dialog.html#config_buttons", "type": "config"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "callback", "url": "YAHOO.widget.Dialog.html#property_callback", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "callback.argument", "url": "YAHOO.widget.Dialog.html#property_callback.argument", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "callback.failure", "url": "YAHOO.widget.Dialog.html#property_callback.failure", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "callback.success", "url": "YAHOO.widget.Dialog.html#property_callback.success", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "callback.upload", "url": "YAHOO.widget.Dialog.html#property_callback.upload", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "cancel", "url": "YAHOO.widget.Dialog.html#method_cancel", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "cancelEvent", "url": "YAHOO.widget.Dialog.html#event_cancelEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.Config", "name": "checkBoolean", "url": "YAHOO.util.Config.html#method_checkBoolean", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "checkNumber", "url": "YAHOO.util.Config.html#method_checkNumber", "type": "method"}, {"access": "private", "host": "YAHOO.util.Config", "name": "config", "url": "YAHOO.util.Config.html#property_config", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "configButtons", "url": "YAHOO.widget.Dialog.html#method_configButtons", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "configChangedEvent", "url": "YAHOO.util.Config.html#event_configChangedEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "configClose", "url": "YAHOO.widget.Dialog.html#method_configClose", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "configPostMethod", "url": "YAHOO.widget.Dialog.html#method_configPostMethod", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Dialog", "name": "DEFAULT_CONFIG", "url": "YAHOO.widget.Dialog.html#property_DEFAULT_CONFIG", "type": "property"}, {"access": "", "host": "YAHOO.util.Config", "name": "destroy", "url": "YAHOO.util.Config.html#method_destroy", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "destroy", "url": "YAHOO.widget.Dialog.html#method_destroy", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Dialog", "name": "_doClose", "url": "YAHOO.widget.Dialog.html#method__doClose", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "doSubmit", "url": "YAHOO.widget.Dialog.html#method_doSubmit", "type": "method"}, {"access": "private", "host": "YAHOO.util.Config", "name": "eventQueue", "url": "YAHOO.util.Config.html#property_eventQueue", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Dialog", "name": "EVENT_TYPES", "url": "YAHOO.widget.Dialog.html#property_EVENT_TYPES", "type": "property"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "FADE", "url": "YAHOO.widget.ContainerEffect.html#method_FADE", "type": "method"}, {"access": "private", "host": "YAHOO.util.Config", "name": "fireEvent", "url": "YAHOO.util.Config.html#method_fireEvent", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "fireQueue", "url": "YAHOO.util.Config.html#method_fireQueue", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "focusDefaultButton", "url": "YAHOO.widget.Dialog.html#method_focusDefaultButton", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "focusFirst", "url": "YAHOO.widget.Dialog.html#method_focusFirst", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "focusFirstButton", "url": "YAHOO.widget.Dialog.html#method_focusFirstButton", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "focusLast", "url": "YAHOO.widget.Dialog.html#method_focusLast", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "focusLastButton", "url": "YAHOO.widget.Dialog.html#method_focusLastButton", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "form", "url": "YAHOO.widget.Dialog.html#property_form", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "formSubmitEvent", "url": "YAHOO.widget.Dialog.html#event_formSubmitEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Dialog", "name": "_getButton", "url": "YAHOO.widget.Dialog.html#method__getButton", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "getButtons", "url": "YAHOO.widget.Dialog.html#method_getButtons", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "getConfig", "url": "YAHOO.util.Config.html#method_getConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "getData", "url": "YAHOO.widget.Dialog.html#method_getData", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Dialog", "name": "_getFormAttributes", "url": "YAHOO.widget.Dialog.html#method__getFormAttributes", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "getProperty", "url": "YAHOO.util.Config.html#method_getProperty", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "handleCompleteAnimateIn", "url": "YAHOO.widget.ContainerEffect.html#method_handleCompleteAnimateIn", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "handleCompleteAnimateOut", "url": "YAHOO.widget.ContainerEffect.html#method_handleCompleteAnimateOut", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "handleStartAnimateIn", "url": "YAHOO.widget.ContainerEffect.html#method_handleStartAnimateIn", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "handleStartAnimateOut", "url": "YAHOO.widget.ContainerEffect.html#method_handleStartAnimateOut", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "handleTweenAnimateIn", "url": "YAHOO.widget.ContainerEffect.html#method_handleTweenAnimateIn", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "handleTweenAnimateOut", "url": "YAHOO.widget.ContainerEffect.html#method_handleTweenAnimateOut", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "hideaftersubmit", "url": "YAHOO.widget.Dialog.html#config_hideaftersubmit", "type": "config"}, {"access": "", "host": "YAHOO.util.Config", "name": "init", "url": "YAHOO.util.Config.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "init", "url": "YAHOO.widget.ContainerEffect.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "init", "url": "YAHOO.widget.Dialog.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "initDefaultConfig", "url": "YAHOO.widget.Dialog.html#method_initDefaultConfig", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "initEvents", "url": "YAHOO.widget.Dialog.html#method_initEvents", "type": "method"}, {"access": "private", "host": "YAHOO.util.Config", "name": "initialConfig", "url": "YAHOO.util.Config.html#property_initialConfig", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "manualSubmitEvent", "url": "YAHOO.widget.Dialog.html#event_manualSubmitEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.Config", "name": "outputEventQueue", "url": "YAHOO.util.Config.html#method_outputEventQueue", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "overlay", "url": "YAHOO.widget.ContainerEffect.html#property_overlay", "type": "property"}, {"access": "", "host": "YAHOO.util.Config", "name": "owner", "url": "YAHOO.util.Config.html#property_owner", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "postdata", "url": "YAHOO.widget.Dialog.html#config_postdata", "type": "config"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "postmethod", "url": "YAHOO.widget.Dialog.html#config_postmethod", "type": "config"}, {"access": "", "host": "YAHOO.util.Config", "name": "queueInProgress", "url": "YAHOO.util.Config.html#property_queueInProgress", "type": "property"}, {"access": "", "host": "YAHOO.util.Config", "name": "queueProperty", "url": "YAHOO.util.Config.html#method_queueProperty", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "refireEvent", "url": "YAHOO.util.Config.html#method_refireEvent", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "refresh", "url": "YAHOO.util.Config.html#method_refresh", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "registerForm", "url": "YAHOO.widget.Dialog.html#method_registerForm", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "resetProperty", "url": "YAHOO.util.Config.html#method_resetProperty", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "setFirstLastFocusable", "url": "YAHOO.widget.Dialog.html#method_setFirstLastFocusable", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "setProperty", "url": "YAHOO.util.Config.html#method_setProperty", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "setTabLoop", "url": "YAHOO.widget.Dialog.html#method_setTabLoop", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "SLIDE", "url": "YAHOO.widget.ContainerEffect.html#method_SLIDE", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "submit", "url": "YAHOO.widget.Dialog.html#method_submit", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "submitEvent", "url": "YAHOO.widget.Dialog.html#event_submitEvent", "type": "event"}, {"access": "protected", "host": "YAHOO.widget.Dialog", "name": "_submitHandler", "url": "YAHOO.widget.Dialog.html#method__submitHandler", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "subscribeToConfigEvent", "url": "YAHOO.util.Config.html#method_subscribeToConfigEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "targetElement", "url": "YAHOO.widget.ContainerEffect.html#property_targetElement", "type": "property"}, {"access": "", "host": "YAHOO.util.Config", "name": "toString", "url": "YAHOO.util.Config.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.ContainerEffect", "name": "toString", "url": "YAHOO.widget.ContainerEffect.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "toString", "url": "YAHOO.widget.Dialog.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "unsubscribeFromConfigEvent", "url": "YAHOO.util.Config.html#method_unsubscribeFromConfigEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "validate", "url": "YAHOO.widget.Dialog.html#method_validate", "type": "method"}, {"access": "", "host": "YAHOO.util.Config", "name": "YAHOO.util.Config.alreadySubscribed", "url": "YAHOO.util.Config.html#method_YAHOO.util.Config.alreadySubscribed", "type": "method"}, {"access": "private", "host": "YAHOO.util.Config", "name": "YAHOO.util.Config.BOOLEAN_TYPE", "url": "YAHOO.util.Config.html#property_YAHOO.util.Config.BOOLEAN_TYPE", "type": "property"}, {"access": "private", "host": "YAHOO.util.Config", "name": "YAHOO.util.Config.CONFIG_CHANGED_EVENT", "url": "YAHOO.util.Config.html#property_YAHOO.util.Config.CONFIG_CHANGED_EVENT", "type": "property"}, {"access": "", "host": "YAHOO.widget.Dialog", "name": "YAHOO.widget.Dialog.CSS_DIALOG", "url": "YAHOO.widget.Dialog.html#property_YAHOO.widget.Dialog.CSS_DIALOG", "type": "property"}];
</script>
</body>
</html>