From 70ed562ae730f65671defed6ed79d08d8126d467 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:46:18 +0100 Subject: API doc update --- api/pl.treksoft.kvision.html/-tag/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'api/pl.treksoft.kvision.html/-tag') diff --git a/api/pl.treksoft.kvision.html/-tag/index.html b/api/pl.treksoft.kvision.html/-tag/index.html index fdc987b1..dfb41abb 100644 --- a/api/pl.treksoft.kvision.html/-tag/index.html +++ b/api/pl.treksoft.kvision.html/-tag/index.html @@ -173,6 +173,15 @@ +

Cell

+ + +open class Cell : Tag +

HTML table cell component.

+ + + +

Div

@@ -191,6 +200,15 @@ +

HeaderCell

+ + +open class HeaderCell : Tag +

HTML table header cell component.

+ + + +

HelpBlock

@@ -207,6 +225,15 @@

Simple label component rendered as span.

+ + +

Row

+ + +open class Row : Tag +

HTML table row component.

+ + -- cgit