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
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
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
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
>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
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
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
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
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
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,
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
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:
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
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
14 matches
Mail list logo