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/-download-c-s-v/bom.html | 14 +++++++ .../-tabulator/-download-c-s-v/delimiter.html | 14 +++++++ .../-tabulator/-download-c-s-v/index.html | 44 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/bom.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/delimiter.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/index.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/bom.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/bom.html new file mode 100644 index 00000000..f470ac10 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/bom.html @@ -0,0 +1,14 @@ + + + +Tabulator.DownloadCSV.bom - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DownloadCSV / bom
+
+

bom

+ +open var bom: Boolean? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/delimiter.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/delimiter.html new file mode 100644 index 00000000..5e161aff --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/delimiter.html @@ -0,0 +1,14 @@ + + + +Tabulator.DownloadCSV.delimiter - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DownloadCSV / delimiter
+
+

delimiter

+ +open var delimiter: String? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/index.html new file mode 100644 index 00000000..99938be5 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-download-c-s-v/index.html @@ -0,0 +1,44 @@ + + + +Tabulator.DownloadCSV - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DownloadCSV
+
+

DownloadCSV

+interface DownloadCSV +

Properties

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

bom

+
+open var bom: Boolean?
+

delimiter

+
+open var delimiter: String?
+

Inheritors

+ + + + + + + +
+

DownloadOptions

+
+interface DownloadOptions : Tabulator.DownloadCSV, Tabulator.DownloadXLXS, Tabulator.DownloadPDF
+ + -- cgit