From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-tabulator/-select-params/index.html | 32 ++++++++++++++++++++++ .../-select-params/list-item-formatter.html | 14 ++++++++++ .../-tabulator/-select-params/values.html | 14 ++++++++++ 3 files changed, 60 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html new file mode 100644 index 00000000..5aa89384 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/index.html @@ -0,0 +1,32 @@ + + + +Tabulator.SelectParams - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParams
+
+

SelectParams

+interface SelectParams +

Properties

+ + + + + + + + + + + +
+

listItemFormatter

+
+open var listItemFormatter: ((value: String, text: String) -> String)?
+

values

+
+abstract var values: dynamic
+ + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html new file mode 100644 index 00000000..5505acd9 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/list-item-formatter.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectParams.listItemFormatter - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParams / listItemFormatter
+
+

listItemFormatter

+ +open var listItemFormatter: ((value: String, text: String) -> String)? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html new file mode 100644 index 00000000..079572cd --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params/values.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectParams.values - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParams / values
+
+

values

+ +abstract var values: dynamic + + -- cgit