Re: Filter row plugin

2012-01-16 Thread Andrew Scott
Ok a quick look at the docs http://docs.sencha.com/ext-js/4-0/#!/api Shows that for extJS 4.0 you need to use grid.getSelectionModel() Try that and see how you go. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue, Ja

Re: Filter row plugin

2012-01-16 Thread Steve 'Cutter' Blades
Tom, Your grid questions are really better served by going through the Sencha Ext JS documentation (http://docs.sencha.com/ext-js/4-0/#), the Sencha Ext JS Forums (http://www.sencha.com/forum/forumdisplay.php?81-Ext-Discussion), and maybe a book (see the link in the signature block). I'm not

Re: Filter row plugin

2012-01-16 Thread Tom Small
grid.selectionModel() is produces an error ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/mess

Re: Opening a word document saved on a server

2012-01-16 Thread Michael Stemle
Try also writing an appropriate content-type header, see if that helps. On Mon, Jan 16, 2012 at 15:07, fun and learning wrote: > > >What do you mean "fails"? > > > >On Mon, Jan 16, 2012 at 14:58, fun and learning >wrote: > > > >> > It does not work. It does not throw any error. It tries to open

Re: Opening a word document saved on a server

2012-01-16 Thread fun and learning
>What do you mean "fails"? > >On Mon, Jan 16, 2012 at 14:58, fun and learning wrote: > >> It does not work. It does not throw any error. It tries to open a tab and immediately closes it. ~| Order the Adobe Coldfusion Anthology

Re: Opening a word document saved on a server

2012-01-16 Thread Michael Stemle
What do you mean "fails"? On Mon, Jan 16, 2012 at 14:58, fun and learning wrote: > > Hi All - > > I have used cfcontent to write some data to excel docs. > > I am trying to do the following - I have a drop down, and when one of the > value is selected, I need to open a word document that is save

Opening a word document saved on a server

2012-01-16 Thread fun and learning
Hi All - I have used cfcontent to write some data to excel docs. I am trying to do the following - I have a drop down, and when one of the value is selected, I need to open a word document that is saved on the server. opendoc.cfm When the user selects a dropdown value, I am

Re: Filter row plugin

2012-01-16 Thread Tom Small
Thanks for the advice ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349

Re: Filter row plugin

2012-01-16 Thread Tom Small
Hi Andrew, thanks for the advice also I think the example code I am using is for ext3 and not 4, and I believe the columnModel approach was removed, maybe that is why I am getting issues. I will send a snippet of my code the your email address, if that is OK? In the meantime will try to work on

Re: Filter row plugin

2012-01-16 Thread Andrew Scott
Ok a quick look at the docs http://docs.sencha.com/ext-js/4-0/#!/api Shows that for extJS 4.0 you need to use grid.getSelectionModel() Try that and see how you go. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue,

Re: Filter row plugin

2012-01-16 Thread Andrew Scott
Tom, One of the best things to look into is Firebug for FireFox or using Chrome for debugging, I prefer Firebug. What you can do is right before the error is place this line of code. console.log(grid); What this will do is confirm that the object is indeed the grid object, by using the console

RE: OT/JS: Trouble outputting individual products instead of entire list

2012-01-16 Thread Rick Faircloth
You mean, as opposed to combining the two functions of parsing the categories, then attempting to parse the products within the category function? Rick PS - Might be easier if I just parse the xml and stick the data into a database and query/loop it from there. -Original Message- From:

Re: Filter row plugin

2012-01-16 Thread Tom Small
Hi Andrew, thought I had a solution to the flier grid issue although can not solve the problem. I am using ext designer to generate the code (class) to filter columns in the grid and have attempted to follow various examples, although having no luck so far. Is it possible for me to send you a s

RE: OT/JS: Trouble outputting individual products instead of entire list

2012-01-16 Thread andy matthews
You want similar functionality in both places, I'd write a function that does it that you can apply to both sections. If it still doesn't behave the same then your XML might be different. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, Janu