From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-options-persistent-configuration/index.html | 29 ++++++++-------------- .../persistence-i-d.html | 2 +- .../persistence-mode.html | 2 +- .../persistent-filter.html | 2 +- .../persistent-layout.html | 2 +- .../persistent-sort.html | 2 +- 6 files changed, 16 insertions(+), 23 deletions(-) (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html index 87f1308a..d3c27f14 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/index.html @@ -8,58 +8,51 @@ kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration

OptionsPersistentConfiguration

-interface OptionsPersistentConfiguration +(js) interface OptionsPersistentConfiguration

Properties

-

persistenceID

+(js) +

persistenceID

open var persistenceID: String?
-

persistenceMode

+(js) +

persistenceMode

open var persistenceMode: dynamic
-

persistentFilter

+(js) +

persistentFilter

open var persistentFilter: Boolean?
-

persistentLayout

+(js) +

persistentLayout

open var persistentLayout: Boolean?
-

persistentSort

+(js) +

persistentSort

open var persistentSort: Boolean?
-

Inheritors

- - - - - - - -
-

Options

-
-interface Options : Tabulator.OptionsGeneral, Tabulator.OptionsHistory, Tabulator.OptionsLocale, Tabulator.OptionsDownload, Tabulator.OptionsColumns, Tabulator.OptionsRows, Tabulator.OptionsData, Tabulator.OptionsSorting, Tabulator.OptionsFiltering, Tabulator.OptionsRowGrouping, Tabulator.OptionsPagination, Tabulator.OptionsPersistentConfiguration, Tabulator.OptionsClipboard, Tabulator.OptionsDataTree, Tabulator.OptionsCell
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html index 12a52074..849a800e 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-i-d.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistenceID

persistenceID

- +(js) open var persistenceID: String? diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html index 5811e45b..a033bca3 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistence-mode.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistenceMode

persistenceMode

- +(js) open var persistenceMode: dynamic diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html index 86c6f878..40c6af0f 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-filter.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistentFilter

persistentFilter

- +(js) open var persistentFilter: Boolean? diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html index 36358f66..a6a38b6e 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-layout.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistentLayout

persistentLayout

- +(js) open var persistentLayout: Boolean? diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html index 6f30d4ce..fde64d72 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-options-persistent-configuration/persistent-sort.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsPersistentConfiguration / persistentSort

persistentSort

- +(js) open var persistentSort: Boolean? -- cgit