diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form/remove-all.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form/remove-all.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form/-form/remove-all.html b/api/pl.treksoft.kvision.form/-form/remove-all.html new file mode 100644 index 00000000..1b454ea5 --- /dev/null +++ b/api/pl.treksoft.kvision.form/-form/remove-all.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Form.removeAll - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form</a> / <a href="index.html">Form</a> / <a href="./remove-all.html">removeAll</a><br/> +<br/> +<h1>removeAll</h1> +<a name="pl.treksoft.kvision.form.Form$removeAll()"></a> +<code><span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Form</span></a><span class="symbol"><</span><a href="index.html#K"><span class="identifier">K</span></a><span class="symbol">></span></code> +<p>Removes all controls from the form.</p> +<p><strong>Return</strong><br/> +current form</p> +</BODY> +</HTML> |