This content has been marked as final.
Show 1 reply
-
1. Re: setting height of cfwindow in javascript
Newsgroup_User Nov 29, 2007 6:07 PM (in response to Ronsweb)cf8 includes a function ColdFusion.Window.getWindowObject('windowname'),
which can be called in regular js (not in cfscript), and will give you
access to its underlying ExtJS object and all its properties and
methods, which you can then manipulate as you like. see extJS website
or the docs included with cf8 (inside the CFIDE\scripts\ajax\ext\docs
folder on Win install) for more info.
---
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com

