摘要:
Ext.onReady(function () { gridPanel(); var panel = Ext.getCmp('gridPanel'); window.onresize = function () { panel.setHeight(document.documentElement.clientHeight); };});function gridPanel() { var pagingBar = Ext.widget('pagingtoolbar', { store: store, displayInfo:... 阅读全文
posted @ 2014-03-06 14:50
Seaurl
阅读(817)
评论(0)
推荐(0)