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 --- .../-field-label/get-sn-attrs.html | 2 +- .../-field-label/index.html | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.form/-field-label') diff --git a/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html b/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html index c34e5d58..a71be0e1 100644 --- a/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html +++ b/api/pl.treksoft.kvision.form/-field-label/get-sn-attrs.html @@ -10,7 +10,7 @@

getSnAttrs

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

Overrides Widget.getSnAttrs

+

Overrides Tag.getSnAttrs

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

Return
list of element attributes

diff --git a/api/pl.treksoft.kvision.form/-field-label/index.html b/api/pl.treksoft.kvision.form/-field-label/index.html index fcde0391..1828dc9f 100644 --- a/api/pl.treksoft.kvision.form/-field-label/index.html +++ b/api/pl.treksoft.kvision.form/-field-label/index.html @@ -36,6 +36,13 @@ +

attributes

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

content

@@ -100,6 +107,15 @@ +

getAttribute

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

Returns the value of an additional attribute.

+ + + +

getSnClass

@@ -109,6 +125,15 @@ +

removeAttribute

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

Removes the value of additional attribute.

+ + + +

render

@@ -118,6 +143,15 @@ +

setAttribute

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

Sets the value of additional attribute.

+ + + +

unaryPlus

-- cgit