Search Type: Posts; User: jiteshmjethwa
Search: Search took 0.01 seconds.
-
4 Jul 2012 12:32 AM
- Replies
- 2
- Views
- 648
This defect is resolved in ExtJS 4.1.1-rc2. Can u please provide possible fix for Ext JS 4.1 for this issue.
-
30 Oct 2011 9:20 PM
- Replies
- 19
- Views
- 8,854
Hi All,
i have tried code give by electronix but it doesnt worked for me, it was showing me error
but i have fixed it by replacing chart.redraw with
Now its not showing any error also its... -
18 Oct 2011 3:31 AM
Jump to post Thread: EXTJS in Chrome and Safari by jiteshmjethwa
- Replies
- 13
- Views
- 1,207
Can u give your index.html code:)
-
18 Oct 2011 3:08 AM
- Replies
- 4
- Views
- 799
It will definitely not work without
Ext.require('Ext.container.Viewport');
this line...
/:) -
18 Oct 2011 3:06 AM
Jump to post Thread: EXTJS in Chrome and Safari by jiteshmjethwa
- Replies
- 13
- Views
- 1,207
Hi Bokara,
Insert
Ext.require('Ext.window.Window');
Ext.onReady(function(){
var win = Ext.create('Ext.window.Window', {
.......
as first line it acts as import statement. -
18 Oct 2011 2:40 AM
Jump to post Thread: EXTJS in Chrome and Safari by jiteshmjethwa
- Replies
- 13
- Views
- 1,207
Put your code between
Ext.onReady(function(){
var win = Ext.create('Ext.window.Window', {
.........
});
Like above it will work for u.... -
18 Oct 2011 1:26 AM
- Replies
- 4
- Views
- 799
Hi you should insert
Ext.require('Ext.container.Viewport');
Its just like a import statement of java.
As the first line in app.js -
12 Oct 2011 10:19 PM
- Replies
- 5
- Views
- 1,237
Hi all,
I have tried this trackOver : false in viewconfig but its still not working.
Anybody tried this please reply. :((
Results 1 to 8 of 8
