aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html
blob: 1ac80e184263525007d4058d6f19986c890168a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.select</a>&nbsp;/&nbsp;<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>