Search Type: Posts; User: Cyberluke
Search: Search took 0.02 seconds.
-
6 Apr 2012 1:42 AM
Jump to post Thread: ExtJS 4 and Ext Core Carousel by Cyberluke
- Replies
- 16
- Views
- 4,753
Hey, it's easy, just look at the Ext.ux.Carousel.js
Previously time for animations was in seconds, but now is in miliseconds.
Change the following in Carousel.js and FX will work:
... -
13 Mar 2012 12:44 PM
- Replies
- 1
- Views
- 577
Hi!
var cmlen = grid.getView().getHeaderCt().getColumnCount();
for (i = 0; i < cmlen; i++) {
var col = column = grid.getView().getHeaderCt().items.getAt(i);... -
9 Feb 2012 3:57 AM
Jump to post Thread: Ext.ux.Sparkline + Grid Plugin by Cyberluke
- Replies
- 13
- Views
- 6,725
From my steps above:
1) https://github.com/dgaspar/Ext.ux.Sparkline/blob/master/Ext.ux.Sparkline.js
Line: 1075
Ext.ux.Sparkline.refreshGrid = function(grid) { var cm =... -
9 Feb 2012 2:38 AM
Jump to post Thread: Ext.ux.Sparkline + Grid Plugin by Cyberluke
- Replies
- 13
- Views
- 6,725
Hi,
Please follow my steps above and it will work. You have to use the store only. Here is code copied from my older response, which gets the store and updates it with new values. You do it right,... -
19 Dec 2011 2:25 PM
Jump to post Thread: Ext.ux.Sparkline + Grid Plugin by Cyberluke
- Replies
- 13
- Views
- 6,725
I fixed two bugs under Ext JS 3:
1) loading dynamic JSON data in Sparkline
2) rendering Sparkline inside GridPanel, which is inside Window component
1)...
Results 1 to 5 of 5
