From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html | 4 ++-- .../pl.treksoft.kvision.form.select/-ajax-options/data-type.html | 2 +- .../pl.treksoft.kvision.form.select/-ajax-options/http-type.html | 2 +- docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/-ajax-options') diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html index e19ac29f..99d20a79 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.form.select / AjaxOptions / <init>

<init>

- -AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HTTPTYPE = HTTPTYPE.GET, dataType: DATATYPE = DATATYPE.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false) + +AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false)

Parameters

url - the url address

diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html index 01f60431..74f2511e 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html @@ -9,6 +9,6 @@

dataType

-val dataType: DATATYPE +val dataType: DataType diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html index 8b5247eb..a6739789 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html @@ -9,6 +9,6 @@

httpType

-val httpType: HTTPTYPE +val httpType: HttpType diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html index 3aada582..38bddbad 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html @@ -18,7 +18,7 @@

<init>

-AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HTTPTYPE = HTTPTYPE.GET, dataType: DATATYPE = DATATYPE.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false) +AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false) @@ -65,7 +65,7 @@

dataType

-val dataType: DATATYPE +val dataType: DataType @@ -79,7 +79,7 @@

httpType

-val httpType: HTTPTYPE +val httpType: HttpType -- cgit