From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-help-block/index.html | 43 ---------------------- 1 file changed, 43 deletions(-) (limited to 'api/pl.treksoft.kvision.form/-help-block/index.html') diff --git a/api/pl.treksoft.kvision.form/-help-block/index.html b/api/pl.treksoft.kvision.form/-help-block/index.html index 3793b897..b801d4a1 100644 --- a/api/pl.treksoft.kvision.form/-help-block/index.html +++ b/api/pl.treksoft.kvision.form/-help-block/index.html @@ -36,13 +36,6 @@ -

attributes

- - -val attributes: MutableMap<String, String> - - -

content

@@ -93,24 +86,6 @@ -

getAttribute

- - -fun getAttribute(name: String): String? -

Returns the value of an additional attribute.

- - - - -

getSnAttrs

- - -open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

- - - -

getSnClass

@@ -120,15 +95,6 @@ -

removeAttribute

- - -fun removeAttribute(name: String): Widget -

Removes the value of additional attribute.

- - - -

render

@@ -138,15 +104,6 @@ -

setAttribute

- - -fun setAttribute(name: String, value: String): Widget -

Sets the value of additional attribute.

- - - -

unaryPlus

-- cgit