aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.check/-radio
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.check/-radio')
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-radio/index.html4
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-radio/inline.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-radio/size.html2
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-radio/squared.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-radio/style.html8
5 files changed, 22 insertions, 4 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/index.html b/docs/api/pl.treksoft.kvision.form.check/-radio/index.html
index fb267483..0bb3ba3c 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-radio/index.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-radio/index.html
@@ -102,7 +102,7 @@
<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/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<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>
@@ -129,7 +129,7 @@
<p><a href="style.html">style</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-r-a-d-i-o-s-t-y-l-e/index.html"><span class="identifier">RADIOSTYLE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-radio-style/index.html"><span class="identifier">RadioStyle</span></a><span class="symbol">?</span></code>
<p>The style (one of Bootstrap standard colors) of the input.</p>
</td>
</tr>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/inline.html b/docs/api/pl.treksoft.kvision.form.check/-radio/inline.html
index 975ea883..2af48163 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-radio/inline.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-radio/inline.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.check.Radio$inline"></a>
<code><span class="keyword">var </span><span class="identifier">inline</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 radio button is rendered inline.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the radio button is rendered inline.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the radio button is rendered inline.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/size.html b/docs/api/pl.treksoft.kvision.form.check/-radio/size.html
index 173c0b83..4d84bee1 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-radio/size.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-radio/size.html
@@ -9,7 +9,7 @@
<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/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<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>
<p><strong>Getter</strong><br/>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/squared.html b/docs/api/pl.treksoft.kvision.form.check/-radio/squared.html
index dcdcc379..108305be 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-radio/squared.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-radio/squared.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.check.Radio$squared"></a>
<code><span class="keyword">var </span><span class="identifier">squared</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 radio button is rendered as a square.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the radio button is rendered as a square.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the radio button is rendered as a square.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/style.html b/docs/api/pl.treksoft.kvision.form.check/-radio/style.html
index 309ff5de..d5063f77 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-radio/style.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-radio/style.html
@@ -9,7 +9,13 @@
<br/>
<h1>style</h1>
<a name="pl.treksoft.kvision.form.check.Radio$style"></a>
-<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-r-a-d-i-o-s-t-y-l-e/index.html"><span class="identifier">RADIOSTYLE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-radio-style/index.html"><span class="identifier">RadioStyle</span></a><span class="symbol">?</span></code>
<p>The style (one of Bootstrap standard colors) of the input.</p>
+<p><strong>Getter</strong><br/>
+<p>The style (one of Bootstrap standard colors) of the input.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The style (one of Bootstrap standard colors) of the input.</p>
+</p>
</BODY>
</HTML>