Problem using the Ext that comes with CF8

2009-03-27 Thread Tom Chiverton
I'm trying to use the ExtJS parts of CF8 to create a pair of tabs, and three columns with in the first tab. The below works in FireFox, but not IE. Est is meant to work in IE6, so what am I doing wrong ? IE isn't showing any errors (and I have the debugger enabled). Code: html head

Re: Problem using the Ext that comes with CF8

2009-03-27 Thread Tom Chiverton
OK, well, the below works. Ish. I don't know why I need an 'initialSize' for one the panes to make it show up, and the first tab isn't the full width, but I can probably live with it. html head cfajaximport tags=cflayout-border,cflayout-tab script type=text/javascript

Re: Problem using the Ext that comes with CF8

2009-03-27 Thread Dominic Watson
At the risk of sounding drole, I think you'd be far better off ditching the cf8 javascript tags and using the library of your choice directly. The cf tags are great time saving code until you need to do something that they can't do - and then you realise you have wasted a heap of time. To whet

Re: Problem using the Ext that comes with CF8

2009-03-27 Thread Tony Bentley
I agree. You're better off learning the library instead of trying to work around the limitations in coldfusion. It is great for those who do not know JS but it is not for those who do and know less of how to get around the issues of the tags (cfgrid, cftree, etc).