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 --- .../-nav-form/index.html | 43 ---------------------- 1 file changed, 43 deletions(-) (limited to 'api/pl.treksoft.kvision.navbar/-nav-form/index.html') diff --git a/api/pl.treksoft.kvision.navbar/-nav-form/index.html b/api/pl.treksoft.kvision.navbar/-nav-form/index.html index e6f07969..d46cca96 100644 --- a/api/pl.treksoft.kvision.navbar/-nav-form/index.html +++ b/api/pl.treksoft.kvision.navbar/-nav-form/index.html @@ -50,13 +50,6 @@ -

attributes

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

content

@@ -121,33 +114,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.

- - - - -

removeAttribute

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

Removes the value of additional attribute.

- - - -

render

@@ -157,15 +123,6 @@ -

setAttribute

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

Sets the value of additional attribute.

- - - -

unaryPlus

-- cgit