Does anyone know why the setHeight() function using the extjs
that is shipped with coldfusion 8 will not work?
The moveTo() function works, however, the setHeight()
function will not work.
Here is the code:
var cfwindow = ColdFusion.Window.getWindowObject("Events");
cfwindow.moveTo(100,400);
cfwindow.setHeight(1000);
<cfwindow closable="false" draggable="false" modal="false"
title="Event Calendar" bodystyle="background-color:##cccccc;"
headerstyle="background-image:url(images/tabext.gif);color:##000000;"
resizable="false" source="events.cfm" initShow="#initShowwinauth#"
name="Events" width="760"
x="240" y="8" height="480" />
Thanks in advance.
Ron