append Element
Deprecated
Warning since 1.4
This API is moved to another package, use 'kotlinx.dom.appendElement' instead.
Replace with
import kotlinx.dom.appendElement
Content copied to clipboard
this.appendElement(name, init)Content copied to clipboard
Appends a newly created element with the specified name to this element.
The element is initialized with the specified init function.