diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form/-form/get-control.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form/-form/get-control.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/api/pl.treksoft.kvision.form/-form/get-control.html b/docs/api/pl.treksoft.kvision.form/-form/get-control.html deleted file mode 100644 index 66a7180a..00000000 --- a/docs/api/pl.treksoft.kvision.form/-form/get-control.html +++ /dev/null @@ -1,20 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Form.getControl - 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="./get-control.html">getControl</a><br/> -<br/> -<h1>getControl</h1> -<a name="pl.treksoft.kvision.form.Form$getControl(kotlin.String)"></a> -<code><span class="keyword">fun </span><span class="identifier">getControl</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.Form$getControl(kotlin.String)/key">key</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><span class="symbol">: </span><a href="../-form-control/index.html"><span class="identifier">FormControl</span></a><span class="symbol">?</span></code> -<p>Returns a control of given key.</p> -<h3>Parameters</h3> -<p><a name="key"></a> -<code>key</code> - key identifier of the control</p> -<p><strong>Return</strong><br/> -selected control</p> -</BODY> -</HTML> |