diff options
Diffstat (limited to 'api/pl.treksoft.kvision.panel/-stack-panel')
-rw-r--r-- | api/pl.treksoft.kvision.panel/-stack-panel/active-child.html | 15 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.panel/-stack-panel/index.html | 9 |
2 files changed, 24 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.panel/-stack-panel/active-child.html b/api/pl.treksoft.kvision.panel/-stack-panel/active-child.html new file mode 100644 index 00000000..98080aa2 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-stack-panel/active-child.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StackPanel.activeChild - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">StackPanel</a> / <a href="./active-child.html">activeChild</a><br/> +<br/> +<h1>activeChild</h1> +<a name="pl.treksoft.kvision.panel.StackPanel$activeChild"></a> +<code><span class="keyword">var </span><span class="identifier">activeChild</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a></code> +<p>The active (visible) child.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.panel/-stack-panel/index.html b/api/pl.treksoft.kvision.panel/-stack-panel/index.html index 5c0f7733..3de189fd 100644 --- a/api/pl.treksoft.kvision.panel/-stack-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-stack-panel/index.html @@ -28,6 +28,15 @@ <tbody> <tr> <td> +<p><a href="active-child.html">activeChild</a></p> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">activeChild</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a></code> +<p>The active (visible) child.</p> +</td> +</tr> +<tr> +<td> <p><a href="active-index.html">activeIndex</a></p> </td> <td> |