Element.appendHtml

Appends the given html to the element, returning the elements appended

More...
class Element
@scriptable
appendHtml
(
string html
)

Detailed Description

This is similar to element.innerHTML += "html string"; in Javascript.

Suggestion Box / Bug Report