From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.form.text/-ta-ajax-options/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form.text/-ta-ajax-options/index.html') diff --git a/api/pl.treksoft.kvision.form.text/-ta-ajax-options/index.html b/api/pl.treksoft.kvision.form.text/-ta-ajax-options/index.html index 61fa9a4a..258a4d1e 100644 --- a/api/pl.treksoft.kvision.form.text/-ta-ajax-options/index.html +++ b/api/pl.treksoft.kvision.form.text/-ta-ajax-options/index.html @@ -18,7 +18,7 @@

<init>

-TaAjaxOptions(url: String, preprocessQuery: ((String) -> dynamic)? = null, preprocessData: ((dynamic) -> dynamic)? = null, beforeSend: ((JQueryXHR, dynamic) -> dynamic)? = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, processData: Boolean = true) +TaAjaxOptions(url: String, preprocessQuery: ((String) -> dynamic)? = null, preprocessData: ((dynamic) -> Array<String>)? = null, beforeSend: ((JQueryXHR, dynamic) -> dynamic)? = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, processData: Boolean = true) @@ -57,7 +57,7 @@

preprocessData

-val preprocessData: ((dynamic) -> dynamic)? +val preprocessData: ((dynamic) -> Array<String>)?

a function to process received data

-- cgit