diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config')
5 files changed, 102 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/credentials.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/credentials.html new file mode 100644 index 00000000..c8e48433 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/credentials.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.AjaxConfig.credentials - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="index.html">AjaxConfig</a> / <a href="./credentials.html">credentials</a><br/> +<br/> +<h1>credentials</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.AjaxConfig$credentials"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">credentials</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/headers.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/headers.html new file mode 100644 index 00000000..6892a90f --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/headers.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.AjaxConfig.headers - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="index.html">AjaxConfig</a> / <a href="./headers.html">headers</a><br/> +<br/> +<h1>headers</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.AjaxConfig$headers"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">headers</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/index.html new file mode 100644 index 00000000..77456adc --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/index.html @@ -0,0 +1,46 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.AjaxConfig - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="./index.html">AjaxConfig</a><br/> +<br/> +<h1>AjaxConfig</h1> +<code><span class="keyword">interface </span><span class="identifier">AjaxConfig</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="credentials.html">credentials</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">credentials</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="headers.html">headers</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">headers</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="method.html">method</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">method</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +<tr> +<td> +<p><a href="mode.html">mode</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">mode</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/method.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/method.html new file mode 100644 index 00000000..2cc00553 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/method.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.AjaxConfig.method - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="index.html">AjaxConfig</a> / <a href="./method.html">method</a><br/> +<br/> +<h1>method</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.AjaxConfig$method"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">method</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/mode.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/mode.html new file mode 100644 index 00000000..356d6fd7 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-ajax-config/mode.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.AjaxConfig.mode - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.tabulator.js</a> / <a href="../index.html">Tabulator</a> / <a href="index.html">AjaxConfig</a> / <a href="./mode.html">mode</a><br/> +<br/> +<h1>mode</h1> +<a name="pl.treksoft.kvision.tabulator.js.Tabulator.AjaxConfig$mode"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">mode</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> |