new Box(options)
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | The options : {modal:false} |
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}
-
add()
-
Adds a child widget or node
-
addToDocument()
-
Adds the box to the end of the body
-
hide()
-
Hides the box
-
isVisible()
-
If the box is visible
-
show()
-
Shows the box