Class BTM.UI.HTMLWindow [Experimental]
Extends
BTM.UI.WindowBase.
HTML Popup Window class.
Defined in: ui.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BTM.UI.HTMLWindow(content, options)
[Experimental]
|
- Fields borrowed from class BTM.UI.WindowBase:
- open
| Method Attributes | Method Name and Description |
|---|---|
|
update(content)
Updates the contents of the HTML Window
|
- Methods borrowed from class BTM.UI.WindowBase:
- attachWindow, fullScreenResize, hide, init, resizeWindow, show
Class Detail
BTM.UI.HTMLWindow(content, options)
[Experimental]
- Parameters:
- {HTMLElement|String} content Optional
- the content to display, can either be a HTML DOM element, or a HTML string.
- {Object} options Optional
- the options Object
Method Detail
update(content)
Updates the contents of the HTML Window
- Parameters:
- content