Class: Box

hui.ui. Box


new Box(options)

Parameters:
Name Type Description
options Object

The options : {modal:false}

Source:

Methods


<static> create(options)

Creates a new box widget

Parameters:
Name Type Description
options Object

The options : {width:0,padding:0,absolute:false,closable:false}

Source:

add()

Adds a child widget or node

Source:

addToDocument()

Adds the box to the end of the body

Source:

hide()

Hides the box

Source:

isVisible()

If the box is visible

Source:

show()

Shows the box

Source: