Gets the underlying object for the specified window.
ColdFusion.Window.getWindowObject(name)
cfwindow, ColdFusion.Window.create, ColdFusion.Window.hide, ColdFusion.Window.onHide, ColdFusion.Window.onShow, ColdFusion.Window.show, "Using pop-up windows" in the ColdFusion Developer's Guide
ColdFusion 8: Added this function
|
Parameter |
Description |
|---|---|
| name |
The value of the name attribute of the cfwindow tag for which you want the object. |
An object of type Ext.BasicDialog.
July 1, 2008: Fixed broken link to Ext JavaScript library docs
Use this function to get the Ext JavaScript Library Ext.BasicDialog object that underlies the HTML format cfwindow control. You can then use the raw object to modify the displayed window. For documentation on the objects and how to manage them, see the Ext JavaScript library documentation.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/8/htmldocs/JavaScriptFcns_29.html