Search Type: Posts; User: BoydTv
Search: Search took 0.07 seconds.
-
21 Jan 2013 5:44 AM
- Replies
- 5
- Views
- 1,832
For those of you who can't wait for the next version, I've made a workaround for this problem in ExtJs version 4.1.1.1. Feel free to use it (at your own risk).
Ext.override(Ext.dom.Element, {
... -
12 Sep 2011 1:04 AM
- Replies
- 4
- Views
- 1,621
IE9 is our development platform, it works quite well here. I suspect there is some other issue at work, but without an actual webpage for me to debug I can't say much about that.
-
12 Sep 2011 12:36 AM
- Replies
- 4
- Views
- 1,621
What version of IE are you using?
The workaround does not work in IE7 or lower, because the icons on the left are floating and IE7 handles that differently. This is the same problem Opera has.
... -
28 Jun 2011 4:05 AM
- Replies
- 4
- Views
- 1,621
We've found a bug in ExtJs 4.0.2a that occurs at a text-overflow in a tree. A simple workaround is possible for Internet Explorer by adding the css:
.x-ie .x-tree-panel .x-grid-row... -
10 Dec 2010 4:36 AM
Jump to post Thread: Refresh Store Record by BoydTv
- Replies
- 2
- Views
- 555
Thanks,
Although the methods you mentioned didn't work for me, you pointed me in the right direction.
The updateRecord method could be used as a client side refresh, the problem is that I can't... -
10 Dec 2010 3:35 AM
Jump to post Thread: Refresh Store Record by BoydTv
- Replies
- 2
- Views
- 555
Okay, so I'm fairly new to ExtJs, and one simple problem has got me completely stumped.
I have an application with:
1. A gridpanel with a JsonStore which contains a few records.
2. In another...
Results 1 to 6 of 6
