This commit is contained in:
nobody
2015-12-15 19:48:16 -05:00
parent ed4e8b562a
commit 75ff950ff1
18 changed files with 99 additions and 49 deletions

View File

@@ -30,6 +30,10 @@
<li><a href="../index.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Special_Attributes">Special Attributes </a></li>
</ul>
<h2>Widgets</h2>
@@ -64,24 +68,71 @@
<h1>Widget <code>stepper</code></h1>
<p>A stepper.</p>
<p>This widget is composed of two buttons and a content area.
Upon creation, this widget's children are moved into an
<code>items</code> property. The items are displayed one at a time in
Upon creation, this widget's children are moved into the
<a href="../widgets/stepper.html#items">items</a> attribute. The items are displayed one at a time in
the content area. Pressing the buttons cycles through the
item displayed in the content area.</p>
<h2><a href="#Special_Attributes">Special Attributes </a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#items">items</a></td>
<td class="summary">Content items.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#index">index</a></td>
<td class="summary">Child item index.</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Special_Attributes"></a>Special Attributes </h2>
<dl class="function">
<dt>
<a name = "items"></a>
<strong>items</strong>
</dt>
<dd>
Content items. </p>
<p>Contains an array of child widgets to be displayed.
</dd>
<dt>
<a name = "index"></a>
<strong>index</strong>
</dt>
<dd>
Child item index. </p>
<p>Contains the index in <a href="../widgets/stepper.html#items">items</a> of the item being displayed.
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-12-15 13:53:58 </i>
<i style="float:right;">Last updated 2015-12-15 19:13:36 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>