diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html new file mode 100644 index 00000000..1ac80e18 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html @@ -0,0 +1,54 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DATATYPE - 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">DATATYPE</a><br/> +<br/> +<h1>DATATYPE</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">DATATYPE</span></code> +<p>Data type for the AJAX call.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-j-s-o-n.html">JSON</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-j-s-o-n-p.html">JSONP</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-x-m-l.html">XML</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-t-e-x-t.html">TEXT</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-c-r-i-p-t.html">SCRIPT</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |