Ext.dataview.List

来源:互联网 发布:dnf怎么优化不卡 编辑:程序博客网 时间:2024/05/22 00:15
xtype:list
也可以使用Ext.List
自定义风格的DataViiew,允许使用分组、索引、图标和Disclosure。
Ext.create('Ext.List', {
   fullscreen: true,
   itemTpl: '<div class="contact">{firstName} <strong>{lastName}</strong></div>',
   store: store,
   grouped: true
});

原创粉丝点击