<!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-plugin WireIt.WiringEditor (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://neyric.github.com/wireit" title="WireItLibrary">WireItLibrary</a></h1>
<h3>editor-plugin <span class="subtitle">0.6.0</span></h3>
<a href="./index.html" title="WireItLibrary">WireItLibrary</a>
> <a href="./module_editor-plugin.html" title="editor-plugin">editor-plugin</a>
> WireIt.WiringEditor
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
<fieldset>
<legend>Filters</legend>
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
</fieldset>
</form>
<h2>
Class <b property="yui:name">WireIt.WiringEditor</b>
<span class="extends">
- extends <a href="WireIt.BaseEditor.html" title="WireIt.BaseEditor">WireIt.BaseEditor</a>
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
The WiringEditor class provides a full page interface
</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">WireIt.WiringEditor</strong>
<code>
(
options
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">options</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="" rel="yui:property" resource="#property_adapters">
<h4><a name="property_adapters" property="yui:name">adapters</a>
- <code>static <span property="yui:type">object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
WiringEditor Adapters
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_layer">
<h4><a name="property_layer" property="yui:name">layer</a>
- <code><span property="yui:type">{WireIt.Layer}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_modulesByName">
<h4><a name="property_modulesByName" property="yui:name">modulesByName</a>
- <code><span property="yui:type">{Object}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Hash object to reference module definitions by their name
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="WireIt.BaseEditor.html">
<h4>Properties inherited from <a href="WireIt.BaseEditor.html" property="yui:name" title="WireIt.BaseEditor">WireIt.BaseEditor</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="WireIt.BaseEditor.html#property_alertPanel">
<a class="" href="WireIt.BaseEditor.html#property_alertPanel" property="yui:name" title="alertPanel">alertPanel</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.BaseEditor.html#property_defaultOptions">
<a class="" href="WireIt.BaseEditor.html#property_defaultOptions" property="yui:name" title="defaultOptions">defaultOptions</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.BaseEditor.html#property_el">
<a class="" href="WireIt.BaseEditor.html#property_el" property="yui:name" title="el">el</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.BaseEditor.html#property_helpPanel">
<a class="" href="WireIt.BaseEditor.html#property_helpPanel" property="yui:name" title="helpPanel">helpPanel</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.BaseEditor.html#property_layout">
<a class="" href="WireIt.BaseEditor.html#property_layout" property="yui:name" title="layout">layout</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.BaseEditor.html#property_options">
<a class="" href="WireIt.BaseEditor.html#property_options" property="yui:name" title="options">options</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="" rel="yui:method" resource="#method_addModule">
<h4>
<a name="method_addModule">addModule</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">addModule</strong>
(
)
</code>
<div class="description" property="yui:description">
add a module at the given pos
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_addModuleToList">
<h4>
<a name="method_addModuleToList">addModuleToList</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">addModuleToList</strong>
(
)
</code>
<div class="description" property="yui:description">
Add a module definition to the left list
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_buildModulesList">
<h4>
<a name="method_buildModulesList">buildModulesList</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">buildModulesList</strong>
(
)
</code>
<div class="description" property="yui:description">
Build the left menu on the left
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_checkAutoLoad">
<h4>
<a name="method_checkAutoLoad">checkAutoLoad</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">checkAutoLoad</strong>
(
)
</code>
<div class="description" property="yui:description">
checkAutoLoad looks for the "autoload" URL parameter and open the pipe.
returns true if it loads a Pipe
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getPipeByName">
<h4>
<a name="method_getPipeByName">getPipeByName</a></h4>
<div class="detail" >
<code>
Object
<strong property="yui:name">getPipeByName</strong>
(
name
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">name</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> Pipe's name</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo">return the pipe configuration</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getValue">
<h4>
<a name="method_getValue">getValue</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">getValue</strong>
(
)
</code>
<div class="description" property="yui:description">
This method return a wiring within the given vocabulary described by the modules list
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_inputFilterTimer">
<h4>
<a name="method_inputFilterTimer">inputFilterTimer</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">inputFilterTimer</strong>
(
)
</code>
<div class="description" property="yui:description">
Method called from each keyup on the search filter in load panel.
The real filtering occurs only after 500ms so that the filter process isn't called too often
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_load">
<h4>
<a name="method_load">load</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">load</strong>
(
)
</code>
<div class="description" property="yui:description">
Start the loading of the pipes using the adapter
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_loadPipe">
<h4>
<a name="method_loadPipe">loadPipe</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">loadPipe</strong>
(
name
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">name</span>
<<span property="yui:type">String</span>>
</code>
<span property="yui:description"> Pipe name</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDelete">
<h4>
<a name="method_onDelete">onDelete</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDelete</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onLoadSuccess">
<h4>
<a name="method_onLoadSuccess">onLoadSuccess</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onLoadSuccess</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onNew">
<h4>
<a name="method_onNew">onNew</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onNew</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_render">
<h4>
<a name="method_render">render</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">render</strong>
(
)
</code>
<div class="description" property="yui:description">
Add the rendering of the layer
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_renderLoadPanel">
<h4>
<a name="method_renderLoadPanel">renderLoadPanel</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">renderLoadPanel</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_renderModulesAccordion">
<h4>
<a name="method_renderModulesAccordion">renderModulesAccordion</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">renderModulesAccordion</strong>
(
)
</code>
<div class="description" property="yui:description">
render the modules accordion in the left panel
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_save">
<h4>
<a name="method_save">save</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">save</strong>
(
)
</code>
<div class="description" property="yui:description">
save the current module
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_saveModuleFailure">
<h4>
<a name="method_saveModuleFailure">saveModuleFailure</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">saveModuleFailure</strong>
(
)
</code>
<div class="description" property="yui:description">
saveModule failure callback
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_saveModuleSuccess">
<h4>
<a name="method_saveModuleSuccess">saveModuleSuccess</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">saveModuleSuccess</strong>
(
)
</code>
<div class="description" property="yui:description">
saveModule success callback
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setOptions">
<h4>
<a name="method_setOptions">setOptions</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setOptions</strong>
(
options
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">options</span>
<<span property="yui:type">Object</span>>
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_updateLoadPanelList">
<h4>
<a name="method_updateLoadPanelList">updateLoadPanelList</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">updateLoadPanelList</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="WireIt.BaseEditor.html">
<h4>Methods inherited from <a href="WireIt.BaseEditor.html" property="yui:name" title="WireIt.BaseEditor">WireIt.BaseEditor</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_alert">
<a class="" href="WireIt.BaseEditor.html#method_alert" property="yui:name" title="alert">alert</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_isSaved">
<a class="" href="WireIt.BaseEditor.html#method_isSaved" property="yui:name" title="isSaved">isSaved</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_markSaved">
<a class="" href="WireIt.BaseEditor.html#method_markSaved" property="yui:name" title="markSaved">markSaved</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_markUnsaved">
<a class="" href="WireIt.BaseEditor.html#method_markUnsaved" property="yui:name" title="markUnsaved">markUnsaved</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_onHelp">
<a class="" href="WireIt.BaseEditor.html#method_onHelp" property="yui:name" title="onHelp">onHelp</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_onSave">
<a class="" href="WireIt.BaseEditor.html#method_onSave" property="yui:name" title="onSave">onSave</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_render">
<a class="" href="WireIt.BaseEditor.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_renderAlertPanel">
<a class="" href="WireIt.BaseEditor.html#method_renderAlertPanel" property="yui:name" title="renderAlertPanel">renderAlertPanel</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_renderButtons">
<a class="" href="WireIt.BaseEditor.html#method_renderButtons" property="yui:name" title="renderButtons">renderButtons</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_renderHelpPanel">
<a class="" href="WireIt.BaseEditor.html#method_renderHelpPanel" property="yui:name" title="renderHelpPanel">renderHelpPanel</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_renderPropertiesAccordion">
<a class="" href="WireIt.BaseEditor.html#method_renderPropertiesAccordion" property="yui:name" title="renderPropertiesAccordion">renderPropertiesAccordion</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_renderPropertiesForm">
<a class="" href="WireIt.BaseEditor.html#method_renderPropertiesForm" property="yui:name" title="renderPropertiesForm">renderPropertiesForm</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_renderSavedStatus">
<a class="" href="WireIt.BaseEditor.html#method_renderSavedStatus" property="yui:name" title="renderSavedStatus">renderSavedStatus</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_save">
<a class="" href="WireIt.BaseEditor.html#method_save" property="yui:name" title="save">save</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.BaseEditor.html#method_setOptions">
<a class="" href="WireIt.BaseEditor.html#method_setOptions" property="yui:name" title="setOptions">setOptions</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
</div>
<div rel="yui:attributes" resource="#configattributes">
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div id="moduleList" class="module">
<h4>Modules</h4>
<ul class="content">
<li class=""><a href="module_animations-plugin.html" title="animations-plugin">animations-plugin</a></li>
<li class=""><a href="module_composable-plugin.html" title="composable-plugin">composable-plugin</a></li>
<li class="selected"><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
<li class=""><a href="module_wireit.html" title="WireIt">WireIt</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="WireIt.BaseEditor.html" title="WireIt.BaseEditor">WireIt.BaseEditor</a></li>
<li class=""><a href="WireIt.FormContainer.html" title="WireIt.FormContainer">WireIt.FormContainer</a></li>
<li class=""><a href="WireIt.Group.html" title="WireIt.Group">WireIt.Group</a></li>
<li class=""><a href="WireIt.Grouper.html" title="WireIt.Grouper">WireIt.Grouper</a></li>
<li class=""><a href="WireIt.GroupUtils.html" title="WireIt.GroupUtils">WireIt.GroupUtils</a></li>
<li class=""><a href="WireIt.ModuleProxy.html" title="WireIt.ModuleProxy">WireIt.ModuleProxy</a></li>
<li class=""><a href="WireIt.RubberBand.html" title="WireIt.RubberBand">WireIt.RubberBand</a></li>
<li class="selected"><a href="WireIt.WiringEditor.html" title="WireIt.WiringEditor">WireIt.WiringEditor</a></li>
<li class=""><a href="WireIt.WiringEditor.adapters.Ajax.html" title="WireIt.WiringEditor.adapters.Ajax">WireIt.WiringEditor.adapters.Ajax</a></li>
<li class=""><a href="WireIt.WiringEditor.adapters.Gears.html" title="WireIt.WiringEditor.adapters.Gears">WireIt.WiringEditor.adapters.Gears</a></li>
<li class=""><a href="WireIt.WiringEditor.adapters.JsonRpc.html" title="WireIt.WiringEditor.adapters.JsonRpc">WireIt.WiringEditor.adapters.JsonRpc</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="ajax.js.html" title="ajax.js">ajax.js</a></li>
<li class=""><a href="FormContainer.js.html" title="FormContainer.js">FormContainer.js</a></li>
<li class=""><a href="gears.js.html" title="gears.js">gears.js</a></li>
<li class=""><a href="Group.js.html" title="Group.js">Group.js</a></li>
<li class=""><a href="Grouper.js.html" title="Grouper.js">Grouper.js</a></li>
<li class=""><a href="GroupFormContainer.js.html" title="GroupFormContainer.js">GroupFormContainer.js</a></li>
<li class=""><a href="GroupUtils.js.html" title="GroupUtils.js">GroupUtils.js</a></li>
<li class=""><a href="json-rpc.js.html" title="json-rpc.js">json-rpc.js</a></li>
<li class=""><a href="ModuleProxy.js.html" title="ModuleProxy.js">ModuleProxy.js</a></li>
<li class=""><a href="rest-json.js.html" title="rest-json.js">rest-json.js</a></li>
<li class=""><a href="RubberBand.js.html" title="RubberBand.js">RubberBand.js</a></li>
<li class=""><a href="WiringEditor.js.html" title="WiringEditor.js">WiringEditor.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class=""><a href="#property_adapters" title="adapters">adapters</a></li>
<li class=""><a href="#property_layer" title="layer">layer</a></li>
<li class=""><a href="#property_modulesByName" title="modulesByName">modulesByName</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class=""><a href="#method_addModule" title="addModule">addModule</a></li>
<li class=""><a href="#method_addModuleToList" title="addModuleToList">addModuleToList</a></li>
<li class=""><a href="#method_buildModulesList" title="buildModulesList">buildModulesList</a></li>
<li class=""><a href="#method_checkAutoLoad" title="checkAutoLoad">checkAutoLoad</a></li>
<li class=""><a href="#method_getPipeByName" title="getPipeByName">getPipeByName</a></li>
<li class=""><a href="#method_getValue" title="getValue">getValue</a></li>
<li class=""><a href="#method_inputFilterTimer" title="inputFilterTimer">inputFilterTimer</a></li>
<li class=""><a href="#method_load" title="load">load</a></li>
<li class=""><a href="#method_loadPipe" title="loadPipe">loadPipe</a></li>
<li class=""><a href="#method_onDelete" title="onDelete">onDelete</a></li>
<li class=""><a href="#method_onLoadSuccess" title="onLoadSuccess">onLoadSuccess</a></li>
<li class=""><a href="#method_onNew" title="onNew">onNew</a></li>
<li class=""><a href="#method_render" title="render">render</a></li>
<li class=""><a href="#method_renderLoadPanel" title="renderLoadPanel">renderLoadPanel</a></li>
<li class=""><a href="#method_renderModulesAccordion" title="renderModulesAccordion">renderModulesAccordion</a></li>
<li class=""><a href="#method_save" title="save">save</a></li>
<li class=""><a href="#method_saveModuleFailure" title="saveModuleFailure">saveModuleFailure</a></li>
<li class=""><a href="#method_saveModuleSuccess" title="saveModuleSuccess">saveModuleSuccess</a></li>
<li class=""><a href="#method_setOptions" title="setOptions">setOptions</a></li>
<li class=""><a href="#method_updateLoadPanelList" title="updateLoadPanelList">updateLoadPanelList</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright © 2010 Eric Abouaf All rights reserved.
</div>
</div>
<script type="text/javascript">
var ALL_YUI_PROPS = [{"url": "WireIt.WiringEditor.html#property_adapters", "access": "", "host": "WireIt.WiringEditor", "type": "property", "name": "adapters"}, {"url": "WireIt.WiringEditor.html#method_addModule", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "addModule"}, {"url": "WireIt.WiringEditor.html#method_addModuleToList", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "addModuleToList"}, {"url": "WireIt.BaseEditor.html#method_alert", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "alert"}, {"url": "WireIt.BaseEditor.html#property_alertPanel", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "alertPanel"}, {"url": "WireIt.WiringEditor.html#method_buildModulesList", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "buildModulesList"}, {"url": "WireIt.WiringEditor.html#method_checkAutoLoad", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "checkAutoLoad"}, {"url": "WireIt.BaseEditor.html#property_defaultOptions", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "defaultOptions"}, {"url": "WireIt.BaseEditor.html#property_el", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "el"}, {"url": "WireIt.ModuleProxy.html#method_endDrag", "access": "", "host": "WireIt.ModuleProxy", "type": "method", "name": "endDrag"}, {"url": "WireIt.WiringEditor.html#method_getPipeByName", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "getPipeByName"}, {"url": "WireIt.WiringEditor.html#method_getValue", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "getValue"}, {"url": "WireIt.BaseEditor.html#property_helpPanel", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "helpPanel"}, {"url": "WireIt.WiringEditor.html#method_inputFilterTimer", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "inputFilterTimer"}, {"url": "WireIt.BaseEditor.html#method_isSaved", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "isSaved"}, {"url": "WireIt.WiringEditor.html#property_layer", "access": "", "host": "WireIt.WiringEditor", "type": "property", "name": "layer"}, {"url": "WireIt.BaseEditor.html#property_layout", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "layout"}, {"url": "WireIt.WiringEditor.html#method_load", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "load"}, {"url": "WireIt.WiringEditor.html#method_loadPipe", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "loadPipe"}, {"url": "WireIt.BaseEditor.html#method_markSaved", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "markSaved"}, {"url": "WireIt.BaseEditor.html#method_markUnsaved", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "markUnsaved"}, {"url": "WireIt.WiringEditor.html#property_modulesByName", "access": "", "host": "WireIt.WiringEditor", "type": "property", "name": "modulesByName"}, {"url": "WireIt.WiringEditor.html#method_onDelete", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "onDelete"}, {"url": "WireIt.ModuleProxy.html#method_onDragDrop", "access": "", "host": "WireIt.ModuleProxy", "type": "method", "name": "onDragDrop"}, {"url": "WireIt.BaseEditor.html#method_onHelp", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "onHelp"}, {"url": "WireIt.WiringEditor.html#method_onLoadSuccess", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "onLoadSuccess"}, {"url": "WireIt.WiringEditor.html#method_onNew", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "onNew"}, {"url": "WireIt.BaseEditor.html#method_onSave", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "onSave"}, {"url": "WireIt.BaseEditor.html#property_options", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "options"}, {"url": "WireIt.BaseEditor.html#method_render", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "render"}, {"url": "WireIt.WiringEditor.html#method_render", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "render"}, {"url": "WireIt.BaseEditor.html#method_renderAlertPanel", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "renderAlertPanel"}, {"url": "WireIt.BaseEditor.html#method_renderButtons", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "renderButtons"}, {"url": "WireIt.BaseEditor.html#method_renderHelpPanel", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "renderHelpPanel"}, {"url": "WireIt.WiringEditor.html#method_renderLoadPanel", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "renderLoadPanel"}, {"url": "WireIt.WiringEditor.html#method_renderModulesAccordion", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "renderModulesAccordion"}, {"url": "WireIt.BaseEditor.html#method_renderPropertiesAccordion", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "renderPropertiesAccordion"}, {"url": "WireIt.BaseEditor.html#method_renderPropertiesForm", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "renderPropertiesForm"}, {"url": "WireIt.BaseEditor.html#method_renderSavedStatus", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "renderSavedStatus"}, {"url": "WireIt.BaseEditor.html#method_save", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "save"}, {"url": "WireIt.WiringEditor.html#method_save", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "save"}, {"url": "WireIt.WiringEditor.html#method_saveModuleFailure", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "saveModuleFailure"}, {"url": "WireIt.WiringEditor.html#method_saveModuleSuccess", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "saveModuleSuccess"}, {"url": "WireIt.BaseEditor.html#method_setOptions", "access": "", "host": "WireIt.BaseEditor", "type": "method", "name": "setOptions"}, {"url": "WireIt.WiringEditor.html#method_setOptions", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "setOptions"}, {"url": "WireIt.ModuleProxy.html#method_startDrag", "access": "", "host": "WireIt.ModuleProxy", "type": "method", "name": "startDrag"}, {"url": "WireIt.WiringEditor.html#method_updateLoadPanelList", "access": "", "host": "WireIt.WiringEditor", "type": "method", "name": "updateLoadPanelList"}];
</script>
</body>
</html>