From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.html/index.html | 190 -------------------------------- 1 file changed, 190 deletions(-) delete mode 100644 api/pl.treksoft.kvision.html/index.html (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 deleted file mode 100644 index e9ff52a5..00000000 --- a/api/pl.treksoft.kvision.html/index.html +++ /dev/null @@ -1,190 +0,0 @@ - - - -pl.treksoft.kvision.html - kvision - - - -kvision / pl.treksoft.kvision.html
-
-

Package pl.treksoft.kvision.html

-

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Align

-
-enum class Align -

CSS align attributes.

-
-

Button

-
-open class Button : Widget -

Button component.

-
-

ButtonSize

-
-enum class ButtonSize -

Button sizes.

-
-

ButtonStyle

-
-enum class ButtonStyle -

Button styles.

-
-

ButtonType

-
-enum class ButtonType -

Button types.

-
-

Canvas

-
-open class Canvas : Widget -

Canvas component.

-
-

Div

-
-open class Div : Tag -

Simple component rendered as div.

-
-

Icon

-
-open class Icon : Tag -

Icon component with support for FontAwesome and Bootstrap glyphicons.

-
-

Iframe

-
-open class Iframe : Widget -

Iframe component.

-
-

Image

-
-open class Image : Widget -

Image component.

-
-

ImageShape

-
-enum class ImageShape -

Image shapes.

-
-

Label

-
-open class Label : Tag -

Simple label component rendered as span.

-
-

Link

-
-open class Link : SimplePanel -

Link component.

-
-

ListTag

-
-open class ListTag : SimplePanel -

HTML list component.

-
-

ListType

-
-enum class ListType -

HTML list types.

-
-

Sandbox

-
-enum class Sandbox -

Iframe sandbox options.

-
-

TAG

-
-enum class TAG -

HTML tags.

-
-

Tag

-
-open class Tag : SimplePanel, Template -

HTML tag component.

-
-

Template

-
-interface Template -

Handlebars templates helper interface.

-
- - -- cgit