summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.select/-ajax-options
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2020-02-09 14:23:52 +0100
committerRobert Jaros <rjaros@finn.pl>2020-02-09 14:23:52 +0100
commit6ce402754e01940fc641f8814eae03599a622b1c (patch)
tree5c00c28563f6f1cf35175de6a8f3be5db0ef3075 /api/pl.treksoft.kvision.form.select/-ajax-options
parenta817e908e6df82b9b6d69758635c852c7a5f628e (diff)
downloadkvision-6ce402754e01940fc641f8814eae03599a622b1c.tar.gz
kvision-6ce402754e01940fc641f8814eae03599a622b1c.tar.bz2
kvision-6ce402754e01940fc641f8814eae03599a622b1c.zip
API documentation for KVision 2.10.0
Diffstat (limited to 'api/pl.treksoft.kvision.form.select/-ajax-options')
-rw-r--r--api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html8
-rw-r--r--api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html1
-rw-r--r--api/pl.treksoft.kvision.form.select/-ajax-options/index.html16
-rw-r--r--api/pl.treksoft.kvision.form.select/-ajax-options/preserve-selected.html2
-rw-r--r--api/pl.treksoft.kvision.form.select/-ajax-options/process-data.html1
-rw-r--r--api/pl.treksoft.kvision.form.select/-ajax-options/restore-on-error.html3
6 files changed, 23 insertions, 8 deletions
diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html b/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html
index 4be48887..ec03f2ce 100644
--- a/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html
+++ b/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html
@@ -22,6 +22,8 @@ option</p>
<code>data</code> - <a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.data</a> option</p>
<p><a name="httpType"></a>
<code>httpType</code> - <a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.type</a> option</p>
+<p><a name="dataType"></a>
+<code>dataType</code> - <a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.dataType</a> option</p>
<p><a name="minLength"></a>
<code>minLength</code> - <a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsminlength">AjaxBootstrapSelect minLength</a> option</p>
<p><a name="cache"></a>
@@ -35,8 +37,12 @@ option</p>
<p><a name="requestDelay"></a>
<code>requestDelay</code> - <a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrequestdelay">AjaxBootstrapSelect requestDelay</a> option</p>
<p><a name="restoreOnError"></a>
-<code>restoreOnError</code> - <a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrestoreonerror">AjaxBootstrapSelect restoreOnError</a>
+<code>restoreOnError</code> - <a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrestoreonerror">AjaxBootstrapSelect restoreOnError</a></p>
+<p><a name="preserveSelected"></a>
+<code>preserveSelected</code> - <a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionspreserveselected">AjaxBootstrapSelect preserveSelected</a>
option</p>
+<p><a name="processData"></a>
+<code>processData</code> - <a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.processData</a> option</p>
<p><strong>Constructor</strong><br/>
</p>
</BODY>
diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html b/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html
index 74f2511e..e9239b79 100644
--- a/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html
+++ b/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html
@@ -10,5 +10,6 @@
<h1>dataType</h1>
<a name="pl.treksoft.kvision.form.select.AjaxOptions$dataType"></a>
<code><span class="keyword">val </span><span class="identifier">dataType</span><span class="symbol">: </span><a href="../-data-type/index.html"><span class="identifier">DataType</span></a></code>
+<p><a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.dataType</a> option</p>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/index.html b/api/pl.treksoft.kvision.form.select/-ajax-options/index.html
index 5e044a7a..50947742 100644
--- a/api/pl.treksoft.kvision.form.select/-ajax-options/index.html
+++ b/api/pl.treksoft.kvision.form.select/-ajax-options/index.html
@@ -75,7 +75,9 @@
<p><a href="data-type.html">dataType</a></p>
</td>
<td>
-<code><span class="keyword">val </span><span class="identifier">dataType</span><span class="symbol">: </span><a href="../-data-type/index.html"><span class="identifier">DataType</span></a></code></td>
+<code><span class="keyword">val </span><span class="identifier">dataType</span><span class="symbol">: </span><a href="../-data-type/index.html"><span class="identifier">DataType</span></a></code>
+<p><a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.dataType</a> option</p>
+</td>
</tr>
<tr>
<td>
@@ -119,14 +121,19 @@ option</p>
<p><a href="preserve-selected.html">preserveSelected</a></p>
</td>
<td>
-<code><span class="keyword">val </span><span class="identifier">preserveSelected</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td>
+<code><span class="keyword">val </span><span class="identifier">preserveSelected</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p><a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionspreserveselected">AjaxBootstrapSelect preserveSelected</a>
+option</p>
+</td>
</tr>
<tr>
<td>
<p><a href="process-data.html">processData</a></p>
</td>
<td>
-<code><span class="keyword">val </span><span class="identifier">processData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td>
+<code><span class="keyword">val </span><span class="identifier">processData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p><a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.processData</a> option</p>
+</td>
</tr>
<tr>
<td>
@@ -143,8 +150,7 @@ option</p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">restoreOnError</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p><a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrestoreonerror">AjaxBootstrapSelect restoreOnError</a>
-option</p>
+<p><a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrestoreonerror">AjaxBootstrapSelect restoreOnError</a></p>
</td>
</tr>
<tr>
diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/preserve-selected.html b/api/pl.treksoft.kvision.form.select/-ajax-options/preserve-selected.html
index 16f598a2..d108cdc6 100644
--- a/api/pl.treksoft.kvision.form.select/-ajax-options/preserve-selected.html
+++ b/api/pl.treksoft.kvision.form.select/-ajax-options/preserve-selected.html
@@ -10,5 +10,7 @@
<h1>preserveSelected</h1>
<a name="pl.treksoft.kvision.form.select.AjaxOptions$preserveSelected"></a>
<code><span class="keyword">val </span><span class="identifier">preserveSelected</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p><a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionspreserveselected">AjaxBootstrapSelect preserveSelected</a>
+option</p>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/process-data.html b/api/pl.treksoft.kvision.form.select/-ajax-options/process-data.html
index 6a54ea76..d853b79d 100644
--- a/api/pl.treksoft.kvision.form.select/-ajax-options/process-data.html
+++ b/api/pl.treksoft.kvision.form.select/-ajax-options/process-data.html
@@ -10,5 +10,6 @@
<h1>processData</h1>
<a name="pl.treksoft.kvision.form.select.AjaxOptions$processData"></a>
<code><span class="keyword">val </span><span class="identifier">processData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
+<p><a href="http://api.jquery.com/jquery.ajax/#jQuery-ajax-settings">JQuery ajax.processData</a> option</p>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/restore-on-error.html b/api/pl.treksoft.kvision.form.select/-ajax-options/restore-on-error.html
index 5b0ff538..412a6ff7 100644
--- a/api/pl.treksoft.kvision.form.select/-ajax-options/restore-on-error.html
+++ b/api/pl.treksoft.kvision.form.select/-ajax-options/restore-on-error.html
@@ -10,7 +10,6 @@
<h1>restoreOnError</h1>
<a name="pl.treksoft.kvision.form.select.AjaxOptions$restoreOnError"></a>
<code><span class="keyword">val </span><span class="identifier">restoreOnError</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p><a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrestoreonerror">AjaxBootstrapSelect restoreOnError</a>
-option</p>
+<p><a href="https://github.com/truckingsim/Ajax-Bootstrap-Select#optionsrestoreonerror">AjaxBootstrapSelect restoreOnError</a></p>
</BODY>
</HTML>