03 2011 档案
摘要:JScript// JScript 文件Ext.namespace('Ext.test');Ext.test.Panel = function() { this.right = new Ext.Panel({ ddGroup: 'TreePanelDDGroup', border : true, id : 'right', title:'Panel', bodyStyle : 'padding: 5px', defaults : { bodyStyle : 'padding-left: 5px' }
阅读全文