From 63503bd4517d87c34498002c820aefaef22c501e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 22 Aug 2018 15:34:00 +0200 Subject: API documentation for 0.0.17 --- api/pl.treksoft.kvision.html/-button/index.html | 14 ++++++++++++++ api/pl.treksoft.kvision.html/-canvas/index.html | 14 ++++++++++++++ api/pl.treksoft.kvision.html/-div/index.html | 9 +++++++++ api/pl.treksoft.kvision.html/-icon/index.html | 9 +++++++++ api/pl.treksoft.kvision.html/-iframe/index.html | 14 ++++++++++++++ api/pl.treksoft.kvision.html/-image/index.html | 14 ++++++++++++++ api/pl.treksoft.kvision.html/-label/index.html | 9 +++++++++ api/pl.treksoft.kvision.html/-tag/index.html | 13 ++++++++++++- api/pl.treksoft.kvision.html/-tag/templates.html | 22 ++++++++++++++++++++++ api/pl.treksoft.kvision.html/-template/index.html | 12 +++++++++++- .../-template/template-data.html | 1 + .../-template/templates.html | 14 ++++++++++++++ api/pl.treksoft.kvision.html/index.html | 4 +++- 13 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 api/pl.treksoft.kvision.html/-tag/templates.html create mode 100644 api/pl.treksoft.kvision.html/-template/templates.html (limited to 'api/pl.treksoft.kvision.html') diff --git a/api/pl.treksoft.kvision.html/-button/index.html b/api/pl.treksoft.kvision.html/-button/index.html index 465b69a4..97cb7cfe 100644 --- a/api/pl.treksoft.kvision.html/-button/index.html +++ b/api/pl.treksoft.kvision.html/-button/index.html @@ -122,6 +122,13 @@ +

lastLanguage

+ + +var lastLanguage: String? + + +

parent

@@ -422,6 +429,13 @@

Toggles visibility of current widget.

+ + +

translate

+ + +fun translate(text: String?): String? +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-canvas/index.html b/api/pl.treksoft.kvision.html/-canvas/index.html index f41dba0b..1eada12b 100644 --- a/api/pl.treksoft.kvision.html/-canvas/index.html +++ b/api/pl.treksoft.kvision.html/-canvas/index.html @@ -77,6 +77,13 @@ +

lastLanguage

+ + +var lastLanguage: String? + + +

parent

@@ -368,6 +375,13 @@

Toggles visibility of current widget.

+ + +

translate

+ + +fun translate(text: String?): String? +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-div/index.html b/api/pl.treksoft.kvision.html/-div/index.html index 423abeaa..1bafe2bc 100644 --- a/api/pl.treksoft.kvision.html/-div/index.html +++ b/api/pl.treksoft.kvision.html/-div/index.html @@ -63,6 +63,15 @@ +

templates

+ + +open var templates: Map<String, (Any?) -> String> +

Handlebars templates for i18n.

+ + + +

type

diff --git a/api/pl.treksoft.kvision.html/-icon/index.html b/api/pl.treksoft.kvision.html/-icon/index.html index d1085afd..53bc8b48 100644 --- a/api/pl.treksoft.kvision.html/-icon/index.html +++ b/api/pl.treksoft.kvision.html/-icon/index.html @@ -77,6 +77,15 @@ +

templates

+ + +open var templates: Map<String, (Any?) -> String> +

Handlebars templates for i18n.

+ + + +

type

diff --git a/api/pl.treksoft.kvision.html/-iframe/index.html b/api/pl.treksoft.kvision.html/-iframe/index.html index 93b4523d..0986b508 100644 --- a/api/pl.treksoft.kvision.html/-iframe/index.html +++ b/api/pl.treksoft.kvision.html/-iframe/index.html @@ -113,6 +113,13 @@ +

lastLanguage

+ + +var lastLanguage: String? + + +

parent

@@ -413,6 +420,13 @@

Toggles visibility of current widget.

+ + +

translate

