Ext.define('AM.user.view.RoleList',{
extend: 'Ext.grid.Panel',
alias:'widget.roleList',
id:'roleList',
selModel : {
selType : "checkboxmodel"
},
border : false,
multiSelect : true,
columns:[
{ text: '编号', dataIndex: 'id' ,flex: 1},
{ text: '名称', dataIndex: 'name', flex: 1 },
{ text: '描述', dataIndex: 'description' ,flex: 1}
],
store:'role.GridStore',
dockedItems: [{
xtype: 'pagingtoolbar',
store: 'role.GridStore',
dock: 'bottom',
displayInfo: true
}],
tbar : [{
xtype : 'button',
text : '添加角色',
id : 'r_add'
},
{
xtype : 'button',
text : '删除角色',
id : 'r_delete',
},
{
xtype : 'button',
text : '保存角色',
id : 'r_save',
},
"->",
{
fieldLabel : "关键字",
labelWidth : 50,
width : 150,
xtype : 'textfield',
name : "searchmatter",
id : "r_adminsearchmatter",
emptyText : "请输入关键字",
selectOnFocus : true
},
{
xtype : "combobox",
labelWidth : 60,
width : 160,
emptyText : "请选择类型",
listConfig : { // 控制下拉列表的样式
emptyText : "没有找到匹配的项",
maxHeight : 200
},
fieldLabel : "搜索类型",
name : "adminsearchtype",
id : "r_adminsearchtype",
queryMode : "local",
valueField : "value",
displayField : "text",
forceSelection : true,
// multiSelect:true,
typeAhead : true
},
{
xtype : "button",
id : "r_search",
iconCls : "search",
text : "搜索"
}
],
initComponent : function() {
this.callParent(arguments);
}
});

Jo-wang
- 粉丝: 0
最新资源
- 信息化教学手段在教学做一体化课程中的应用(1).docx
- 2019年计算机顶岗实习小结(1).doc
- 互联网金融各业态流动性风险成因及防范建议(1).docx
- 高职院校顶岗实习信息化管理实践与探索(1).docx
- 高教类课件:ASP.NET程序设计教程(1).ppt
- 本科毕设论文-—基于at89c51单片机的多功能函数信号发生器设计(1).doc
- 数据通信的基础知识与物理传输媒体(1).ppt
- 【会计实操经验】-互联网+-助推会计变革(1)(1).pdf
- 数字城市建设(水务管控、智慧电力、智慧能源)软件项目规划设计书本科学位论文(1).doc
- 机电所需的各种管理制度软件(1)(1).doc
- 浅谈大数据时代管理会计面临的挑战与应对措施(1).docx
- 【推荐下载】智能制造企业重金揽才-自动化人才需求加大(1).doc
- 互联网+背景下小学中年段思想政治教育研究(1).docx
- 大数据虚拟化系统的实施与管理方法研究(1).docx
- 基于信息化环境下小学数学教学中有效情境创设的实践探究(1).docx
- 计算机网络信息安全中虚拟专用网络技术的应用(1).docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



- 1
- 2
- 3
- 4
- 5
- 6
前往页