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

3989 lines
304 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: editor YAHOO.widget.Editor (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>editor&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_editor.html" title="editor">editor</a>
&gt; YAHOO.widget.Editor
<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.Editor</b>
<span class="extends">
- extends <a href="YAHOO.widget.SimpleEditor.html" title="YAHOO.widget.SimpleEditor">YAHOO.widget.SimpleEditor</a>
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
The Rich Text Editor is a UI control that replaces a standard HTML textarea; it allows for the rich formatting of text content, including common structural treatments like lists, formatting treatments like bold and italic text, and drag-and-drop inclusion and sizing of images. The Rich Text Editor's toolbar is extensible via a plugin architecture so that advanced implementations can achieve a high degree of customization.
</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.Editor</strong>
<code>
(
el
,
attrs
)
</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/HTMLElement</span>&gt;
</code>
<span property="yui:description"> The textarea element to turn into an editor.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">attrs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object liternal containing configuration parameters.</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="private" rel="yui:property" resource="#property__alwaysDisabled">
<h4><a name="property__alwaysDisabled" property="yui:name">_alwaysDisabled</a>
- <code>private <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The Toolbar items that should ALWAYS be disabled event if there is a selection present in the editor.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__alwaysEnabled">
<h4><a name="property__alwaysEnabled" property="yui:name">_alwaysEnabled</a>
- <code>private <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The Toolbar items that should ALWAYS be enabled event if there isn't a selection present in the editor.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__disabled">
<h4><a name="property__disabled" property="yui:name">_disabled</a>
- <code>private <span property="yui:type">Array</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The Toolbar items that should be disabled if there is no selection present in the editor.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__undoCache">
<h4><a name="property__undoCache" property="yui:name">_undoCache</a>
- <code>private <span property="yui:type">Array</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
An Array hash of the Undo Levels.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__undoLevel">
<h4><a name="property__undoLevel" property="yui:name">_undoLevel</a>
- <code>private <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The index of the current undo state.
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property_CLASS_HIDDEN">
<h4><a name="property_CLASS_HIDDEN" property="yui:name">CLASS_HIDDEN</a>
- <code>protected <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
CSS class applied to the body when the hiddenelements button is pressed.
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property_CLASS_LOCAL_FILE">
<h4><a name="property_CLASS_LOCAL_FILE" property="yui:name">CLASS_LOCAL_FILE</a>
- <code>protected <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
CSS class applied to an element when it's found to have a local url.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_EDITOR_PANEL_ID">
<h4><a name="property_EDITOR_PANEL_ID" property="yui:name">EDITOR_PANEL_ID</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
HTML id to give the properties window in the DOM.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_BEFORE_EDITOR">
<h4><a name="property_STR_BEFORE_EDITOR" property="yui:name">STR_BEFORE_EDITOR</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The accessibility string for the element before the iFrame
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_CLOSE_WINDOW">
<h4><a name="property_STR_CLOSE_WINDOW" property="yui:name">STR_CLOSE_WINDOW</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The Title of the close button in the Editor Window
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_CLOSE_WINDOW_NOTE">
<h4><a name="property_STR_CLOSE_WINDOW_NOTE" property="yui:name">STR_CLOSE_WINDOW_NOTE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
A note appearing in the Editor Window to tell the user that the Escape key will close the window
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_BORDER">
<h4><a name="property_STR_IMAGE_BORDER" property="yui:name">STR_IMAGE_BORDER</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the image border.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_BORDER_SIZE">
<h4><a name="property_STR_IMAGE_BORDER_SIZE" property="yui:name">STR_IMAGE_BORDER_SIZE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the image border size.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_BORDER_TYPE">
<h4><a name="property_STR_IMAGE_BORDER_TYPE" property="yui:name">STR_IMAGE_BORDER_TYPE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the image border type.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_COPY">
<h4><a name="property_STR_IMAGE_COPY" property="yui:name">STR_IMAGE_COPY</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the image copy and paste message for Opera and Safari
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_ORIG_SIZE">
<h4><a name="property_STR_IMAGE_ORIG_SIZE" property="yui:name">STR_IMAGE_ORIG_SIZE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for Original Image Size
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_PADDING">
<h4><a name="property_STR_IMAGE_PADDING" property="yui:name">STR_IMAGE_PADDING</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the image padding.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_PROP_TITLE">
<h4><a name="property_STR_IMAGE_PROP_TITLE" property="yui:name">STR_IMAGE_PROP_TITLE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The title for the Image Property Editor Window
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_SIZE">
<h4><a name="property_STR_IMAGE_SIZE" property="yui:name">STR_IMAGE_SIZE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for Image Size
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_TEXTFLOW">
<h4><a name="property_STR_IMAGE_TEXTFLOW" property="yui:name">STR_IMAGE_TEXTFLOW</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the image text flow.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_IMAGE_TITLE">
<h4><a name="property_STR_IMAGE_TITLE" property="yui:name">STR_IMAGE_TITLE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for Image Description
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_LINK_NEW_WINDOW">
<h4><a name="property_STR_LINK_NEW_WINDOW" property="yui:name">STR_LINK_NEW_WINDOW</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The string for the open in a new window label.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_LINK_PROP_REMOVE">
<h4><a name="property_STR_LINK_PROP_REMOVE" property="yui:name">STR_LINK_PROP_REMOVE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the Remove link from text link inside the property editor.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_LINK_PROP_TITLE">
<h4><a name="property_STR_LINK_PROP_TITLE" property="yui:name">STR_LINK_PROP_TITLE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the Link Property Editor Window.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_LINK_TITLE">
<h4><a name="property_STR_LINK_TITLE" property="yui:name">STR_LINK_TITLE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The string for the link description.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_LOCAL_FILE_WARNING">
<h4><a name="property_STR_LOCAL_FILE_WARNING" property="yui:name">STR_LOCAL_FILE_WARNING</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The label string for the local file warning.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_STR_NONE">
<h4><a name="property_STR_NONE" property="yui:name">STR_NONE</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The string for the word none.
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.SimpleEditor.html">
<h4>Properties inherited from <a href="YAHOO.widget.SimpleEditor.html" property="yui:name" title="YAHOO.widget.SimpleEditor">YAHOO.widget.SimpleEditor</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__alwaysDisabled">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__alwaysDisabled" property="yui:name" title="_alwaysDisabled">_alwaysDisabled</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__alwaysEnabled">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__alwaysEnabled" property="yui:name" title="_alwaysEnabled">_alwaysEnabled</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__baseHREF">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__baseHREF" property="yui:name" title="_baseHREF">_baseHREF</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__blankImageLoaded">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__blankImageLoaded" property="yui:name" title="_blankImageLoaded">_blankImageLoaded</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__contentTimer">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__contentTimer" property="yui:name" title="_contentTimer">_contentTimer</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__contentTimerCounter">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__contentTimerCounter" property="yui:name" title="_contentTimerCounter">_contentTimerCounter</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__contentTimerMax">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__contentTimerMax" property="yui:name" title="_contentTimerMax">_contentTimerMax</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__defaultCSS">
<a class="" href="YAHOO.widget.SimpleEditor.html#property__defaultCSS" property="yui:name" title="_defaultCSS">_defaultCSS</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__defaultToolbar">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__defaultToolbar" property="yui:name" title="_defaultToolbar">_defaultToolbar</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__disabled">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__disabled" property="yui:name" title="_disabled">_disabled</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__docType">
<a class="" href="YAHOO.widget.SimpleEditor.html#property__docType" property="yui:name" title="_docType">_docType</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__fixListRunning">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__fixListRunning" property="yui:name" title="_fixListRunning">_fixListRunning</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__fixNodesTimer">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__fixNodesTimer" property="yui:name" title="_fixNodesTimer">_fixNodesTimer</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__focused">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__focused" property="yui:name" title="_focused">_focused</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__formButtonClicked">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__formButtonClicked" property="yui:name" title="_formButtonClicked">_formButtonClicked</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__formButtons">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__formButtons" property="yui:name" title="_formButtons">_formButtons</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__keyMap">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__keyMap" property="yui:name" title="_keyMap">_keyMap</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__lastButton">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__lastButton" property="yui:name" title="_lastButton">_lastButton</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__lastCommand">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__lastCommand" property="yui:name" title="_lastCommand">_lastCommand</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__lastImage">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__lastImage" property="yui:name" title="_lastImage">_lastImage</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__lastNodeChange">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__lastNodeChange" property="yui:name" title="_lastNodeChange">_lastNodeChange</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__lastNodeChangeEvent">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__lastNodeChangeEvent" property="yui:name" title="_lastNodeChangeEvent">_lastNodeChangeEvent</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__mask">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__mask" property="yui:name" title="_mask">_mask</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__nodeChangeDelayTimer">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__nodeChangeDelayTimer" property="yui:name" title="_nodeChangeDelayTimer">_nodeChangeDelayTimer</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__nodeChangeTimer">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__nodeChangeTimer" property="yui:name" title="_nodeChangeTimer">_nodeChangeTimer</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__rendered">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__rendered" property="yui:name" title="_rendered">_rendered</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__resizeConfig">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__resizeConfig" property="yui:name" title="_resizeConfig">_resizeConfig</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__selection">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__selection" property="yui:name" title="_selection">_selection</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__semantic">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__semantic" property="yui:name" title="_semantic">_semantic</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__showingHiddenElements">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__showingHiddenElements" property="yui:name" title="_showingHiddenElements">_showingHiddenElements</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__tag2cmd">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property__tag2cmd" property="yui:name" title="_tag2cmd">_tag2cmd</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property__textarea">
<a class="" href="YAHOO.widget.SimpleEditor.html#property__textarea" property="yui:name" title="_textarea">_textarea</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_afterElement">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_afterElement" property="yui:name" title="afterElement">afterElement</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_beforeElement">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_beforeElement" property="yui:name" title="beforeElement">beforeElement</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_browser">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_browser" property="yui:name" title="browser">browser</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_CLASS_CONTAINER">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_CLASS_CONTAINER" property="yui:name" title="CLASS_CONTAINER">CLASS_CONTAINER</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_CLASS_EDITABLE">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_CLASS_EDITABLE" property="yui:name" title="CLASS_EDITABLE">CLASS_EDITABLE</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_CLASS_EDITABLE_CONT">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_CLASS_EDITABLE_CONT" property="yui:name" title="CLASS_EDITABLE_CONT">CLASS_EDITABLE_CONT</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_CLASS_NOEDIT">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_CLASS_NOEDIT" property="yui:name" title="CLASS_NOEDIT">CLASS_NOEDIT</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_CLASS_PREFIX">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_CLASS_PREFIX" property="yui:name" title="CLASS_PREFIX">CLASS_PREFIX</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_currentElement">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_currentElement" property="yui:name" title="currentElement">currentElement</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_currentEvent">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_currentEvent" property="yui:name" title="currentEvent">currentEvent</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_currentFont">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_currentFont" property="yui:name" title="currentFont">currentFont</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_currentWindow">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_currentWindow" property="yui:name" title="currentWindow">currentWindow</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_dd">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_dd" property="yui:name" title="dd">dd</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_dompath">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_dompath" property="yui:name" title="dompath">dompath</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_DOMReady">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property_DOMReady" property="yui:name" title="DOMReady">DOMReady</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_editorDirty">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_editorDirty" property="yui:name" title="editorDirty">editorDirty</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_invalidHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_invalidHTML" property="yui:name" title="invalidHTML">invalidHTML</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_operaEvent">
<a class="private" href="YAHOO.widget.SimpleEditor.html#property_operaEvent" property="yui:name" title="operaEvent">operaEvent</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_resize">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_resize" property="yui:name" title="resize">resize</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_SEP_DOMPATH">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_SEP_DOMPATH" property="yui:name" title="SEP_DOMPATH">SEP_DOMPATH</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STOP_EXEC_COMMAND">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_STOP_EXEC_COMMAND" property="yui:name" title="STOP_EXEC_COMMAND">STOP_EXEC_COMMAND</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STOP_NODE_CHANGE">
<a class="protected" href="YAHOO.widget.SimpleEditor.html#property_STOP_NODE_CHANGE" property="yui:name" title="STOP_NODE_CHANGE">STOP_NODE_CHANGE</a><span class="protected">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STR_BEFORE_EDITOR">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_STR_BEFORE_EDITOR" property="yui:name" title="STR_BEFORE_EDITOR">STR_BEFORE_EDITOR</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STR_IMAGE_HERE">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_STR_IMAGE_HERE" property="yui:name" title="STR_IMAGE_HERE">STR_IMAGE_HERE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STR_IMAGE_URL">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_STR_IMAGE_URL" property="yui:name" title="STR_IMAGE_URL">STR_IMAGE_URL</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STR_LEAVE_EDITOR">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_STR_LEAVE_EDITOR" property="yui:name" title="STR_LEAVE_EDITOR">STR_LEAVE_EDITOR</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STR_LINK_URL">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_STR_LINK_URL" property="yui:name" title="STR_LINK_URL">STR_LINK_URL</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_STR_TITLE">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_STR_TITLE" property="yui:name" title="STR_TITLE">STR_TITLE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="YAHOO.widget.SimpleEditor.html#property_toolbar">
<a class="" href="YAHOO.widget.SimpleEditor.html#property_toolbar" property="yui:name" title="toolbar">toolbar</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Properties inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.Element.html#property_DOM_EVENTS">
<a class="" href="YAHOO.util.Element.html#property_DOM_EVENTS" property="yui:name" title="DOM_EVENTS">DOM_EVENTS</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.AttributeProvider.html">
<h4>Properties inherited from <a href="YAHOO.util.AttributeProvider.html" property="yui:name" title="YAHOO.util.AttributeProvider">YAHOO.util.AttributeProvider</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.AttributeProvider.html#property__configs">
<a class="private" href="YAHOO.util.AttributeProvider.html#property__configs" property="yui:name" title="_configs">_configs</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.EventProvider.html">
<h4>Properties inherited from <a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.EventProvider.html#property___yui_events">
<a class="private" href="YAHOO.util.EventProvider.html#property___yui_events" property="yui:name" title="__yui_events">__yui_events</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.util.EventProvider.html#property___yui_subscribers">
<a class="private" href="YAHOO.util.EventProvider.html#property___yui_subscribers" property="yui:name" title="__yui_subscribers">__yui_subscribers</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="private" rel="yui:method" resource="#method__checkUndo">
<h4>
<a name="method__checkUndo">_checkUndo</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_checkUndo</strong>
(
)
</code>
<div class="description" property="yui:description">
Prunes the undo cache when it reaches the maxUndo config
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__closeWindow">
<h4>
<a name="method__closeWindow">_closeWindow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_closeWindow</strong>
(
ev
)
</code>
<div class="description" property="yui:description">
Close the currently open EditorWindow with the Escape key.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">ev</span>
&lt;<span property="yui:type">Event</span>&gt;
</code>
<span property="yui:description"> The keypress Event that we are trapping</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__defaultImageToolbar">
<h4>
<a name="method__defaultImageToolbar">_defaultImageToolbar</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_defaultImageToolbar</strong>
(
)
</code>
<div class="description" property="yui:description">
A reference to the Toolbar Object inside Image Editor Window.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__defaultImageToolbarConfig">
<h4>
<a name="method__defaultImageToolbarConfig">_defaultImageToolbarConfig</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_defaultImageToolbarConfig</strong>
(
)
</code>
<div class="description" property="yui:description">
Config to be used for the default Image Editor Window.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__fixNodes">
<h4>
<a name="method__fixNodes">_fixNodes</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_fixNodes</strong>
(
)
</code>
<div class="description" property="yui:description">
Fix href and imgs as well as remove invalid HTML.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__getUndo">
<h4>
<a name="method__getUndo">_getUndo</a></h4>
<div class="detail" >
<code>
private
String
<strong property="yui:name">_getUndo</strong>
(
index
)
</code>
<div class="description" property="yui:description">
Get's a level from the undo cache.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The index of the undo level we want to get.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleCreateLinkWindowClose">
<h4>
<a name="method__handleCreateLinkWindowClose">_handleCreateLinkWindowClose</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleCreateLinkWindowClose</strong>
(
)
</code>
<div class="description" property="yui:description">
Handles the closing of the Link Properties Window.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleInsertImageClick">
<h4>
<a name="method__handleInsertImageClick">_handleInsertImageClick</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleInsertImageClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Opens the Image Properties Window when the insert Image button is clicked or an Image is Double Clicked.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleInsertImageWindowClose">
<h4>
<a name="method__handleInsertImageWindowClose">_handleInsertImageWindowClose</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleInsertImageWindowClose</strong>
(
)
</code>
<div class="description" property="yui:description">
Handles the closing of the Image Properties Window.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleKeyDown">
<h4>
<a name="method__handleKeyDown">_handleKeyDown</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleKeyDown</strong>
(
ev
)
</code>
<div class="description" property="yui:description">
Override method that handles some new keydown events inside the iFrame document.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">ev</span>
&lt;<span property="yui:type">Event</span>&gt;
</code>
<span property="yui:description"> The event we are working on.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method__handleWindowInputs">
<h4>
<a name="method__handleWindowInputs">_handleWindowInputs</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">_handleWindowInputs</strong>
(
disable
)
</code>
<div class="description" property="yui:description">
Disables/Enables all fields inside Editor windows. Used in show/hide events to keep window fields from submitting when the parent form is submitted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">disable</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> The state to set all inputs in all Editor windows to. Defaults to: false.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__hasUndoLevel">
<h4>
<a name="method__hasUndoLevel">_hasUndoLevel</a></h4>
<div class="detail" >
<code>
private
<strong property="yui:name">_hasUndoLevel</strong>
(
)
</code>
<div class="description" property="yui:description">
Checks to see if we have an undo level available
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
</code></dt>
<dd property="yui:returnInfo">Boolean</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__putUndo">
<h4>
<a name="method__putUndo">_putUndo</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_putUndo</strong>
(
str
)
</code>
<div class="description" property="yui:description">
Puts the content of the Editor into the _undoCache.
//TODO Convert the hash to a series of TEXTAREAS to store state in.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">str</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The content of the Editor</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__renderCreateLinkWindow">
<h4>
<a name="method__renderCreateLinkWindow">_renderCreateLinkWindow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_renderCreateLinkWindow</strong>
(
)
</code>
<div class="description" property="yui:description">
Pre renders the CreateLink window so we get faster window opening.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__renderInsertImageWindow">
<h4>
<a name="method__renderInsertImageWindow">_renderInsertImageWindow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_renderInsertImageWindow</strong>
(
)
</code>
<div class="description" property="yui:description">
Pre renders the InsertImage window so we get faster window opening.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__renderPanel">
<h4>
<a name="method__renderPanel">_renderPanel</a></h4>
<div class="detail" >
<code>
private
<a href="YAHOO.widget.Overlay.html">YAHOO.widget.Overlay</a>
<strong property="yui:name">_renderPanel</strong>
(
)
</code>
<div class="description" property="yui:description">
Renders the panel used for Editor Windows to the document so we can start using it..
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__storeUndo">
<h4>
<a name="method__storeUndo">_storeUndo</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_storeUndo</strong>
(
)
</code>
<div class="description" property="yui:description">
Method to call when you want to store an undo state. Currently called from nodeChange and _handleKeyUp
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__undoNodeChange">
<h4>
<a name="method__undoNodeChange">_undoNodeChange</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_undoNodeChange</strong>
(
)
</code>
<div class="description" property="yui:description">
nodeChange listener for undo processing
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__windows">
<h4>
<a name="method__windows">_windows</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_windows</strong>
(
)
</code>
<div class="description" property="yui:description">
A reference to the HTML elements used for the body of Editor Windows.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_closeWindow">
<h4>
<a name="method_closeWindow">closeWindow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">closeWindow</strong>
(
)
</code>
<div class="description" property="yui:description">
Close the currently open EditorWindow.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_heading">
<h4>
<a name="method_cmd_heading">cmd_heading</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_heading</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('heading') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_hiddenelements">
<h4>
<a name="method_cmd_hiddenelements">cmd_hiddenelements</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_hiddenelements</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('hiddenelements') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_indent">
<h4>
<a name="method_cmd_indent">cmd_indent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_indent</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('indent') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_justify">
<h4>
<a name="method_cmd_justify">cmd_justify</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_justify</strong>
(
dir
)
</code>
<div class="description" property="yui:description">
This is a factory method for the justify family of commands.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">dir</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> The direction to justify</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_justifycenter">
<h4>
<a name="method_cmd_justifycenter">cmd_justifycenter</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_justifycenter</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('justifycenter') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_justifyleft">
<h4>
<a name="method_cmd_justifyleft">cmd_justifyleft</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_justifyleft</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('justifyleft') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_justifyright">
<h4>
<a name="method_cmd_justifyright">cmd_justifyright</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_justifyright</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('justifyright') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_outdent">
<h4>
<a name="method_cmd_outdent">cmd_outdent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_outdent</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('outdent') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_redo">
<h4>
<a name="method_cmd_redo">cmd_redo</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_redo</strong>
(
value
)
</code>
<div class="description" property="yui:description">
Pulls an item from the Undo stack and updates the Editor
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_removeformat">
<h4>
<a name="method_cmd_removeformat">cmd_removeformat</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_removeformat</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('removeformat') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_script">
<h4>
<a name="method_cmd_script">cmd_script</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_script</strong>
(
action
,
value
)
</code>
<div class="description" property="yui:description">
This is a combined execCommand override method. It is called from the cmd_superscript and cmd_subscript methods.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">action</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> action passed from the execCommand method</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_subscript">
<h4>
<a name="method_cmd_subscript">cmd_subscript</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_subscript</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('subscript') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_superscript">
<h4>
<a name="method_cmd_superscript">cmd_superscript</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_superscript</strong>
(
value
)
</code>
<div class="description" property="yui:description">
This is an execCommand override method. It is called from execCommand when the execCommand('superscript') is used.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cmd_undo">
<h4>
<a name="method_cmd_undo">cmd_undo</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cmd_undo</strong>
(
value
)
</code>
<div class="description" property="yui:description">
Pulls an item from the Undo stack and updates the Editor
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> Value passed from the execCommand method</span>
</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>
(
)
</code>
<div class="description" property="yui:description">
The Editor class' initialization method
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initAttributes">
<h4>
<a name="method_initAttributes">initAttributes</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initAttributes</strong>
(
attr
)
</code>
<div class="description" property="yui:description">
Initializes all of the configuration attributes used to create
the editor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">attr</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal specifying a set of
configuration attributes used to create the editor.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_moveWindow">
<h4>
<a name="method_moveWindow">moveWindow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">moveWindow</strong>
(
force
)
</code>
<div class="description" property="yui:description">
Realign the window with the currentElement and reposition the knob above the panel.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">force</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Boolean to tell it to move but not use any animation (Usually done the first time the window is loaded.)</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_openWindow">
<h4>
<a name="method_openWindow">openWindow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">openWindow</strong>
(
win
)
</code>
<div class="description" property="yui:description">
Opens a new "window/panel"
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">YAHOO.widget.EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> A <a href="YAHOO.widget.EditorWindow.html">YAHOO.widget.EditorWindow</a> instance</span>
</dd>
</dl>
</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 representing the editor.
</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.SimpleEditor.html">
<h4>Methods inherited from <a href="YAHOO.widget.SimpleEditor.html" property="yui:name" title="YAHOO.widget.SimpleEditor">YAHOO.widget.SimpleEditor</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__checkKey">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__checkKey" property="yui:name" title="_checkKey">_checkKey</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__checkLoaded">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__checkLoaded" property="yui:name" title="_checkLoaded">_checkLoaded</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__cleanClassName">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__cleanClassName" property="yui:name" title="_cleanClassName">_cleanClassName</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__cleanIncomingHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#method__cleanIncomingHTML" property="yui:name" title="_cleanIncomingHTML">_cleanIncomingHTML</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__closeWindow">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__closeWindow" property="yui:name" title="_closeWindow">_closeWindow</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__createCurrentElement">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__createCurrentElement" property="yui:name" title="_createCurrentElement">_createCurrentElement</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__createIframe">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__createIframe" property="yui:name" title="_createIframe">_createIframe</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__createInsertElement">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__createInsertElement" property="yui:name" title="_createInsertElement">_createInsertElement</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__disableEditor">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__disableEditor" property="yui:name" title="_disableEditor">_disableEditor</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__fixListDupIds">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__fixListDupIds" property="yui:name" title="_fixListDupIds">_fixListDupIds</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__fixNodes">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__fixNodes" property="yui:name" title="_fixNodes">_fixNodes</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__focusWindow">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__focusWindow" property="yui:name" title="_focusWindow">_focusWindow</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getBlankImage">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getBlankImage" property="yui:name" title="_getBlankImage">_getBlankImage</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getDoc">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getDoc" property="yui:name" title="_getDoc">_getDoc</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getDomPath">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getDomPath" property="yui:name" title="_getDomPath">_getDomPath</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getRange">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getRange" property="yui:name" title="_getRange">_getRange</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getSelectedElement">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getSelectedElement" property="yui:name" title="_getSelectedElement">_getSelectedElement</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getSelection">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getSelection" property="yui:name" title="_getSelection">_getSelection</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__getWindow">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__getWindow" property="yui:name" title="_getWindow">_getWindow</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleAfterNodeChange">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleAfterNodeChange" property="yui:name" title="_handleAfterNodeChange">_handleAfterNodeChange</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleAlign">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleAlign" property="yui:name" title="_handleAlign">_handleAlign</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleAutoHeight">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleAutoHeight" property="yui:name" title="_handleAutoHeight">_handleAutoHeight</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleBlur">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleBlur" property="yui:name" title="_handleBlur">_handleBlur</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleClick">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleClick" property="yui:name" title="_handleClick">_handleClick</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleColorPicker">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleColorPicker" property="yui:name" title="_handleColorPicker">_handleColorPicker</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleCreateLinkClick">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleCreateLinkClick" property="yui:name" title="_handleCreateLinkClick">_handleCreateLinkClick</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleCreateLinkWindowClose">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleCreateLinkWindowClose" property="yui:name" title="_handleCreateLinkWindowClose">_handleCreateLinkWindowClose</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleDoubleClick">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleDoubleClick" property="yui:name" title="_handleDoubleClick">_handleDoubleClick</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleFocus">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleFocus" property="yui:name" title="_handleFocus">_handleFocus</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleFontSize">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleFontSize" property="yui:name" title="_handleFontSize">_handleFontSize</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleFormButtonClick">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleFormButtonClick" property="yui:name" title="_handleFormButtonClick">_handleFormButtonClick</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleFormSubmit">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleFormSubmit" property="yui:name" title="_handleFormSubmit">_handleFormSubmit</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleInsertImageClick">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleInsertImageClick" property="yui:name" title="_handleInsertImageClick">_handleInsertImageClick</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleInsertImageWindowClose">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleInsertImageWindowClose" property="yui:name" title="_handleInsertImageWindowClose">_handleInsertImageWindowClose</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleKeyDown">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleKeyDown" property="yui:name" title="_handleKeyDown">_handleKeyDown</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleKeyPress">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleKeyPress" property="yui:name" title="_handleKeyPress">_handleKeyPress</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleKeyUp">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleKeyUp" property="yui:name" title="_handleKeyUp">_handleKeyUp</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleMouseDown">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleMouseDown" property="yui:name" title="_handleMouseDown">_handleMouseDown</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleMouseUp">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleMouseUp" property="yui:name" title="_handleMouseUp">_handleMouseUp</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__handleToolbarClick">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__handleToolbarClick" property="yui:name" title="_handleToolbarClick">_handleToolbarClick</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__hasParent">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__hasParent" property="yui:name" title="_hasParent">_hasParent</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__hasSelection">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__hasSelection" property="yui:name" title="_hasSelection">_hasSelection</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__initEditor">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__initEditor" property="yui:name" title="_initEditor">_initEditor</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__initEditorEvents">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__initEditorEvents" property="yui:name" title="_initEditorEvents">_initEditorEvents</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__isElement">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__isElement" property="yui:name" title="_isElement">_isElement</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__isLocalFile">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__isLocalFile" property="yui:name" title="_isLocalFile">_isLocalFile</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__isNonEditable">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__isNonEditable" property="yui:name" title="_isNonEditable">_isNonEditable</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__listFix">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__listFix" property="yui:name" title="_listFix">_listFix</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__nodeChange">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__nodeChange" property="yui:name" title="_nodeChange">_nodeChange</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__removeEditorEvents">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__removeEditorEvents" property="yui:name" title="_removeEditorEvents">_removeEditorEvents</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__render">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__render" property="yui:name" title="_render">_render</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__selectNode">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__selectNode" property="yui:name" title="_selectNode">_selectNode</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setCurrentEvent">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setCurrentEvent" property="yui:name" title="_setCurrentEvent">_setCurrentEvent</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setDesignMode">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setDesignMode" property="yui:name" title="_setDesignMode">_setDesignMode</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setEditorStyle">
<a class="" href="YAHOO.widget.SimpleEditor.html#method__setEditorStyle" property="yui:name" title="_setEditorStyle">_setEditorStyle</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setInitialContent">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setInitialContent" property="yui:name" title="_setInitialContent">_setInitialContent</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setMarkupType">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setMarkupType" property="yui:name" title="_setMarkupType">_setMarkupType</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setupAfterElement">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setupAfterElement" property="yui:name" title="_setupAfterElement">_setupAfterElement</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setupDD">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setupDD" property="yui:name" title="_setupDD">_setupDD</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__setupResize">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__setupResize" property="yui:name" title="_setupResize">_setupResize</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__swapEl">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__swapEl" property="yui:name" title="_swapEl">_swapEl</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__toggleDesignMode">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__toggleDesignMode" property="yui:name" title="_toggleDesignMode">_toggleDesignMode</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__updateMenuChecked">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__updateMenuChecked" property="yui:name" title="_updateMenuChecked">_updateMenuChecked</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method__writeDomPath">
<a class="private" href="YAHOO.widget.SimpleEditor.html#method__writeDomPath" property="yui:name" title="_writeDomPath">_writeDomPath</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cleanHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cleanHTML" property="yui:name" title="cleanHTML">cleanHTML</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_clearEditorDoc">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_clearEditorDoc" property="yui:name" title="clearEditorDoc">clearEditorDoc</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_closeWindow">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_closeWindow" property="yui:name" title="closeWindow">closeWindow</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_backcolor">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_backcolor" property="yui:name" title="cmd_backcolor">cmd_backcolor</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_bold">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_bold" property="yui:name" title="cmd_bold">cmd_bold</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_createlink">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_createlink" property="yui:name" title="cmd_createlink">cmd_createlink</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_fontname">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_fontname" property="yui:name" title="cmd_fontname">cmd_fontname</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_fontsize">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_fontsize" property="yui:name" title="cmd_fontsize">cmd_fontsize</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_forecolor">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_forecolor" property="yui:name" title="cmd_forecolor">cmd_forecolor</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_inserthtml">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_inserthtml" property="yui:name" title="cmd_inserthtml">cmd_inserthtml</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_insertimage">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_insertimage" property="yui:name" title="cmd_insertimage">cmd_insertimage</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_insertorderedlist">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_insertorderedlist" property="yui:name" title="cmd_insertorderedlist">cmd_insertorderedlist</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_insertunorderedlist">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_insertunorderedlist" property="yui:name" title="cmd_insertunorderedlist">cmd_insertunorderedlist</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_italic">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_italic" property="yui:name" title="cmd_italic">cmd_italic</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_list">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_list" property="yui:name" title="cmd_list">cmd_list</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_underline">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_underline" property="yui:name" title="cmd_underline">cmd_underline</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_cmd_unlink">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_cmd_unlink" property="yui:name" title="cmd_unlink">cmd_unlink</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_destroy">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_execCommand">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_execCommand" property="yui:name" title="execCommand">execCommand</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_filter_all_rgb">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_filter_all_rgb" property="yui:name" title="filter_all_rgb">filter_all_rgb</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_filter_internals">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_filter_internals" property="yui:name" title="filter_internals">filter_internals</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_filter_invalid_lists">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_filter_invalid_lists" property="yui:name" title="filter_invalid_lists">filter_invalid_lists</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_filter_msword">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_filter_msword" property="yui:name" title="filter_msword">filter_msword</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_filter_rgb">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_filter_rgb" property="yui:name" title="filter_rgb">filter_rgb</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_filter_safari">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_filter_safari" property="yui:name" title="filter_safari">filter_safari</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_focus">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_focus" property="yui:name" title="focus">focus</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_getEditorHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_getEditorHTML" property="yui:name" title="getEditorHTML">getEditorHTML</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_hide">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_hide" property="yui:name" title="hide">hide</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_init">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_initAttributes">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_initAttributes" property="yui:name" title="initAttributes">initAttributes</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_moveWindow">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_moveWindow" property="yui:name" title="moveWindow">moveWindow</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_nodeChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_nodeChange" property="yui:name" title="nodeChange">nodeChange</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_openWindow">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_openWindow" property="yui:name" title="openWindow">openWindow</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_post_filter_linebreaks">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_post_filter_linebreaks" property="yui:name" title="post_filter_linebreaks">post_filter_linebreaks</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_pre_filter_linebreaks">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_pre_filter_linebreaks" property="yui:name" title="pre_filter_linebreaks">pre_filter_linebreaks</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_render">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_saveHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_saveHTML" property="yui:name" title="saveHTML">saveHTML</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_setEditorHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_setEditorHTML" property="yui:name" title="setEditorHTML">setEditorHTML</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_show">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_show" property="yui:name" title="show">show</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.widget.SimpleEditor.html#method_toString">
<a class="" href="YAHOO.widget.SimpleEditor.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Methods inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.Element.html#method__setHTMLAttrConfig">
<a class="private" href="YAHOO.util.Element.html#method__setHTMLAttrConfig" property="yui:name" title="_setHTMLAttrConfig">_setHTMLAttrConfig</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_addClass">
<a class="" href="YAHOO.util.Element.html#method_addClass" property="yui:name" title="addClass">addClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_addListener">
<a class="" href="YAHOO.util.Element.html#method_addListener" property="yui:name" title="addListener">addListener</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_appendChild">
<a class="" href="YAHOO.util.Element.html#method_appendChild" property="yui:name" title="appendChild">appendChild</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_appendTo">
<a class="" href="YAHOO.util.Element.html#method_appendTo" property="yui:name" title="appendTo">appendTo</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_delegate">
<a class="" href="YAHOO.util.Element.html#method_delegate" property="yui:name" title="delegate">delegate</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_fireQueue">
<a class="" href="YAHOO.util.Element.html#method_fireQueue" property="yui:name" title="fireQueue">fireQueue</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_getElementsByClassName">
<a class="" href="YAHOO.util.Element.html#method_getElementsByClassName" property="yui:name" title="getElementsByClassName">getElementsByClassName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_getElementsByTagName">
<a class="" href="YAHOO.util.Element.html#method_getElementsByTagName" property="yui:name" title="getElementsByTagName">getElementsByTagName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_getStyle">
<a class="" href="YAHOO.util.Element.html#method_getStyle" property="yui:name" title="getStyle">getStyle</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_hasChildNodes">
<a class="" href="YAHOO.util.Element.html#method_hasChildNodes" property="yui:name" title="hasChildNodes">hasChildNodes</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_hasClass">
<a class="" href="YAHOO.util.Element.html#method_hasClass" property="yui:name" title="hasClass">hasClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_initAttributes">
<a class="" href="YAHOO.util.Element.html#method_initAttributes" property="yui:name" title="initAttributes">initAttributes</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_insertBefore">
<a class="" href="YAHOO.util.Element.html#method_insertBefore" property="yui:name" title="insertBefore">insertBefore</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_on">
<a class="" href="YAHOO.util.Element.html#method_on" property="yui:name" title="on">on</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeChild">
<a class="" href="YAHOO.util.Element.html#method_removeChild" property="yui:name" title="removeChild">removeChild</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeClass">
<a class="" href="YAHOO.util.Element.html#method_removeClass" property="yui:name" title="removeClass">removeClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeDelegate">
<a class="" href="YAHOO.util.Element.html#method_removeDelegate" property="yui:name" title="removeDelegate">removeDelegate</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeListener">
<a class="" href="YAHOO.util.Element.html#method_removeListener" property="yui:name" title="removeListener">removeListener</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_replaceChild">
<a class="" href="YAHOO.util.Element.html#method_replaceChild" property="yui:name" title="replaceChild">replaceChild</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_replaceClass">
<a class="" href="YAHOO.util.Element.html#method_replaceClass" property="yui:name" title="replaceClass">replaceClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_setStyle">
<a class="" href="YAHOO.util.Element.html#method_setStyle" property="yui:name" title="setStyle">setStyle</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_subscribe">
<a class="" href="YAHOO.util.Element.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.AttributeProvider.html">
<h4>Methods inherited from <a href="YAHOO.util.AttributeProvider.html" property="yui:name" title="YAHOO.util.AttributeProvider">YAHOO.util.AttributeProvider</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_configureAttribute">
<a class=" deprecated" href="YAHOO.util.AttributeProvider.html#method_configureAttribute" property="yui:name" title="configureAttribute">configureAttribute</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_fireBeforeChangeEvent">
<a class="" href="YAHOO.util.AttributeProvider.html#method_fireBeforeChangeEvent" property="yui:name" title="fireBeforeChangeEvent">fireBeforeChangeEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_fireChangeEvent">
<a class="" href="YAHOO.util.AttributeProvider.html#method_fireChangeEvent" property="yui:name" title="fireChangeEvent">fireChangeEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_get">
<a class="" href="YAHOO.util.AttributeProvider.html#method_get" property="yui:name" title="get">get</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_getAttributeConfig">
<a class="private" href="YAHOO.util.AttributeProvider.html#method_getAttributeConfig" property="yui:name" title="getAttributeConfig">getAttributeConfig</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_getAttributeKeys">
<a class="" href="YAHOO.util.AttributeProvider.html#method_getAttributeKeys" property="yui:name" title="getAttributeKeys">getAttributeKeys</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_refresh">
<a class="" href="YAHOO.util.AttributeProvider.html#method_refresh" property="yui:name" title="refresh">refresh</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_register">
<a class=" deprecated" href="YAHOO.util.AttributeProvider.html#method_register" property="yui:name" title="register">register</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_resetAttributeConfig">
<a class="private" href="YAHOO.util.AttributeProvider.html#method_resetAttributeConfig" property="yui:name" title="resetAttributeConfig">resetAttributeConfig</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_resetValue">
<a class="" href="YAHOO.util.AttributeProvider.html#method_resetValue" property="yui:name" title="resetValue">resetValue</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_set">
<a class="" href="YAHOO.util.AttributeProvider.html#method_set" property="yui:name" title="set">set</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_setAttributeConfig">
<a class="" href="YAHOO.util.AttributeProvider.html#method_setAttributeConfig" property="yui:name" title="setAttributeConfig">setAttributeConfig</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_setAttributes">
<a class="" href="YAHOO.util.AttributeProvider.html#method_setAttributes" property="yui:name" title="setAttributes">setAttributes</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.EventProvider.html">
<h4>Methods inherited from <a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_createEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_createEvent" property="yui:name" title="createEvent">createEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_fireEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_fireEvent" property="yui:name" title="fireEvent">fireEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_hasEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_hasEvent" property="yui:name" title="hasEvent">hasEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_subscribe">
<a class="" href="YAHOO.util.EventProvider.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_unsubscribe">
<a class="" href="YAHOO.util.EventProvider.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_unsubscribeAll">
<a class="" href="YAHOO.util.EventProvider.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</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_afterOpenWindow">
<h4>
<a name="event_afterOpenWindow">afterOpenWindow</a></h4>
<div class="detail">
<code>
<strong property="yui:name">afterOpenWindow</strong>
(
win
,
panel
)
</code>
<div class="description" property="yui:description">
Event fires after an Editor Window is opened. See <a href="YAHOO.util.Element.html#addListener">Element.addListener</a> for more information on listening for this event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> The EditorWindow object</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeHiddencssChange">
<h4>
<a name="event_beforeHiddencssChange">beforeHiddencssChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeHiddencssChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'hiddencss' changes. Return false to cancel the attribute change.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeLocalFileWarningChange">
<h4>
<a name="event_beforeLocalFileWarningChange">beforeLocalFileWarningChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeLocalFileWarningChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'localFileWarning' changes. Return false to cancel the attribute change.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeOpenWindow">
<h4>
<a name="event_beforeOpenWindow">beforeOpenWindow</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeOpenWindow</strong>
(
win
,
panel
)
</code>
<div class="description" property="yui:description">
Event fires before an Editor Window is opened. See <a href="YAHOO.util.Element.html#addListener">Element.addListener</a> for more information on listening for this event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> The EditorWindow object</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_closeWindow">
<h4>
<a name="event_closeWindow">closeWindow</a></h4>
<div class="detail">
<code>
<strong property="yui:name">closeWindow</strong>
(
win
)
</code>
<div class="description" property="yui:description">
Event fires after an Editor Window is closed. See <a href="YAHOO.util.Element.html#addListener">Element.addListener</a> for more information on listening for this event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> The EditorWindow object</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_hiddencssChange">
<h4>
<a name="event_hiddencssChange">hiddencssChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">hiddencssChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'hiddencss' changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_localFileWarningChange">
<h4>
<a name="event_localFileWarningChange">localFileWarningChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">localFileWarningChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'localFileWarning' changes.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_windowCMDClose">
<h4>
<a name="event_windowCMDClose">windowCMDClose</a></h4>
<div class="detail">
<code>
<strong property="yui:name">windowCMDClose</strong>
(
win
,
panel
)
</code>
<div class="description" property="yui:description">
Dynamic event fired when an <a href="YAHOO.widget.EditorWindow.html">EditorWindow</a> is closed.. The dynamic event is based on the name of the window. Example Window: createlink, opening this window would fire the windowcreatelinkClose event. See <a href="YAHOO.util.Element.html#addListener">Element.addListener</a> for more information on listening for this event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> The EditorWindow object</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_windowCMDOpen">
<h4>
<a name="event_windowCMDOpen">windowCMDOpen</a></h4>
<div class="detail">
<code>
<strong property="yui:name">windowCMDOpen</strong>
(
win
,
panel
)
</code>
<div class="description" property="yui:description">
Dynamic event fired when an <a href="YAHOO.widget.EditorWindow.html">EditorWindow</a> is opened.. The dynamic event is based on the name of the window. Example Window: createlink, opening this window would fire the windowcreatelinkOpen event. See <a href="YAHOO.util.Element.html#addListener">Element.addListener</a> for more information on listening for this event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> The EditorWindow object</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_windowCreateLinkRender">
<h4>
<a name="event_windowCreateLinkRender">windowCreateLinkRender</a></h4>
<div class="detail">
<code>
<strong property="yui:name">windowCreateLinkRender</strong>
(
panel
,
body
)
</code>
<div class="description" property="yui:description">
Event fired when the pre render of the Create Link window has finished.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">body</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The HTML element used as the body of the window..</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_windowInsertImageRender">
<h4>
<a name="event_windowInsertImageRender">windowInsertImageRender</a></h4>
<div class="detail">
<code>
<strong property="yui:name">windowInsertImageRender</strong>
(
panel
,
body
,
toolbar
)
</code>
<div class="description" property="yui:description">
Event fired when the pre render of the Insert Image window has finished.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">body</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The HTML element used as the body of the window..</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">toolbar</span>
&lt;<span property="yui:type">Toolbar</span>&gt;
</code>
<span property="yui:description"> A reference to the toolbar object used inside this window.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_windowRender">
<h4>
<a name="event_windowRender">windowRender</a></h4>
<div class="detail">
<code>
<strong property="yui:name">windowRender</strong>
(
win
,
panel
)
</code>
<div class="description" property="yui:description">
Event fired when the initial Overlay is rendered. Can be used to manipulate the content of the panel.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">win</span>
&lt;<span property="yui:type"><a href="YAHOO.widget.EditorWindow.html">EditorWindow</a></span>&gt;
</code>
<span property="yui:description"> The EditorWindow object</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">panel</span>
&lt;<span property="yui:type">Overlay</span>&gt;
</code>
<span property="yui:description"> The Overlay object that is used to create the window.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.SimpleEditor.html">
<h4>Events inherited from <a href="YAHOO.widget.SimpleEditor.html" property="yui:name" title="YAHOO.widget.SimpleEditor">YAHOO.widget.SimpleEditor</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_afterExecCommand">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_afterExecCommand" property="yui:name" title="afterExecCommand">afterExecCommand</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_afterNodeChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_afterNodeChange" property="yui:name" title="afterNodeChange">afterNodeChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_afterRender">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_afterRender" property="yui:name" title="afterRender">afterRender</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_animateChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_animateChange" property="yui:name" title="animateChange">animateChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeAnimateChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeAnimateChange" property="yui:name" title="beforeAnimateChange">beforeAnimateChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeBlankimageChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeBlankimageChange" property="yui:name" title="beforeBlankimageChange">beforeBlankimageChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeCssChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeCssChange" property="yui:name" title="beforeCssChange">beforeCssChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeDisabledChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeDisabledChange" property="yui:name" title="beforeDisabledChange">beforeDisabledChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeDompathChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeDompathChange" property="yui:name" title="beforeDompathChange">beforeDompathChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorClick">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorClick" property="yui:name" title="beforeEditorClick">beforeEditorClick</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorDoubleClick">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorDoubleClick" property="yui:name" title="beforeEditorDoubleClick">beforeEditorDoubleClick</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorKeyDown">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorKeyDown" property="yui:name" title="beforeEditorKeyDown">beforeEditorKeyDown</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorKeyPress">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorKeyPress" property="yui:name" title="beforeEditorKeyPress">beforeEditorKeyPress</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorKeyUp">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorKeyUp" property="yui:name" title="beforeEditorKeyUp">beforeEditorKeyUp</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorMouseDown">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorMouseDown" property="yui:name" title="beforeEditorMouseDown">beforeEditorMouseDown</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeEditorMouseUp">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeEditorMouseUp" property="yui:name" title="beforeEditorMouseUp">beforeEditorMouseUp</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeExecCommand">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeExecCommand" property="yui:name" title="beforeExecCommand">beforeExecCommand</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeExtracssChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeExtracssChange" property="yui:name" title="beforeExtracssChange">beforeExtracssChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeFocusAtStartChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeFocusAtStartChange" property="yui:name" title="beforeFocusAtStartChange">beforeFocusAtStartChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeHandleSubmitChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeHandleSubmitChange" property="yui:name" title="beforeHandleSubmitChange">beforeHandleSubmitChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeHeightChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeHeightChange" property="yui:name" title="beforeHeightChange">beforeHeightChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeHtmlChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeHtmlChange" property="yui:name" title="beforeHtmlChange">beforeHtmlChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeMarkupChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeMarkupChange" property="yui:name" title="beforeMarkupChange">beforeMarkupChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeNodeChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeNodeChange" property="yui:name" title="beforeNodeChange">beforeNodeChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeRemoveLineBreaksChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeRemoveLineBreaksChange" property="yui:name" title="beforeRemoveLineBreaksChange">beforeRemoveLineBreaksChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeToolbarChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeToolbarChange" property="yui:name" title="beforeToolbarChange">beforeToolbarChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_beforeWidthChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_beforeWidthChange" property="yui:name" title="beforeWidthChange">beforeWidthChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_blankimageChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_blankimageChange" property="yui:name" title="blankimageChange">blankimageChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_cleanHTML">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_cleanHTML" property="yui:name" title="cleanHTML">cleanHTML</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_cssChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_cssChange" property="yui:name" title="cssChange">cssChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_disabledChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_disabledChange" property="yui:name" title="disabledChange">disabledChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_dompathChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_dompathChange" property="yui:name" title="dompathChange">dompathChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorClick">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorClick" property="yui:name" title="editorClick">editorClick</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorContentLoaded">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorContentLoaded" property="yui:name" title="editorContentLoaded">editorContentLoaded</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorDoubleClick">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorDoubleClick" property="yui:name" title="editorDoubleClick">editorDoubleClick</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorKeyDown">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorKeyDown" property="yui:name" title="editorKeyDown">editorKeyDown</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorKeyPress">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorKeyPress" property="yui:name" title="editorKeyPress">editorKeyPress</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorKeyUp">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorKeyUp" property="yui:name" title="editorKeyUp">editorKeyUp</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorMouseDown">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorMouseDown" property="yui:name" title="editorMouseDown">editorMouseDown</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorMouseUp">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorMouseUp" property="yui:name" title="editorMouseUp">editorMouseUp</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorWindowBlur">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorWindowBlur" property="yui:name" title="editorWindowBlur">editorWindowBlur</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_editorWindowFocus">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_editorWindowFocus" property="yui:name" title="editorWindowFocus">editorWindowFocus</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_extracssChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_extracssChange" property="yui:name" title="extracssChange">extracssChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_focusAtStartChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_focusAtStartChange" property="yui:name" title="focusAtStartChange">focusAtStartChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_handleSubmitChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_handleSubmitChange" property="yui:name" title="handleSubmitChange">handleSubmitChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_heightChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_heightChange" property="yui:name" title="heightChange">heightChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_htmlChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_htmlChange" property="yui:name" title="htmlChange">htmlChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_markupChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_markupChange" property="yui:name" title="markupChange">markupChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_removeLineBreaksChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_removeLineBreaksChange" property="yui:name" title="removeLineBreaksChange">removeLineBreaksChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_toolbarChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_toolbarChange" property="yui:name" title="toolbarChange">toolbarChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_toolbarLoaded">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_toolbarLoaded" property="yui:name" title="toolbarLoaded">toolbarLoaded</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.widget.SimpleEditor.html#event_widthChange">
<a class="" href="YAHOO.widget.SimpleEditor.html#event_widthChange" property="yui:name" title="widthChange">widthChange</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Events inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_appendTo">
<a class="" href="YAHOO.util.Element.html#event_appendTo" property="yui:name" title="appendTo">appendTo</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_available">
<a class="" href="YAHOO.util.Element.html#event_available" property="yui:name" title="available">available</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_beforeAppendTo">
<a class="" href="YAHOO.util.Element.html#event_beforeAppendTo" property="yui:name" title="beforeAppendTo">beforeAppendTo</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_beforeElementChange">
<a class="" href="YAHOO.util.Element.html#event_beforeElementChange" property="yui:name" title="beforeElementChange">beforeElementChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_contentReady">
<a class="" href="YAHOO.util.Element.html#event_contentReady" property="yui:name" title="contentReady">contentReady</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_elementChange">
<a class="" href="YAHOO.util.Element.html#event_elementChange" property="yui:name" title="elementChange">elementChange</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_hiddencss">
<h4><a name="config_hiddencss">hiddencss</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The CSS used to show/hide hidden elements on the page, these rules must be prefixed with the class provided in <code>this.CLASS_HIDDEN</code>
</div>
</div>
<div class="default">
Default Value: <code><pre>
.yui-hidden font, .yui-hidden strong, .yui-hidden b, .yui-hidden em, .yui-hidden i, .yui-hidden u,
.yui-hidden div, .yui-hidden p, .yui-hidden span, .yui-hidden img, .yui-hidden ul, .yui-hidden ol,
.yui-hidden li, .yui-hidden table {
border: 1px dotted #ccc;
}
.yui-hidden .yui-non {
border: none;
}
.yui-hidden img {
padding: 2px;
}</pre></code>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_localFileWarning">
<h4><a name="config_localFileWarning">localFileWarning</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Should we throw the warning if we detect a file that is local to their machine?
</div>
</div>
<div class="default">
Default Value: true
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.widget.SimpleEditor.html">
<h4>Configuration attributes inherited from <a href="YAHOO.widget.SimpleEditor.html" property="yui:name" title="YAHOO.widget.SimpleEditor">YAHOO.widget.SimpleEditor</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_allowNoEdit">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_allowNoEdit" property="yui:name" title="allowNoEdit">allowNoEdit</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_animate">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_animate" property="yui:name" title="animate">animate</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_autoHeight">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_autoHeight" property="yui:name" title="autoHeight">autoHeight</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_blankimage">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_blankimage" property="yui:name" title="blankimage">blankimage</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_container">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_container" property="yui:name" title="container">container</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_css">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_css" property="yui:name" title="css">css</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_disabled">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_disabled" property="yui:name" title="disabled">disabled</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_disabled_iframe">
<a class="private" href="YAHOO.widget.SimpleEditor.html#config_disabled_iframe" property="yui:name" title="disabled_iframe">disabled_iframe</a><span class="private">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_dompath">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_dompath" property="yui:name" title="dompath">dompath</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_drag">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_drag" property="yui:name" title="drag">drag</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_editor_wrapper">
<a class="private" href="YAHOO.widget.SimpleEditor.html#config_editor_wrapper" property="yui:name" title="editor_wrapper">editor_wrapper</a><span class="private">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_element_cont">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_element_cont" property="yui:name" title="element_cont">element_cont</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_extracss">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_extracss" property="yui:name" title="extracss">extracss</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_filterWord">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_filterWord" property="yui:name" title="filterWord">filterWord</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_focusAtStart">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_focusAtStart" property="yui:name" title="focusAtStart">focusAtStart</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_handleSubmit">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_handleSubmit" property="yui:name" title="handleSubmit">handleSubmit</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_height">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_height" property="yui:name" title="height">height</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_html">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_html" property="yui:name" title="html">html</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_iframe">
<a class="private" href="YAHOO.widget.SimpleEditor.html#config_iframe" property="yui:name" title="iframe">iframe</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_insert">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_insert" property="yui:name" title="insert">insert</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_limitCommands">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_limitCommands" property="yui:name" title="limitCommands">limitCommands</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_markup">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_markup" property="yui:name" title="markup">markup</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_maxUndo">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_maxUndo" property="yui:name" title="maxUndo">maxUndo</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_nodeChangeDelay">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_nodeChangeDelay" property="yui:name" title="nodeChangeDelay">nodeChangeDelay</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_nodeChangeThreshold">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_nodeChangeThreshold" property="yui:name" title="nodeChangeThreshold">nodeChangeThreshold</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_panel">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_panel" property="yui:name" title="panel">panel</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_plainText">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_plainText" property="yui:name" title="plainText">plainText</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_ptags">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_ptags" property="yui:name" title="ptags">ptags</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_removeLineBreaks">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_removeLineBreaks" property="yui:name" title="removeLineBreaks">removeLineBreaks</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_resize">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_resize" property="yui:name" title="resize">resize</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_saveEl">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_saveEl" property="yui:name" title="saveEl">saveEl</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_setDesignMode">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_setDesignMode" property="yui:name" title="setDesignMode">setDesignMode</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_textarea">
<a class="private" href="YAHOO.widget.SimpleEditor.html#config_textarea" property="yui:name" title="textarea">textarea</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_toolbar">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_toolbar" property="yui:name" title="toolbar">toolbar</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_toolbar_cont">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_toolbar_cont" property="yui:name" title="toolbar_cont">toolbar_cont</a>
</span>
<span rel="yui:attribute" resource="YAHOO.widget.SimpleEditor.html#config_width">
<a class="" href="YAHOO.widget.SimpleEditor.html#config_width" property="yui:name" title="width">width</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Configuration attributes inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="YAHOO.util.Element.html#config_element">
<a class="" href="YAHOO.util.Element.html#config_element" property="yui:name" title="element">element</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=""><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="selected"><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="selected"><a href="YAHOO.widget.Editor.html" title="YAHOO.widget.Editor">YAHOO.widget.Editor</a></li>
<li class=""><a href="YAHOO.widget.EditorInfo.html" title="YAHOO.widget.EditorInfo">YAHOO.widget.EditorInfo</a></li>
<li class=""><a href="YAHOO.widget.EditorWindow.html" title="YAHOO.widget.EditorWindow">YAHOO.widget.EditorWindow</a></li>
<li class=""><a href="YAHOO.widget.SimpleEditor.html" title="YAHOO.widget.SimpleEditor">YAHOO.widget.SimpleEditor</a></li>
<li class=""><a href="YAHOO.widget.Toolbar.html" title="YAHOO.widget.Toolbar">YAHOO.widget.Toolbar</a></li>
<li class=""><a href="YAHOO.widget.ToolbarButton.html" title="YAHOO.widget.ToolbarButton">YAHOO.widget.ToolbarButton</a></li>
<li class=""><a href="YAHOO.widget.ToolbarButtonAdvanced.html" title="YAHOO.widget.ToolbarButtonAdvanced">YAHOO.widget.ToolbarButtonAdvanced</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="editor.js.html" title="editor.js">editor.js</a></li>
<li class=""><a href="simple-editor.js.html" title="simple-editor.js">simple-editor.js</a></li>
<li class=""><a href="toolbar-button.js.html" title="toolbar-button.js">toolbar-button.js</a></li>
<li class=""><a href="toolbar.js.html" title="toolbar.js">toolbar.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="private"><a href="#property__alwaysDisabled" title="_alwaysDisabled">_alwaysDisabled</a></li>
<li class="private"><a href="#property__alwaysEnabled" title="_alwaysEnabled">_alwaysEnabled</a></li>
<li class="private"><a href="#property__disabled" title="_disabled">_disabled</a></li>
<li class="private"><a href="#property__undoCache" title="_undoCache">_undoCache</a></li>
<li class="private"><a href="#property__undoLevel" title="_undoLevel">_undoLevel</a></li>
<li class="protected"><a href="#property_CLASS_HIDDEN" title="CLASS_HIDDEN">CLASS_HIDDEN</a></li>
<li class="protected"><a href="#property_CLASS_LOCAL_FILE" title="CLASS_LOCAL_FILE">CLASS_LOCAL_FILE</a></li>
<li class=""><a href="#property_EDITOR_PANEL_ID" title="EDITOR_PANEL_ID">EDITOR_PANEL_ID</a></li>
<li class=""><a href="#property_STR_BEFORE_EDITOR" title="STR_BEFORE_EDITOR">STR_BEFORE_EDITOR</a></li>
<li class=""><a href="#property_STR_CLOSE_WINDOW" title="STR_CLOSE_WINDOW">STR_CLOSE_WINDOW</a></li>
<li class=""><a href="#property_STR_CLOSE_WINDOW_NOTE" title="STR_CLOSE_WINDOW_NOTE">STR_CLOSE_WINDOW_NOTE</a></li>
<li class=""><a href="#property_STR_IMAGE_BORDER" title="STR_IMAGE_BORDER">STR_IMAGE_BORDER</a></li>
<li class=""><a href="#property_STR_IMAGE_BORDER_SIZE" title="STR_IMAGE_BORDER_SIZE">STR_IMAGE_BORDER_SIZE</a></li>
<li class=""><a href="#property_STR_IMAGE_BORDER_TYPE" title="STR_IMAGE_BORDER_TYPE">STR_IMAGE_BORDER_TYPE</a></li>
<li class=""><a href="#property_STR_IMAGE_COPY" title="STR_IMAGE_COPY">STR_IMAGE_COPY</a></li>
<li class=""><a href="#property_STR_IMAGE_ORIG_SIZE" title="STR_IMAGE_ORIG_SIZE">STR_IMAGE_ORIG_SIZE</a></li>
<li class=""><a href="#property_STR_IMAGE_PADDING" title="STR_IMAGE_PADDING">STR_IMAGE_PADDING</a></li>
<li class=""><a href="#property_STR_IMAGE_PROP_TITLE" title="STR_IMAGE_PROP_TITLE">STR_IMAGE_PROP_TITLE</a></li>
<li class=""><a href="#property_STR_IMAGE_SIZE" title="STR_IMAGE_SIZE">STR_IMAGE_SIZE</a></li>
<li class=""><a href="#property_STR_IMAGE_TEXTFLOW" title="STR_IMAGE_TEXTFLOW">STR_IMAGE_TEXTFLOW</a></li>
<li class=""><a href="#property_STR_IMAGE_TITLE" title="STR_IMAGE_TITLE">STR_IMAGE_TITLE</a></li>
<li class=""><a href="#property_STR_LINK_NEW_WINDOW" title="STR_LINK_NEW_WINDOW">STR_LINK_NEW_WINDOW</a></li>
<li class=""><a href="#property_STR_LINK_PROP_REMOVE" title="STR_LINK_PROP_REMOVE">STR_LINK_PROP_REMOVE</a></li>
<li class=""><a href="#property_STR_LINK_PROP_TITLE" title="STR_LINK_PROP_TITLE">STR_LINK_PROP_TITLE</a></li>
<li class=""><a href="#property_STR_LINK_TITLE" title="STR_LINK_TITLE">STR_LINK_TITLE</a></li>
<li class=""><a href="#property_STR_LOCAL_FILE_WARNING" title="STR_LOCAL_FILE_WARNING">STR_LOCAL_FILE_WARNING</a></li>
<li class=""><a href="#property_STR_NONE" title="STR_NONE">STR_NONE</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="private"><a href="#method__checkUndo" title="_checkUndo">_checkUndo</a></li>
<li class="private"><a href="#method__closeWindow" title="_closeWindow">_closeWindow</a></li>
<li class="private"><a href="#method__defaultImageToolbar" title="_defaultImageToolbar">_defaultImageToolbar</a></li>
<li class="private"><a href="#method__defaultImageToolbarConfig" title="_defaultImageToolbarConfig">_defaultImageToolbarConfig</a></li>
<li class="private"><a href="#method__fixNodes" title="_fixNodes">_fixNodes</a></li>
<li class="private"><a href="#method__getUndo" title="_getUndo">_getUndo</a></li>
<li class="private"><a href="#method__handleCreateLinkWindowClose" title="_handleCreateLinkWindowClose">_handleCreateLinkWindowClose</a></li>
<li class="private"><a href="#method__handleInsertImageClick" title="_handleInsertImageClick">_handleInsertImageClick</a></li>
<li class="private"><a href="#method__handleInsertImageWindowClose" title="_handleInsertImageWindowClose">_handleInsertImageWindowClose</a></li>
<li class="private"><a href="#method__handleKeyDown" title="_handleKeyDown">_handleKeyDown</a></li>
<li class=""><a href="#method__handleWindowInputs" title="_handleWindowInputs">_handleWindowInputs</a></li>
<li class="private"><a href="#method__hasUndoLevel" title="_hasUndoLevel">_hasUndoLevel</a></li>
<li class="private"><a href="#method__putUndo" title="_putUndo">_putUndo</a></li>
<li class="private"><a href="#method__renderCreateLinkWindow" title="_renderCreateLinkWindow">_renderCreateLinkWindow</a></li>
<li class="private"><a href="#method__renderInsertImageWindow" title="_renderInsertImageWindow">_renderInsertImageWindow</a></li>
<li class="private"><a href="#method__renderPanel" title="_renderPanel">_renderPanel</a></li>
<li class="private"><a href="#method__storeUndo" title="_storeUndo">_storeUndo</a></li>
<li class="private"><a href="#method__undoNodeChange" title="_undoNodeChange">_undoNodeChange</a></li>
<li class="private"><a href="#method__windows" title="_windows">_windows</a></li>
<li class=""><a href="#method_closeWindow" title="closeWindow">closeWindow</a></li>
<li class=""><a href="#method_cmd_heading" title="cmd_heading">cmd_heading</a></li>
<li class=""><a href="#method_cmd_hiddenelements" title="cmd_hiddenelements">cmd_hiddenelements</a></li>
<li class=""><a href="#method_cmd_indent" title="cmd_indent">cmd_indent</a></li>
<li class=""><a href="#method_cmd_justify" title="cmd_justify">cmd_justify</a></li>
<li class=""><a href="#method_cmd_justifycenter" title="cmd_justifycenter">cmd_justifycenter</a></li>
<li class=""><a href="#method_cmd_justifyleft" title="cmd_justifyleft">cmd_justifyleft</a></li>
<li class=""><a href="#method_cmd_justifyright" title="cmd_justifyright">cmd_justifyright</a></li>
<li class=""><a href="#method_cmd_outdent" title="cmd_outdent">cmd_outdent</a></li>
<li class=""><a href="#method_cmd_redo" title="cmd_redo">cmd_redo</a></li>
<li class=""><a href="#method_cmd_removeformat" title="cmd_removeformat">cmd_removeformat</a></li>
<li class=""><a href="#method_cmd_script" title="cmd_script">cmd_script</a></li>
<li class=""><a href="#method_cmd_subscript" title="cmd_subscript">cmd_subscript</a></li>
<li class=""><a href="#method_cmd_superscript" title="cmd_superscript">cmd_superscript</a></li>
<li class=""><a href="#method_cmd_undo" title="cmd_undo">cmd_undo</a></li>
<li class=""><a href="#method_init" title="init">init</a></li>
<li class=""><a href="#method_initAttributes" title="initAttributes">initAttributes</a></li>
<li class=""><a href="#method_moveWindow" title="moveWindow">moveWindow</a></li>
<li class=""><a href="#method_openWindow" title="openWindow">openWindow</a></li>
<li class=""><a href="#method_toString" title="toString">toString</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_afterOpenWindow" title="afterOpenWindow">afterOpenWindow</a></li>
<li class=""><a href="#event_beforeHiddencssChange" title="beforeHiddencssChange">beforeHiddencssChange</a></li>
<li class=""><a href="#event_beforeLocalFileWarningChange" title="beforeLocalFileWarningChange">beforeLocalFileWarningChange</a></li>
<li class=""><a href="#event_beforeOpenWindow" title="beforeOpenWindow">beforeOpenWindow</a></li>
<li class=""><a href="#event_closeWindow" title="closeWindow">closeWindow</a></li>
<li class=""><a href="#event_hiddencssChange" title="hiddencssChange">hiddencssChange</a></li>
<li class=""><a href="#event_localFileWarningChange" title="localFileWarningChange">localFileWarningChange</a></li>
<li class=""><a href="#event_windowCMDClose" title="windowCMDClose">windowCMDClose</a></li>
<li class=""><a href="#event_windowCMDOpen" title="windowCMDOpen">windowCMDOpen</a></li>
<li class=""><a href="#event_windowCreateLinkRender" title="windowCreateLinkRender">windowCreateLinkRender</a></li>
<li class=""><a href="#event_windowInsertImageRender" title="windowInsertImageRender">windowInsertImageRender</a></li>
<li class=""><a href="#event_windowRender" title="windowRender">windowRender</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_hiddencss" title="hiddencss">hiddencss</a></li>
<li class=""><a href="#config_localFileWarning" title="localFileWarning">localFileWarning</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.widget.Editor", "name": "afterOpenWindow", "url": "YAHOO.widget.Editor.html#event_afterOpenWindow", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_alwaysDisabled", "url": "YAHOO.widget.Editor.html#property__alwaysDisabled", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_alwaysEnabled", "url": "YAHOO.widget.Editor.html#property__alwaysEnabled", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "beforeHiddencssChange", "url": "YAHOO.widget.Editor.html#event_beforeHiddencssChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "beforeLocalFileWarningChange", "url": "YAHOO.widget.Editor.html#event_beforeLocalFileWarningChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "beforeOpenWindow", "url": "YAHOO.widget.Editor.html#event_beforeOpenWindow", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_checkUndo", "url": "YAHOO.widget.Editor.html#method__checkUndo", "type": "method"}, {"access": "protected", "host": "YAHOO.widget.Editor", "name": "CLASS_HIDDEN", "url": "YAHOO.widget.Editor.html#property_CLASS_HIDDEN", "type": "property"}, {"access": "protected", "host": "YAHOO.widget.Editor", "name": "CLASS_LOCAL_FILE", "url": "YAHOO.widget.Editor.html#property_CLASS_LOCAL_FILE", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_closeWindow", "url": "YAHOO.widget.Editor.html#method__closeWindow", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "closeWindow", "url": "YAHOO.widget.Editor.html#method_closeWindow", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "closeWindow", "url": "YAHOO.widget.Editor.html#event_closeWindow", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_heading", "url": "YAHOO.widget.Editor.html#method_cmd_heading", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_hiddenelements", "url": "YAHOO.widget.Editor.html#method_cmd_hiddenelements", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_indent", "url": "YAHOO.widget.Editor.html#method_cmd_indent", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_justify", "url": "YAHOO.widget.Editor.html#method_cmd_justify", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_justifycenter", "url": "YAHOO.widget.Editor.html#method_cmd_justifycenter", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_justifyleft", "url": "YAHOO.widget.Editor.html#method_cmd_justifyleft", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_justifyright", "url": "YAHOO.widget.Editor.html#method_cmd_justifyright", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_outdent", "url": "YAHOO.widget.Editor.html#method_cmd_outdent", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_redo", "url": "YAHOO.widget.Editor.html#method_cmd_redo", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_removeformat", "url": "YAHOO.widget.Editor.html#method_cmd_removeformat", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_script", "url": "YAHOO.widget.Editor.html#method_cmd_script", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_subscript", "url": "YAHOO.widget.Editor.html#method_cmd_subscript", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_superscript", "url": "YAHOO.widget.Editor.html#method_cmd_superscript", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "cmd_undo", "url": "YAHOO.widget.Editor.html#method_cmd_undo", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_defaultImageToolbar", "url": "YAHOO.widget.Editor.html#method__defaultImageToolbar", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_defaultImageToolbarConfig", "url": "YAHOO.widget.Editor.html#method__defaultImageToolbarConfig", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_disabled", "url": "YAHOO.widget.Editor.html#property__disabled", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "EDITOR_PANEL_ID", "url": "YAHOO.widget.Editor.html#property_EDITOR_PANEL_ID", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_fixNodes", "url": "YAHOO.widget.Editor.html#method__fixNodes", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_getUndo", "url": "YAHOO.widget.Editor.html#method__getUndo", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_handleCreateLinkWindowClose", "url": "YAHOO.widget.Editor.html#method__handleCreateLinkWindowClose", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_handleInsertImageClick", "url": "YAHOO.widget.Editor.html#method__handleInsertImageClick", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_handleInsertImageWindowClose", "url": "YAHOO.widget.Editor.html#method__handleInsertImageWindowClose", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_handleKeyDown", "url": "YAHOO.widget.Editor.html#method__handleKeyDown", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "_handleWindowInputs", "url": "YAHOO.widget.Editor.html#method__handleWindowInputs", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_hasUndoLevel", "url": "YAHOO.widget.Editor.html#method__hasUndoLevel", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "hiddencss", "url": "YAHOO.widget.Editor.html#config_hiddencss", "type": "config"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "hiddencssChange", "url": "YAHOO.widget.Editor.html#event_hiddencssChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "init", "url": "YAHOO.widget.Editor.html#method_init", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "initAttributes", "url": "YAHOO.widget.Editor.html#method_initAttributes", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "localFileWarning", "url": "YAHOO.widget.Editor.html#config_localFileWarning", "type": "config"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "localFileWarningChange", "url": "YAHOO.widget.Editor.html#event_localFileWarningChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "moveWindow", "url": "YAHOO.widget.Editor.html#method_moveWindow", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "openWindow", "url": "YAHOO.widget.Editor.html#method_openWindow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_putUndo", "url": "YAHOO.widget.Editor.html#method__putUndo", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_renderCreateLinkWindow", "url": "YAHOO.widget.Editor.html#method__renderCreateLinkWindow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_renderInsertImageWindow", "url": "YAHOO.widget.Editor.html#method__renderInsertImageWindow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_renderPanel", "url": "YAHOO.widget.Editor.html#method__renderPanel", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_storeUndo", "url": "YAHOO.widget.Editor.html#method__storeUndo", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_BEFORE_EDITOR", "url": "YAHOO.widget.Editor.html#property_STR_BEFORE_EDITOR", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_CLOSE_WINDOW", "url": "YAHOO.widget.Editor.html#property_STR_CLOSE_WINDOW", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_CLOSE_WINDOW_NOTE", "url": "YAHOO.widget.Editor.html#property_STR_CLOSE_WINDOW_NOTE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_BORDER", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_BORDER", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_BORDER_SIZE", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_BORDER_SIZE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_BORDER_TYPE", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_BORDER_TYPE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_COPY", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_COPY", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_ORIG_SIZE", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_ORIG_SIZE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_PADDING", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_PADDING", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_PROP_TITLE", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_PROP_TITLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_SIZE", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_SIZE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_TEXTFLOW", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_TEXTFLOW", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_IMAGE_TITLE", "url": "YAHOO.widget.Editor.html#property_STR_IMAGE_TITLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_LINK_NEW_WINDOW", "url": "YAHOO.widget.Editor.html#property_STR_LINK_NEW_WINDOW", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_LINK_PROP_REMOVE", "url": "YAHOO.widget.Editor.html#property_STR_LINK_PROP_REMOVE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_LINK_PROP_TITLE", "url": "YAHOO.widget.Editor.html#property_STR_LINK_PROP_TITLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_LINK_TITLE", "url": "YAHOO.widget.Editor.html#property_STR_LINK_TITLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_LOCAL_FILE_WARNING", "url": "YAHOO.widget.Editor.html#property_STR_LOCAL_FILE_WARNING", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "STR_NONE", "url": "YAHOO.widget.Editor.html#property_STR_NONE", "type": "property"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "toString", "url": "YAHOO.widget.Editor.html#method_toString", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_undoCache", "url": "YAHOO.widget.Editor.html#property__undoCache", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_undoLevel", "url": "YAHOO.widget.Editor.html#property__undoLevel", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_undoNodeChange", "url": "YAHOO.widget.Editor.html#method__undoNodeChange", "type": "method"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "windowCMDClose", "url": "YAHOO.widget.Editor.html#event_windowCMDClose", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "windowCMDOpen", "url": "YAHOO.widget.Editor.html#event_windowCMDOpen", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "windowCreateLinkRender", "url": "YAHOO.widget.Editor.html#event_windowCreateLinkRender", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "windowInsertImageRender", "url": "YAHOO.widget.Editor.html#event_windowInsertImageRender", "type": "event"}, {"access": "", "host": "YAHOO.widget.Editor", "name": "windowRender", "url": "YAHOO.widget.Editor.html#event_windowRender", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Editor", "name": "_windows", "url": "YAHOO.widget.Editor.html#method__windows", "type": "method"}];
</script>
</body>
</html>