Search Type: Posts; User: dzj
Search: Search took 0.04 seconds.
-
2 Jun 2011 2:22 PM
- Replies
- 12
- Views
- 4,260
why don't use a windows machine to develop and test?
-
22 Jan 2011 5:22 PM
Jump to post Thread: Ext.Direct Spring 1.0.0 by dzj
- Replies
- 71
- Views
- 20,841
thanks ralscha,can this project compile with jdk1.5?
-
2 Aug 2010 12:07 AM
Jump to post Thread: Grid header filters by dzj
- Replies
- 164
- Views
- 86,027
I have modified something:
//Pannello filtri
var filterPanelDiv = headerTd.createChild({id: Ext.id(), tag: "div"});
filterPanelDiv.setHeight(this.height);
var panelConfig = {
... -
11 Jun 2009 8:43 PM
- Replies
- 428
- Views
- 216,316
i have modified Ext.ux.maximgb.treegrid.PagingToolbar for extjs3.0
Ext.ux.maximgb.treegrid.PagingToolbar = Ext.extend(Ext.PagingToolbar, {
onFirstLayout: function() {
... -
22 Apr 2009 2:30 AM
Jump to post Thread: Grid header filters by dzj
- Replies
- 164
- Views
- 86,027
createFilterPanel: function(colCfg, grid) { var iColIndex = this.cm.findColumnIndex(colCfg.dataIndex); ---->modified to createFilterPanel: function(colCfg, grid) { var iColIndex...
-
26 Mar 2009 7:00 PM
Jump to post Thread: Grid header filters by dzj
- Replies
- 164
- Views
- 86,027
storeReload: function()
{
/*if(!Ext.isEmpty(this.grid.store.baseParams["limit"]))
{
this.grid.store.baseParams.start = 0;
}*/
...
Results 1 to 6 of 6
