- <!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.FormContainer (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.FormContainer
-
- <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.FormContainer</b>
- <span class="extends">
- - extends <a href="WireIt.Container.html" title="WireIt.Container">WireIt.Container</a>
- </span>
-
- </h2>
- <!-- class tree goes here -->
-
- <dl class="subclasses" rel="yui:subclasses">
- <dt>Known Subclasses:</dt>
- <dd>
- <span rel="yui:subclass" resource="WireIt.TextareaContainer.html">
- <a href="WireIt.TextareaContainer.html" property="yui:name" title="WireIt.TextareaContainer">WireIt.TextareaContainer</a>
- </span>
- <span rel="yui:subclass" resource="WireIt.util.ComposedContainer.html">
- <a href="WireIt.util.ComposedContainer.html" property="yui:name" title="WireIt.util.ComposedContainer">WireIt.util.ComposedContainer</a>
- </span>
- </dd>
- </dl>
-
-
-
- <div class="summary description" property="yui:description">
- Class used to build a container with inputEx forms
- </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.FormContainer</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"> Configuration object (see properties)</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"> The WireIt.Layer (or subclass) instance that contains this container</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_collapsible">
- <h4><a name="property_collapsible" property="yui:name">collapsible</a>
- - <code><span property="yui:type">Boolean</span></code>
- </h4>
- <div class="detail">
- <div class="description" property="yui:description">
- Collapsible
- </div>
- </div>
-
-
- <div class="default" property="yui:defaultValue">
- Default Value: false
- </div>
-
-
- <hr />
- </div>
- <div class="" rel="yui:property" resource="#property_fields">
- <h4><a name="property_fields" property="yui:name">fields</a>
- - <code><span property="yui:type">Array</span></code>
- </h4>
- <div class="detail">
- <div class="description" property="yui:description">
- List of inputEx field definitions
- </div>
- </div>
-
-
- <div class="default" property="yui:defaultValue">
- Default Value: []
- </div>
-
-
- <hr />
- </div>
- <div class="" rel="yui:property" resource="#property_legend">
- <h4><a name="property_legend" property="yui:name">legend</a>
- - <code><span property="yui:type">String</span></code>
- </h4>
- <div class="detail">
- <div class="description" property="yui:description">
- Legend
- </div>
- </div>
-
-
- <div class="default" property="yui:defaultValue">
- Default Value: null
- </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.FormContainer"
- </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_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">
-
- </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">
- The render method is overrided to call renderForm
- </div>
-
- <div class="description">
-
-
-
-
-
-
- </div>
-
- </div>
- <hr />
- </div>
- <div class="" rel="yui:method" resource="#method_renderForm">
- <h4>
- <a name="method_renderForm">renderForm</a></h4>
- <div class="detail" >
- <code>
-
-
-
- void
- <strong property="yui:name">renderForm</strong>
- (
- )
- </code>
-
- <div class="description" property="yui:description">
- Render the form
- </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>
- (
- )
- </code>
-
- <div class="description" property="yui:description">
-
- </div>
-
- <div class="description">
-
-
-
-
-
-
- </div>
-
- </div>
- <hr />
- </div>
- <div class="" rel="yui:method" resource="#method_setValue">
- <h4>
- <a name="method_setValue">setValue</a></h4>
- <div class="detail" >
- <code>
-
-
-
- void
- <strong property="yui:name">setValue</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.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="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="selected"><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=""><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_collapsible" title="collapsible">collapsible</a></li>
- <li class=""><a href="#property_fields" title="fields">fields</a></li>
- <li class=""><a href="#property_legend" title="legend">legend</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_getValue" title="getValue">getValue</a></li>
- <li class=""><a href="#method_render" title="render">render</a></li>
- <li class=""><a href="#method_renderForm" title="renderForm">renderForm</a></li>
- <li class=""><a href="#method_setOptions" title="setOptions">setOptions</a></li>
- <li class=""><a href="#method_setValue" title="setValue">setValue</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.FormContainer.html#property_collapsible", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "collapsible"}, {"url": "WireIt.WiringEditor.adapters.Ajax.html#property_config", "access": "", "host": "WireIt.WiringEditor.adapters.Ajax", "type": "property", "name": "config"}, {"url": "WireIt.BaseEditor.html#property_defaultOptions", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "defaultOptions"}, {"url": "WireIt.WiringEditor.adapters.Ajax.html#method_deleteWiring", "access": "", "host": "WireIt.WiringEditor.adapters.Ajax", "type": "method", "name": "deleteWiring"}, {"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.FormContainer.html#property_fields", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "fields"}, {"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.FormContainer.html#method_getValue", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "getValue"}, {"url": "WireIt.BaseEditor.html#property_helpPanel", "access": "", "host": "WireIt.BaseEditor", "type": "property", "name": "helpPanel"}, {"url": "WireIt.WiringEditor.adapters.Ajax.html#method_init", "access": "", "host": "WireIt.WiringEditor.adapters.Ajax", "type": "method", "name": "init"}, {"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.FormContainer.html#property_legend", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "legend"}, {"url": "WireIt.WiringEditor.adapters.Ajax.html#method_listWirings", "access": "", "host": "WireIt.WiringEditor.adapters.Ajax", "type": "method", "name": "listWirings"}, {"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.FormContainer.html#method_render", "access": "", "host": "WireIt.FormContainer", "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.FormContainer.html#method_renderForm", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "renderForm"}, {"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.WiringEditor.adapters.JsonRpc.html#property_RestJSON", "access": "", "host": "WireIt.WiringEditor.adapters.JsonRpc", "type": "property", "name": "RestJSON"}, {"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.WiringEditor.adapters.Ajax.html#method_saveWiring", "access": "", "host": "WireIt.WiringEditor.adapters.Ajax", "type": "method", "name": "saveWiring"}, {"url": "WireIt.WiringEditor.adapters.Ajax.html#method__sendRequest", "access": "", "host": "WireIt.WiringEditor.adapters.Ajax", "type": "method", "name": "_sendRequest"}, {"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.FormContainer.html#method_setOptions", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "setOptions"}, {"url": "WireIt.FormContainer.html#method_setValue", "access": "", "host": "WireIt.FormContainer", "type": "method", "name": "setValue"}, {"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"}, {"url": "WireIt.FormContainer.html#property_xtype", "access": "", "host": "WireIt.FormContainer", "type": "property", "name": "xtype"}];
- </script>
- </body>
- </html>