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

removeAttribute

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

Overrides Component.removeAttribute

+

Removes the value of additional attribute.

+

Parameters

+

+name - the name of the attribute

+ + -- cgit