<!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: inputex-plugin inputEx.LayerContainer (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>inputex-plugin <span class="subtitle">0.6.0</span></h3>
<a href="./index.html" title="WireItLibrary">WireItLibrary</a>
> <a href="./module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a>
> inputEx.LayerContainer
<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">inputEx.LayerContainer</b>
<span class="extends">
- extends <a href="WireIt.Container.html" title="WireIt.Container">WireIt.Container</a>
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
Container that has a Layer
</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">inputEx.LayerContainer</strong>
<code>
(
options
,
layer
)
</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>
<dd rel="yui:parameter">
<code><span property="yui:name">layer</span>
<<span property="yui:type">WireIt.Layer</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__WireItTerminals">
<h4><a name="property__WireItTerminals" property="yui:name">_WireItTerminals</a>
- <code><span property="yui:type">{Array}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
List of the contained terminals
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_className">
<h4><a name="property_className" property="yui:name">className</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
CSS class name for the container element
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: ""WireIt-Container WireIt-LayerContainer"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ddHandle">
<h4><a name="property_ddHandle" property="yui:name">ddHandle</a>
- <code><span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
(only if draggable) boolean indicating we use a handle for drag'n drop
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_height">
<h4><a name="property_height" property="yui:name">height</a>
- <code><span property="yui:type">Integer</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
initial height of the container
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 100
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_Layout">
<h4><a name="property_Layout" property="yui:name">Layout</a>
- <code>static <span property="yui:type">object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_width">
<h4><a name="property_width" property="yui:name">width</a>
- <code><span property="yui:type">Integer</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
initial width of the container
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 200
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_xtype">
<h4><a name="property_xtype" property="yui:name">xtype</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
String representing this class for exporting as JSON
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "WireIt.LayerContainer"
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="WireIt.Container.html">
<h4>Properties inherited from <a href="WireIt.Container.html" property="yui:name" title="WireIt.Container">WireIt.Container</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="WireIt.Container.html#property_bodyEl">
<a class="" href="WireIt.Container.html#property_bodyEl" property="yui:name" title="bodyEl">bodyEl</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_className">
<a class="" href="WireIt.Container.html#property_className" property="yui:name" title="className">className</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_close">
<a class="" href="WireIt.Container.html#property_close" property="yui:name" title="close">close</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_closeButtonClassName">
<a class="" href="WireIt.Container.html#property_closeButtonClassName" property="yui:name" title="closeButtonClassName">closeButtonClassName</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_ddHandle">
<a class="" href="WireIt.Container.html#property_ddHandle" property="yui:name" title="ddHandle">ddHandle</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_ddHandleClassName">
<a class="" href="WireIt.Container.html#property_ddHandleClassName" property="yui:name" title="ddHandleClassName">ddHandleClassName</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_draggable">
<a class="" href="WireIt.Container.html#property_draggable" property="yui:name" title="draggable">draggable</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_el">
<a class="" href="WireIt.Container.html#property_el" property="yui:name" title="el">el</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_groupable">
<a class="" href="WireIt.Container.html#property_groupable" property="yui:name" title="groupable">groupable</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_height">
<a class="" href="WireIt.Container.html#property_height" property="yui:name" title="height">height</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_icon">
<a class="" href="WireIt.Container.html#property_icon" property="yui:name" title="icon">icon</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_layer">
<a class="" href="WireIt.Container.html#property_layer" property="yui:name" title="layer">layer</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_position">
<a class="" href="WireIt.Container.html#property_position" property="yui:name" title="position">position</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_preventSelfWiring">
<a class="" href="WireIt.Container.html#property_preventSelfWiring" property="yui:name" title="preventSelfWiring">preventSelfWiring</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_resizable">
<a class="" href="WireIt.Container.html#property_resizable" property="yui:name" title="resizable">resizable</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_resizeHandleClassName">
<a class="" href="WireIt.Container.html#property_resizeHandleClassName" property="yui:name" title="resizeHandleClassName">resizeHandleClassName</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_terminals">
<a class="" href="WireIt.Container.html#property_terminals" property="yui:name" title="terminals">terminals</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_title">
<a class="" href="WireIt.Container.html#property_title" property="yui:name" title="title">title</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_width">
<a class="" href="WireIt.Container.html#property_width" property="yui:name" title="width">width</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_wires">
<a class="" href="WireIt.Container.html#property_wires" property="yui:name" title="wires">wires</a><span class="">,</span>
</span>
<span rel="yui:property" resource="WireIt.Container.html#property_xtype">
<a class="" href="WireIt.Container.html#property_xtype" property="yui:name" title="xtype">xtype</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_layoutAnim">
<h4>
<a name="method_layoutAnim">layoutAnim</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">layoutAnim</strong>
(
)
</code>
<div class="description" property="yui:description">
Calculate the new position for the given layout and animate the layer to this position
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDrag">
<h4>
<a name="method_onDrag">onDrag</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDrag</strong>
(
)
</code>
<div class="description" property="yui:description">
Override YAHOO.util.DD.prototype.onDrag to redraw the wires
</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">
Render a WireIt.Layer inside !
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setTerminals">
<h4>
<a name="method_setTerminals">setTerminals</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setTerminals</strong>
(
)
</code>
<div class="description" property="yui:description">
In case you change the terminals since you created the WireIt.LayerContainer.DD:
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_startDynamicLayout">
<h4>
<a name="method_startDynamicLayout">startDynamicLayout</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">startDynamicLayout</strong>
(
)
</code>
<div class="description" property="yui:description">
Start a dynamic layout
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_stopDynamicLayout">
<h4>
<a name="method_stopDynamicLayout">stopDynamicLayout</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">stopDynamicLayout</strong>
(
)
</code>
<div class="description" property="yui:description">
Stop the dynamic layout
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="WireIt.Container.html">
<h4>Methods inherited from <a href="WireIt.Container.html" property="yui:name" title="WireIt.Container">WireIt.Container</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="WireIt.Container.html#method_addTerminal">
<a class="" href="WireIt.Container.html#method_addTerminal" property="yui:name" title="addTerminal">addTerminal</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_dehighlight">
<a class="" href="WireIt.Container.html#method_dehighlight" property="yui:name" title="dehighlight">dehighlight</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_getConfig">
<a class="" href="WireIt.Container.html#method_getConfig" property="yui:name" title="getConfig">getConfig</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_getTerminal">
<a class="" href="WireIt.Container.html#method_getTerminal" property="yui:name" title="getTerminal">getTerminal</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_getValue">
<a class="" href="WireIt.Container.html#method_getValue" property="yui:name" title="getValue">getValue</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_getXY">
<a class="" href="WireIt.Container.html#method_getXY" property="yui:name" title="getXY">getXY</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_highlight">
<a class="" href="WireIt.Container.html#method_highlight" property="yui:name" title="highlight">highlight</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_initTerminals">
<a class="" href="WireIt.Container.html#method_initTerminals" property="yui:name" title="initTerminals">initTerminals</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_makeDraggable">
<a class="" href="WireIt.Container.html#method_makeDraggable" property="yui:name" title="makeDraggable">makeDraggable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_makeResizable">
<a class="" href="WireIt.Container.html#method_makeResizable" property="yui:name" title="makeResizable">makeResizable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_onAddWire">
<a class="" href="WireIt.Container.html#method_onAddWire" property="yui:name" title="onAddWire">onAddWire</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_onCloseButton">
<a class="" href="WireIt.Container.html#method_onCloseButton" property="yui:name" title="onCloseButton">onCloseButton</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_onMouseDown">
<a class="" href="WireIt.Container.html#method_onMouseDown" property="yui:name" title="onMouseDown">onMouseDown</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_onRemoveWire">
<a class="" href="WireIt.Container.html#method_onRemoveWire" property="yui:name" title="onRemoveWire">onRemoveWire</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_onResize">
<a class="" href="WireIt.Container.html#method_onResize" property="yui:name" title="onResize">onResize</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_redrawAllTerminals">
<a class="" href="WireIt.Container.html#method_redrawAllTerminals" property="yui:name" title="redrawAllTerminals">redrawAllTerminals</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_remove">
<a class="" href="WireIt.Container.html#method_remove" property="yui:name" title="remove">remove</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_removeAllTerminals">
<a class="" href="WireIt.Container.html#method_removeAllTerminals" property="yui:name" title="removeAllTerminals">removeAllTerminals</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_removeFocus">
<a class="" href="WireIt.Container.html#method_removeFocus" property="yui:name" title="removeFocus">removeFocus</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_render">
<a class="" href="WireIt.Container.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_setBody">
<a class="" href="WireIt.Container.html#method_setBody" property="yui:name" title="setBody">setBody</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_setFocus">
<a class="" href="WireIt.Container.html#method_setFocus" property="yui:name" title="setFocus">setFocus</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_setOptions">
<a class="" href="WireIt.Container.html#method_setOptions" property="yui:name" title="setOptions">setOptions</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_setValue">
<a class="" href="WireIt.Container.html#method_setValue" property="yui:name" title="setValue">setValue</a><span class="">,</span>
</span>
<span rel="yui:method" resource="WireIt.Container.html#method_superHighlight">
<a class="" href="WireIt.Container.html#method_superHighlight" property="yui:name" title="superHighlight">superHighlight</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="WireIt.Container.html">
<h4>Events inherited from <a href="WireIt.Container.html" property="yui:name" title="WireIt.Container">WireIt.Container</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="WireIt.Container.html#event_eventAddWire">
<a class="" href="WireIt.Container.html#event_eventAddWire" property="yui:name" title="eventAddWire">eventAddWire</a><span class="">,</span>
</span>
<span rel="yui:event" resource="WireIt.Container.html#event_eventBlur">
<a class="" href="WireIt.Container.html#event_eventBlur" property="yui:name" title="eventBlur">eventBlur</a><span class="">,</span>
</span>
<span rel="yui:event" resource="WireIt.Container.html#event_eventFocus">
<a class="" href="WireIt.Container.html#event_eventFocus" property="yui:name" title="eventFocus">eventFocus</a><span class="">,</span>
</span>
<span rel="yui:event" resource="WireIt.Container.html#event_eventRemoveWire">
<a class="" href="WireIt.Container.html#event_eventRemoveWire" property="yui:name" title="eventRemoveWire">eventRemoveWire</a><span class="">,</span>
</span>
</code>
</div>
</div>
</div>
</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=""><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
<li class="selected"><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="inputEx.BaseField.html" title="inputEx.BaseField">inputEx.BaseField</a></li>
<li class=""><a href="inputEx.Field.html" title="inputEx.Field">inputEx.Field</a></li>
<li class="selected"><a href="inputEx.LayerContainer.html" title="inputEx.LayerContainer">inputEx.LayerContainer</a></li>
<li class=""><a href="WireIt.FormContainer.html" title="WireIt.FormContainer">WireIt.FormContainer</a></li>
<li class=""><a href="WireIt.TextareaContainer.html" title="WireIt.TextareaContainer">WireIt.TextareaContainer</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="fields.js.html" title="fields.js">fields.js</a></li>
<li class=""><a href="LayerContainer.js.html" title="LayerContainer.js">LayerContainer.js</a></li>
<li class=""><a href="Layout.js.html" title="Layout.js">Layout.js</a></li>
<li class=""><a href="TextareaContainer.js.html" title="TextareaContainer.js">TextareaContainer.js</a></li>
<li class=""><a href="WirableField.js.html" title="WirableField.js">WirableField.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class=""><a href="#property__WireItTerminals" title="_WireItTerminals">_WireItTerminals</a></li>
<li class=""><a href="#property_className" title="className">className</a></li>
<li class=""><a href="#property_ddHandle" title="ddHandle">ddHandle</a></li>
<li class=""><a href="#property_height" title="height">height</a></li>
<li class=""><a href="#property_Layout" title="Layout">Layout</a></li>
<li class=""><a href="#property_width" title="width">width</a></li>
<li class=""><a href="#property_xtype" title="xtype">xtype</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class=""><a href="#method_layoutAnim" title="layoutAnim">layoutAnim</a></li>
<li class=""><a href="#method_onDrag" title="onDrag">onDrag</a></li>
<li class=""><a href="#method_render" title="render">render</a></li>
<li class=""><a href="#method_setTerminals" title="setTerminals">setTerminals</a></li>
<li class=""><a href="#method_startDynamicLayout" title="startDynamicLayout">startDynamicLayout</a></li>
<li class=""><a href="#method_stopDynamicLayout" title="stopDynamicLayout">stopDynamicLayout</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": "inputEx.Field.html#property__addElement", "access": "", "host": "inputEx.Field", "type": "property", "name": "_addElement"}, {"url": "inputEx.LayerContainer.html#property_className", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "className"}, {"url": "WireIt.FormContainer.html#property_collapsible", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "collapsible"}, {"url": "inputEx.LayerContainer.html#property_ddHandle", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "ddHandle"}, {"url": "WireIt.FormContainer.html#property_fields", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "fields"}, {"url": "WireIt.FormContainer.html#method_getValue", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "getValue"}, {"url": "inputEx.LayerContainer.html#property_height", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "height"}, {"url": "inputEx.LayerContainer.html#property_Layout", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "Layout"}, {"url": "inputEx.LayerContainer.html#method_layoutAnim", "access": "", "host": "inputEx.LayerContainer", "type": "method", "name": "layoutAnim"}, {"url": "WireIt.FormContainer.html#property_legend", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "legend"}, {"url": "inputEx.Field.html#method_onAddWire", "access": "", "host": "inputEx.Field", "type": "method", "name": "onAddWire"}, {"url": "inputEx.LayerContainer.html#method_onDrag", "access": "", "host": "inputEx.LayerContainer", "type": "method", "name": "onDrag"}, {"url": "inputEx.Field.html#method_onRemoveWire", "access": "", "host": "inputEx.Field", "type": "method", "name": "onRemoveWire"}, {"url": "WireIt.FormContainer.html#method_render", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "render"}, {"url": "inputEx.Field.html#method_render", "access": "", "host": "inputEx.Field", "type": "method", "name": "render"}, {"url": "inputEx.LayerContainer.html#method_render", "access": "", "host": "inputEx.LayerContainer", "type": "method", "name": "render"}, {"url": "WireIt.FormContainer.html#method_renderForm", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "renderForm"}, {"url": "inputEx.Field.html#method_renderTerminal", "access": "", "host": "inputEx.Field", "type": "method", "name": "renderTerminal"}, {"url": "inputEx.Field.html#method_setContainer", "access": "", "host": "inputEx.Field", "type": "method", "name": "setContainer"}, {"url": "inputEx.Field.html#method_setFieldName", "access": "", "host": "inputEx.Field", "type": "method", "name": "setFieldName"}, {"url": "WireIt.FormContainer.html#method_setOptions", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "setOptions"}, {"url": "inputEx.Field.html#method_setOptions", "access": "", "host": "inputEx.Field", "type": "method", "name": "setOptions"}, {"url": "inputEx.LayerContainer.html#method_setTerminals", "access": "", "host": "inputEx.LayerContainer", "type": "method", "name": "setTerminals"}, {"url": "WireIt.FormContainer.html#method_setValue", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "setValue"}, {"url": "inputEx.LayerContainer.html#method_startDynamicLayout", "access": "", "host": "inputEx.LayerContainer", "type": "method", "name": "startDynamicLayout"}, {"url": "inputEx.LayerContainer.html#method_stopDynamicLayout", "access": "", "host": "inputEx.LayerContainer", "type": "method", "name": "stopDynamicLayout"}, {"url": "inputEx.LayerContainer.html#property_width", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "width"}, {"url": "inputEx.LayerContainer.html#property__WireItTerminals", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "_WireItTerminals"}, {"url": "WireIt.FormContainer.html#property_xtype", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "xtype"}, {"url": "inputEx.LayerContainer.html#property_xtype", "access": "", "host": "inputEx.LayerContainer", "type": "property", "name": "xtype"}];
</script>
</body>
</html>