From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.36 --- api/pl.treksoft.kvision.navbar/-nav/index.html | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'api/pl.treksoft.kvision.navbar/-nav/index.html') diff --git a/api/pl.treksoft.kvision.navbar/-nav/index.html b/api/pl.treksoft.kvision.navbar/-nav/index.html index 33f7eebf..0e8dcd79 100644 --- a/api/pl.treksoft.kvision.navbar/-nav/index.html +++ b/api/pl.treksoft.kvision.navbar/-nav/index.html @@ -50,6 +50,13 @@ +

attributes

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

content

@@ -114,6 +121,33 @@ +

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

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

setAttribute

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

Sets the value of additional attribute.

+ + + +

unaryPlus

-- cgit