ColdFusion 9.0 Resources |
ColdFusion.Window.getWindowObjectDescriptionGets the underlying object for the specified window. Function syntaxColdFusion.Window.getWindowObject(name) See alsocfwindow, ColdFusion.Window.create, ColdFusion.Window.hide, ColdFusion.Window.onHide, ColdFusion.Window.onShow, ColdFusion.Window.show, ColdFusion.Tree.getTreeObject, Using pop-up windows in the Developing ColdFusion Applications HistoryColdFusion 8: Added this function Parameters
ReturnsAn object of type Ext.BasicDialog. UsageUse 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. |