Class Index | File Index

Classes


Class BTM.UI.HTMLWindow [Experimental]


Extends BTM.UI.WindowBase.
HTML Popup Window class.
Defined in: ui.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
BTM.UI.HTMLWindow(content, options) [Experimental]
Fields borrowed from class BTM.UI.WindowBase:
open
Method Summary
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

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Feb 03 2009 04:12:53 GMT+1100 (EST)