+ + +fun translate(text: String?): String? +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-image/index.html b/api/pl.treksoft.kvision.html/-image/index.html index 20ba0f36..c70680e0 100644 --- a/api/pl.treksoft.kvision.html/-image/index.html +++ b/api/pl.treksoft.kvision.html/-image/index.html @@ -95,6 +95,13 @@ +

lastLanguage

+ + +var lastLanguage: String? + + +

parent

@@ -386,6 +393,13 @@

Toggles visibility of current widget.

+ + +

translate

+ + +fun translate(text: String?): String? +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-label/index.html b/api/pl.treksoft.kvision.html/-label/index.html index ca8db5e2..b6012f1f 100644 --- a/api/pl.treksoft.kvision.html/-label/index.html +++ b/api/pl.treksoft.kvision.html/-label/index.html @@ -63,6 +63,15 @@ +

templates

+ + +open var templates: Map<String, (Any?) -> String> +

Handlebars templates for i18n.

+ + + +

type

diff --git a/api/pl.treksoft.kvision.html/-tag/index.html b/api/pl.treksoft.kvision.html/-tag/index.html index 7667eeac..0fd2fc5f 100644 --- a/api/pl.treksoft.kvision.html/-tag/index.html +++ b/api/pl.treksoft.kvision.html/-tag/index.html @@ -63,6 +63,15 @@ +

templates

+ + +open var templates: Map<String, (Any?) -> String> +

Handlebars templates for i18n.

+ + + +

type

@@ -80,7 +89,9 @@

templateData

-open var templateData: Any? +open var templateData: Any? +

Handlebars template data object.

+ diff --git a/api/pl.treksoft.kvision.html/-tag/templates.html b/api/pl.treksoft.kvision.html/-tag/templates.html new file mode 100644 index 00000000..35efa286 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-tag/templates.html @@ -0,0 +1,22 @@ + + + +Tag.templates - kvision + + + +kvision / pl.treksoft.kvision.html / Tag / templates
+
+

templates

+ +open var templates: Map<String, (Any?) -> String> +

Overrides Template.templates

+

Handlebars templates for i18n.

+

Getter
+

Handlebars templates for i18n.

+

+

Setter
+

Handlebars templates for i18n.

+

+ + diff --git a/api/pl.treksoft.kvision.html/-template/index.html b/api/pl.treksoft.kvision.html/-template/index.html index fcdba84d..c5c15400 100644 --- a/api/pl.treksoft.kvision.html/-template/index.html +++ b/api/pl.treksoft.kvision.html/-template/index.html @@ -9,6 +9,7 @@

Template

interface Template +

Handlebars templates helper interface.

Properties

@@ -38,7 +39,16 @@

templateData

+open var templateData: Any? +

Handlebars template data object.

+ + + + +
-open var templateData: Any?
+

templates

+
+abstract var templates: Map<String, (Any?) -> String>
diff --git a/api/pl.treksoft.kvision.html/-template/template-data.html b/api/pl.treksoft.kvision.html/-template/template-data.html index fb30d59c..4e4f7a9c 100644 --- a/api/pl.treksoft.kvision.html/-template/template-data.html +++ b/api/pl.treksoft.kvision.html/-template/template-data.html @@ -10,5 +10,6 @@

templateData

open var templateData: Any? +

Handlebars template data object.

diff --git a/api/pl.treksoft.kvision.html/-template/templates.html b/api/pl.treksoft.kvision.html/-template/templates.html new file mode 100644 index 00000000..8a25f0d0 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-template/templates.html @@ -0,0 +1,14 @@ + + + +Template.templates - kvision + + + +kvision / pl.treksoft.kvision.html / Template / templates
+
+

templates

+ +abstract var templates: Map<String, (Any?) -> String> + + diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html index 01b678e5..e9ff52a5 100644 --- a/api/pl.treksoft.kvision.html/index.html +++ b/api/pl.treksoft.kvision.html/index.html @@ -180,7 +180,9 @@ Support for Handlebars.js templates is included.

Template

-interface Template +interface Template +

Handlebars templates helper interface.

+ -- cgit