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 --- api/pl.treksoft.kvision.core/-container/index.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'api/pl.treksoft.kvision.core/-container/index.html') diff --git a/api/pl.treksoft.kvision.core/-container/index.html b/api/pl.treksoft.kvision.core/-container/index.html index 530ca02f..56cf68c7 100644 --- a/api/pl.treksoft.kvision.core/-container/index.html +++ b/api/pl.treksoft.kvision.core/-container/index.html @@ -119,6 +119,15 @@ +

getAttribute

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

Returns the value of an additional attribute.

+ + + +

getElement

@@ -146,6 +155,15 @@ +

removeAttribute

+ + +abstract fun removeAttribute(name: String): Component +

Removes the value of additional attribute.

+ + + +

removeCssClass

@@ -166,6 +184,15 @@

Removes given style object from the set of CSS classes generated in html code of parent component.

+ + +

setAttribute

+ + +abstract fun setAttribute(name: String, value: String): Component +

Sets the value of additional attribute.

+ +

Extension Functions

-- cgit