diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form.check/-radio')
4 files changed, 0 insertions, 74 deletions
diff --git a/api/pl.treksoft.kvision.form.check/-radio/disabled.html b/api/pl.treksoft.kvision.form.check/-radio/disabled.html deleted file mode 100644 index 7777a862..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/disabled.html +++ /dev/null @@ -1,16 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Radio.disabled - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.check</a> / <a href="index.html">Radio</a> / <a href="./disabled.html">disabled</a><br/> -<br/> -<h1>disabled</h1> -<a name="pl.treksoft.kvision.form.check.Radio$disabled"></a> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">disabled</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> -<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/disabled.html">FormControl.disabled</a></p> -<p>Determines if the field is disabled.</p> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.form.check/-radio/index.html b/api/pl.treksoft.kvision.form.check/-radio/index.html index a838b536..e7d9d2f4 100644 --- a/api/pl.treksoft.kvision.form.check/-radio/index.html +++ b/api/pl.treksoft.kvision.form.check/-radio/index.html @@ -27,15 +27,6 @@ <tbody> <tr> <td> -<p><a href="disabled.html">disabled</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">disabled</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> -<p>Determines if the field is disabled.</p> -</td> -</tr> -<tr> -<td> <p><a href="extra-value.html">extraValue</a></p> </td> <td> @@ -81,15 +72,6 @@ </tr> <tr> <td> -<p><a href="name.html">name</a></p> -</td> -<td> -<code><span class="keyword">var </span><span class="identifier">name</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>The name attribute of the generated HTML input element.</p> -</td> -</tr> -<tr> -<td> <p><a href="rich.html">rich</a></p> </td> <td> @@ -99,15 +81,6 @@ </tr> <tr> <td> -<p><a href="size.html">size</a></p> -</td> -<td> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code> -<p>The size of the input.</p> -</td> -</tr> -<tr> -<td> <p><a href="squared.html">squared</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.form.check/-radio/name.html b/api/pl.treksoft.kvision.form.check/-radio/name.html deleted file mode 100644 index 06afc43d..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/name.html +++ /dev/null @@ -1,15 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Radio.name - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.check</a> / <a href="index.html">Radio</a> / <a href="./name.html">name</a><br/> -<br/> -<h1>name</h1> -<a name="pl.treksoft.kvision.form.check.Radio$name"></a> -<code><span class="keyword">var </span><span class="identifier">name</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> -<p>The name attribute of the generated HTML input element.</p> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.form.check/-radio/size.html b/api/pl.treksoft.kvision.form.check/-radio/size.html deleted file mode 100644 index 35a1ed51..00000000 --- a/api/pl.treksoft.kvision.form.check/-radio/size.html +++ /dev/null @@ -1,16 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Radio.size - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.check</a> / <a href="index.html">Radio</a> / <a href="./size.html">size</a><br/> -<br/> -<h1>size</h1> -<a name="pl.treksoft.kvision.form.check.Radio$size"></a> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code> -<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/size.html">FormControl.size</a></p> -<p>The size of the input.</p> -</BODY> -</HTML> |