摘要: pack : String Controls how the child items of the container are packed together. Acceptable configuration values for this property are: start - child 阅读全文
posted @ 2016-09-22 22:32 旋转的梦 阅读(272) 评论(0) 推荐(0)
摘要: Ext.define('app.view.main.biz.customer.receipt.followup.FollowUpActionPanel', { extend: 'Ext.grid.Panel', border: false, margin:'10 20 20 20', hideHeaders: true, columns: [{ ... 阅读全文
posted @ 2016-09-22 16:03 旋转的梦 阅读(712) 评论(0) 推荐(0)
摘要: grid.getStore().load({ //默认展开所有行。 callback:function() { var expander = grid.plugins[0]; var count = grid.getStore().getCount() for(var i = count-1; i 阅读全文
posted @ 2016-09-22 15:59 旋转的梦 阅读(923) 评论(0) 推荐(0)