InfoBox

external class InfoBox(var container: ERROR CLASS: Symbol not found for Element)(source)

A widget for displaying information or a description.

See also

Constructors

Link copied to clipboard
constructor(container: ERROR CLASS: Symbol not found for Element)

Properties

Link copied to clipboard
var container: ERROR CLASS: Symbol not found for Element

The DOM element that will contain the widget.

Link copied to clipboard
var frame: ERROR CLASS: Symbol not found for HTMLIFrameElement

Gets the iframe used to display the description.

Link copied to clipboard

Gets the view model.

Functions

Link copied to clipboard
fun destroy()

Destroys the widget. Should be called if permanently removing the widget from layout.

Link copied to clipboard