From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-h-t-t-p-t-y-p-e/-g-e-t.html | 14 +++++++++ .../-h-t-t-p-t-y-p-e/-p-o-s-t.html | 14 +++++++++ .../-h-t-t-p-t-y-p-e/index.html | 33 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html (limited to 'docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e') diff --git a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html new file mode 100644 index 00000000..6ca1fa0d --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html @@ -0,0 +1,14 @@ + + + +HTTPTYPE.GET - kvision + + + +kvision / pl.treksoft.kvision.form.select / HTTPTYPE / GET
+
+

GET

+ +GET + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html new file mode 100644 index 00000000..fc45a9da --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html @@ -0,0 +1,14 @@ + + + +HTTPTYPE.POST - kvision + + + +kvision / pl.treksoft.kvision.form.select / HTTPTYPE / POST
+
+

POST

+ +POST + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html new file mode 100644 index 00000000..b138a353 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html @@ -0,0 +1,33 @@ + + + +HTTPTYPE - kvision + + + +kvision / pl.treksoft.kvision.form.select / HTTPTYPE
+
+

HTTPTYPE

+enum class HTTPTYPE +

HTTP protocol type for the AJAX call.

+

Enum Values

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

GET

+
+
+

POST

+
+
+ + -- cgit