Modal

class Modal(element: HTMLElement) : JsAny

External Bootstrap Modal class.

Constructors

Link copied to clipboard
constructor(element: HTMLElement)

Functions

Link copied to clipboard
fun dispose()

Disposes the modal.

Link copied to clipboard
fun hide()

Hides the modal.

Link copied to clipboard
fun show()

Shows the modal.

Link copied to clipboard
fun toggle()

Toggles the visibility.