From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- .../-button-type/-b-u-t-t-o-n.html | 14 ++++++++ .../-button-type/-r-e-s-e-t.html | 14 ++++++++ .../-button-type/-s-u-b-m-i-t.html | 14 ++++++++ .../-button-type/index.html | 40 ++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html create mode 100644 api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html create mode 100644 api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html create mode 100644 api/pl.treksoft.kvision.html/-button-type/index.html (limited to 'api/pl.treksoft.kvision.html/-button-type') diff --git a/api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html b/api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html new file mode 100644 index 00000000..4c82579f --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/-b-u-t-t-o-n.html @@ -0,0 +1,14 @@ + + + +ButtonType.BUTTON - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonType / BUTTON
+
+

BUTTON

+ +BUTTON + + diff --git a/api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html b/api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html new file mode 100644 index 00000000..5fe96db0 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/-r-e-s-e-t.html @@ -0,0 +1,14 @@ + + + +ButtonType.RESET - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonType / RESET
+
+

RESET

+ +RESET + + diff --git a/api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html b/api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html new file mode 100644 index 00000000..ac715940 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/-s-u-b-m-i-t.html @@ -0,0 +1,14 @@ + + + +ButtonType.SUBMIT - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonType / SUBMIT
+
+

SUBMIT

+ +SUBMIT + + diff --git a/api/pl.treksoft.kvision.html/-button-type/index.html b/api/pl.treksoft.kvision.html/-button-type/index.html new file mode 100644 index 00000000..6a6009d1 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-button-type/index.html @@ -0,0 +1,40 @@ + + + +ButtonType - kvision + + + +kvision / pl.treksoft.kvision.html / ButtonType
+
+

ButtonType

+enum class ButtonType +

Button types.

+

Enum Values

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

BUTTON

+
+
+

SUBMIT

+
+
+

RESET

+
+
+ + -- cgit