ColdFusion 9.0 Resources |
ColdFusion.Window.showDescriptionShows a window that is currently hidden. Function syntaxColdFusion.Window.show(name) See alsocfwindow, ColdFusion.Window.create, ColdFusion.Window.getWindowObject, ColdFusion.Window.hide, ColdFusion.Window.onHide, ColdFusion.Window.onShow, ColdFusion.Tree.getTreeObject, Using pop-up windows in the Developing ColdFusion Applications HistoryColdFusion 8: Added this function Parameters
ReturnsThis function does not return a value. UsageThis function shows a window that you created with an initShow attribute or parameter value of false, or that you hid by calling the ColdFusion.Window.hide function. It does not show a window that a user closed by clicking the X icon on the title bar. This tag has no effect if the window is already hidden. ExampleSee the example at ColdFusion.Window.hide |