diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form-target/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form-target/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form/-form-target/index.html b/api/pl.treksoft.kvision.form/-form-target/index.html new file mode 100644 index 00000000..16ee0f8c --- /dev/null +++ b/api/pl.treksoft.kvision.form/-form-target/index.html @@ -0,0 +1,47 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FormTarget - 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">FormTarget</a><br/> +<br/> +<h1>FormTarget</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">FormTarget</span></code> +<p>Form targets.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-b-l-a-n-k.html">BLANK</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-e-l-f.html">SELF</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-p-a-r-e-n-t.html">PARENT</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-t-o-p.html">TOP</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |