From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- api/index-outline.html | 839 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 637 insertions(+), 202 deletions(-) (limited to 'api/index-outline.html') diff --git a/api/index-outline.html b/api/index-outline.html index bdf5943a..123e2475 100644 --- a/api/index-outline.html +++ b/api/index-outline.html @@ -418,6 +418,7 @@ PRIMARY
SUCCESS
WARNING
+val className: String
@@ -461,8 +462,8 @@ CallAgent()
-fun jsonRpcCall(url: String, data: List<String?> = listOf(), method: RpcHttpMethod = RpcHttpMethod.POST): Promise<String>
-fun remoteCall(url: String, data: dynamic = null, method: HttpMethod = HttpMethod.GET, contentType: String = "application/json", beforeSend: (JQueryXHR, JQueryAjaxSettings) -> Boolean = null): Promise<dynamic>
+fun jsonRpcCall(url: String, data: List<String?> = listOf(), method: RpcHttpMethod = RpcHttpMethod.POST): Promise<String>
+fun remoteCall(url: String, data: dynamic = null, method: HttpMethod = HttpMethod.GET, contentType: String = "application/json", beforeSend: (JQueryXHR, JQueryAjaxSettings) -> Boolean = null): Promise<dynamic>
@@ -954,7 +955,8 @@ -open class DateTime : SimplePanel, KDateFormControl
+object DateConverter
+interface DateFormControl : FormControl
+object DateSerializer : KSerializer<Date>
+ +open class DateTime : SimplePanel, DateFormControl
+ +class DefaultI18nManager : I18nManager
+ open class Dialog<R> : Modal