日期:2014-05-16 浏览次数:20425 次
???????????//?定制用户界面
?94
????????????viewConfig:?{
?95
????????????????forceFit:?true,
?96
????????????????enableRowBody:?true,
?97
????????????????showPreview:?true,
?98
????????????????getRowClass:?function(record,?rowIndex,?p,?store)?{
?99
????????????????????if?(this.showPreview)?{
100
????????????????????????p.body?=?'<p>'?+?record.data.excerpt?+?'</p>';
101
????????????????????????return?'x-grid3-row-expanded';
102
???????????????