diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
commit | d8cd67062b8de6e8398dc6dfd00d201200c82414 (patch) | |
tree | 601082ec1eec73bc7a7d6ce8b51352e5345ffe81 /docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e | |
parent | 955304789ea83aceacbdf4c8a9eb742f6c2518f6 (diff) | |
download | kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.gz kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.bz2 kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.zip |
API doc and readme
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e')
3 files changed, 61 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html new file mode 100644 index 00000000..74748eca --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SELECTWIDTHTYPE.AUTO - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">SELECTWIDTHTYPE</a> / <a href="./-a-u-t-o.html">AUTO</a><br/> +<br/> +<h1>AUTO</h1> +<a name="pl.treksoft.kvision.form.select.SELECTWIDTHTYPE.AUTO"></a> +<code><span class="identifier">AUTO</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html new file mode 100644 index 00000000..fd81fde8 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SELECTWIDTHTYPE.FIT - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">SELECTWIDTHTYPE</a> / <a href="./-f-i-t.html">FIT</a><br/> +<br/> +<h1>FIT</h1> +<a name="pl.treksoft.kvision.form.select.SELECTWIDTHTYPE.FIT"></a> +<code><span class="identifier">FIT</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html new file mode 100644 index 00000000..b7342852 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html @@ -0,0 +1,33 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SELECTWIDTHTYPE - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="./index.html">SELECTWIDTHTYPE</a><br/> +<br/> +<h1>SELECTWIDTHTYPE</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">SELECTWIDTHTYPE</span></code> +<p>Select width types. See <a href="http://silviomoreto.github.io/bootstrap-select/examples/#width">Bootstrap Select width</a>.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-a-u-t-o.html">AUTO</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-f-i-t.html">FIT</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |