I should have mentioned - version of I.E. I am using: 9.0.8112.16421
Thank you,
bryan
Type: Posts; User: bryan10
I should have mentioned - version of I.E. I am using: 9.0.8112.16421
Thank you,
bryan
Hello,
Thank you for your reply.
IE isn't preventing window.open. When I run F12 developer tools the menu works ok.
I also tried disabling pop-up blocker.
Wondering if there are any other...
Hello,
I have created a menu (see below) - when user selects an item,
a new URL should be loaded in to the window.
It works successfully using Chrome and Firefox but not when using
IE.
When...
Hello,
version of ext js used: 4.0.7.
I was wondering if this could be investigated - it's been a problem hanging around for weeks - I think others
may have encountered a similar problem - but I...
Hello,
Thank you for your replies.
I have tried using queryMode 'remote', autoLoad: false as suggested.
However the problem persists still.
I have sent over the code which instead uses a json...
Hello,
Thank you all for your replies - greatly appreciated!
I have managed to resolve this by removing requires and using script tag.
I am not sure why the 'vietits' example is not working - may...
Thank you for your reply.
I have tried exactly as specified in the reply - following occurs:
GET http://localhost:9003/northpanel.js?_dc=1328610129395 404 (Not Found)
GET...
Hello,
Thank you for your reply.
I have tried exactly as specified in the reply - following occurs:
GET http://localhost:9003/northpanel.js?_dc=1328610129395 404 (Not Found)
GET...
Hello,
I am having problems sharing classes between files.
I'm using ext js 4.0.7.
In the code below, is defined a Viewport with 3
panels. northpanel and southpanel are defined in
different...
Hello,
I am having a problem whereby a combo that exists in a form and
that gets set using loadRecord, requires to have the dropdown
button clicked twice in order for the list to appear.
In...
Hello,
I have some code below which shows a window (container)
containing a button ('Click3') and a panel. The panel
contains a button ('Click') and a tbar. The tbar contains
a button ('Click2')...
Apologies for the large font in the last reply - it wasn't intentional - post/reply can be deleted.
Hello,
Thank you for your reply.
Within the listener I tried:
var ele = this.getChildByElement('...');
and obtained the following error:
Uncaught TypeError: Object [object DOMWindow] has...
Hello,
I have created an Ext.Window containing a grid panel.
The grid panel has a selectionchange listener:
listeners: {
scope: this,
selectionchange: function(model, records,...
Hello, I would like to be able to invoke a url following a user selecting
an ext js component (i.e. following user clicking on ext js button, toolbar,
treepanel item, menu item). How can this be...
Hello,
Thank you for your quick reply.
Please can you inform me how I can access the record and any other data
within the column renderer? What arguments are passed?
From the ext js 4...
I would like to have a group of radio buttons in a grid column.
and then it is required to determine which button the user has
clicked.
I have created the column renderer below:
Is there...
Hello,
I have created a Grouped Bar Chart - as in the example in the ext js 4 documentation.
I need to be able to change the colours of the bars.
Please can you inform me how to do this?
Thank...
Hello,
I am attempting to create a line chart which has several and a
dynamic (variable) number of lines (series). The number of
lines depends on the number of records read in to a data store...
Hello,
I have created a grid with a checkbox column, as in the example
(Grid Plugins - grid 4) - the CheckboxModel has selectionchange
listener.
How do send all of the selected records to the...
Is it possible to display the child model instance in a model association in
the same grid as the parent model instance?
I am returning using a json proxy reader records in a parent-child...
Hello,
I am using Ajax Json Data writer.
I require to retrieve the response following a model/record save() call.
The callback - success function - doesn't seem to have
arguments containing the...
I have set Data writer writeAllFields config to false for an
Update request (so that only modified form fields are sent to
server - but all fields are being sent.
The model is configured as...