Description
Gets the underlying object for the specified window.
Function syntax
ColdFusion.Window.getWindowObject(name) |
See also
cfwindow, ColdFusion.Window.create, ColdFusion.Window.onHide, ColdFusion.Window.onShow, ColdFusion.Window.show, ColdFusion.Tree.getTreeObject, Using pop-up windows in Using Ajax form controls and features in the Developing ColdFusion Applications
History
ColdFusion 8: Added this function
Parameters
Parameter |
Description |
---|---|
name |
The value of the name attribute of the cfwindow tag for which you want the object. |
Returns
An object of type Ext.BasicDialog.
Usage
Use this function to get the Ext JavaScript Library Ext.BasicDialog object that underlies the HTML 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|http://extjs.com/deploy/ext-1.1.1/docs/].