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 --- .../-widget/set-attribute.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-widget/set-attribute.html (limited to 'api/pl.treksoft.kvision.core/-widget/set-attribute.html') diff --git a/api/pl.treksoft.kvision.core/-widget/set-attribute.html b/api/pl.treksoft.kvision.core/-widget/set-attribute.html new file mode 100644 index 00000000..6ab4ccca --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/set-attribute.html @@ -0,0 +1,21 @@ + + + +Widget.setAttribute - kvision + + + +kvision / pl.treksoft.kvision.core / Widget / setAttribute
+
+

setAttribute

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

Overrides Component.setAttribute

+

Sets the value of additional attribute.

+

Parameters

+

+name - the name of the attribute

+

+value - the value of the attribute

+ + -- cgit