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 --- api/pl.treksoft.kvision.html/index.html | 39 +++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.html/index.html') diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html index 20b5894b..38eea860 100644 --- a/api/pl.treksoft.kvision.html/index.html +++ b/api/pl.treksoft.kvision.html/index.html @@ -8,7 +8,8 @@ kvision / pl.treksoft.kvision.html

Package pl.treksoft.kvision.html

-

Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists.

+

Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links, lists and iframe. +Support for Handlebars.js templates is included.

Types

@@ -50,6 +51,15 @@ + + + + + + + + + + + + + + + +
+

ButtonType

+
+enum class ButtonType +

Button types.

+

Div

@@ -68,6 +78,15 @@
+

Iframe

+
+open class Iframe : Widget +

Iframe component.

+

Image

@@ -122,6 +141,15 @@
+

Sandbox

+
+enum class Sandbox +

Iframe sandbox options.

+

TAG

@@ -134,10 +162,17 @@

Tag

-open class Tag : SimplePanel +open class Tag : SimplePanel, Template

HTML tag component.

+

Template

+
+interface Template
-- cgit