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/index.html | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) (limited to 'api/index.html') diff --git a/api/index.html b/api/index.html index faad75c8..e0f010d4 100644 --- a/api/index.html +++ b/api/index.html @@ -16,8 +16,8 @@

pl.treksoft.kvision.core

-

KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders -and backgrounds) and the main Widget class.

+

KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, +backgrounds, fonts, text and position) and the main Widget class.

@@ -33,7 +33,7 @@ and backgrounds) and the main Widget class.

pl.treksoft.kvision.dropdown

-

Bootstrap dropdown component.

+

Bootstrap dropdown component with support for navigation bars and context menus.

@@ -87,6 +87,14 @@ validation.

+

pl.treksoft.kvision.form.upload

+ + +

Full-featured file upload component with drag & drop, preview and AJAX upload mode.

+ + + +

pl.treksoft.kvision.hmr

@@ -98,7 +106,8 @@ validation.

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.

@@ -111,6 +120,14 @@ validation.

+

pl.treksoft.kvision.navbar

+ + +

Bootstrap navbar components.

+ + + +

pl.treksoft.kvision.panel

@@ -120,6 +137,14 @@ CSS grid and Bootstrap responsive 12 columns gid).

+

pl.treksoft.kvision.progress

+ + +

Bootstrap progress bar component.

+ + + +

pl.treksoft.kvision.routing

@@ -136,6 +161,14 @@ CSS grid and Bootstrap responsive 12 columns gid).

+

pl.treksoft.kvision.toolbar

+ + +

Toolbar and button group components.

+ + + +

pl.treksoft.kvision.utils

-- cgit