From c9f98dfdbdc3f56553b58dc226b3f841189d0fc0 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 7 Mar 2018 13:46:10 +0100 Subject: API documentation update --- .../-ajax-options/before-send.html | 1 + .../-ajax-options/cache.html | 1 + .../-ajax-options/clear-on-empty.html | 1 + .../-ajax-options/clear-on-error.html | 1 + .../-ajax-options/data.html | 1 + .../-ajax-options/empty-request.html | 1 + .../-ajax-options/http-type.html | 1 + .../-ajax-options/index.html | 50 ++++++++++++++++------ .../-ajax-options/min-length.html | 1 + .../-ajax-options/preprocess-data.html | 2 + .../-ajax-options/request-delay.html | 1 + .../-ajax-options/restore-on-error.html | 2 + .../-ajax-options/url.html | 1 + 13 files changed, 52 insertions(+), 12 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/-ajax-options') diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html b/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html index 3ce72788..96b9a231 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html @@ -10,5 +10,6 @@

beforeSend

val beforeSend: (JQueryXHR) -> dynamic +

JQuery ajax.beforeSend option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/cache.html b/api/pl.treksoft.kvision.form.select/-ajax-options/cache.html index db1944c7..fe51f145 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/cache.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/cache.html @@ -10,5 +10,6 @@

cache

val cache: Boolean +

AjaxBootstrapSelect cache option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-empty.html b/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-empty.html index 5ee08617..253386d6 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-empty.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-empty.html @@ -10,5 +10,6 @@

clearOnEmpty

val clearOnEmpty: Boolean +

AjaxBootstrapSelect clearOnEmpty option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-error.html b/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-error.html index 81b5784a..8047809a 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-error.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/clear-on-error.html @@ -10,5 +10,6 @@

clearOnError

val clearOnError: Boolean +

AjaxBootstrapSelect clearOnError option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/data.html b/api/pl.treksoft.kvision.form.select/-ajax-options/data.html index 037758fb..025f8992 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/data.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/data.html @@ -10,5 +10,6 @@

data

val data: dynamic +

JQuery ajax.data option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/empty-request.html b/api/pl.treksoft.kvision.form.select/-ajax-options/empty-request.html index 2c1085c1..b56dc353 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/empty-request.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/empty-request.html @@ -10,5 +10,6 @@

emptyRequest

val emptyRequest: Boolean +

AjaxBootstrapSelect emptyRequest option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html b/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html index a6739789..03914740 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html @@ -10,5 +10,6 @@

httpType

val httpType: HttpType +

JQuery ajax.type option

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 38bddbad..fa4dcb68 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/index.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/index.html @@ -30,35 +30,45 @@

beforeSend

-val beforeSend: (JQueryXHR) -> dynamic +val beforeSend: (JQueryXHR) -> dynamic +

JQuery ajax.beforeSend option

+

cache

-val cache: Boolean +val cache: Boolean +

AjaxBootstrapSelect cache option

+

clearOnEmpty

-val clearOnEmpty: Boolean +val clearOnEmpty: Boolean +

AjaxBootstrapSelect clearOnEmpty option

+

clearOnError

-val clearOnError: Boolean +val clearOnError: Boolean +

AjaxBootstrapSelect clearOnError option

+

data

-val data: dynamic +val data: dynamic +

JQuery ajax.data option

+ @@ -72,49 +82,65 @@

emptyRequest

-val emptyRequest: Boolean +val emptyRequest: Boolean +

AjaxBootstrapSelect emptyRequest option

+

httpType

-val httpType: HttpType +val httpType: HttpType +

JQuery ajax.type option

+

minLength

-val minLength: Int +val minLength: Int +

AjaxBootstrapSelect minLength option

+

preprocessData

-val preprocessData: (dynamic) -> dynamic +val preprocessData: (dynamic) -> dynamic +

AjaxBootstrapSelect preprocessOption +option

+

requestDelay

-val requestDelay: Int +val requestDelay: Int +

AjaxBootstrapSelect requestDelay option

+

restoreOnError

-val restoreOnError: Boolean +val restoreOnError: Boolean +

AjaxBootstrapSelect restoreOnError +option

+

url

-val url: String +val url: String +

the url address

+ diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/min-length.html b/api/pl.treksoft.kvision.form.select/-ajax-options/min-length.html index 81746792..e0694f73 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/min-length.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/min-length.html @@ -10,5 +10,6 @@

minLength

val minLength: Int +

AjaxBootstrapSelect minLength option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html b/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html index 08a0a8ee..ffec07c4 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html @@ -10,5 +10,7 @@

preprocessData

val preprocessData: (dynamic) -> dynamic +

AjaxBootstrapSelect preprocessOption +option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/request-delay.html b/api/pl.treksoft.kvision.form.select/-ajax-options/request-delay.html index d1b01119..c7bde7c7 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/request-delay.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/request-delay.html @@ -10,5 +10,6 @@

requestDelay

val requestDelay: Int +

AjaxBootstrapSelect requestDelay option

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 0abc1431..5b0ff538 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,5 +10,7 @@

restoreOnError

val restoreOnError: Boolean +

AjaxBootstrapSelect restoreOnError +option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/url.html b/api/pl.treksoft.kvision.form.select/-ajax-options/url.html index 787210a8..52e8795c 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/url.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/url.html @@ -10,5 +10,6 @@

url

val url: String +

the url address

-- cgit