
extjs
德盖尔芒特
这个作者很懒,什么都没留下…
展开
-
extjs图标
{iconCls : "add",text:'新增',scope : me,tooltip : '新增',id : "perms-bascpop-add"}, {iconCls : "edit",text:'编辑',scope : me,tooltip : '编辑',id : "perms-bascpop-edit"}, {text : '查看',id : 'perms-product_sel原创 2017-06-07 14:14:58 · 716 阅读 · 0 评论 -
extjs批量导入
@RequestMapping(method = RequestMethod.POST, value = "importBascpop") @ResponseBody public Msg importBascpop(@RequestParam(value = "file", required = true) MultipartFile file){ logger.info("upload原创 2017-06-09 09:43:59 · 299 阅读 · 0 评论 -
extjs添加页面时间获取不到
addStudent : function(button){//添加保存 var me = this; var win = button.up('window'), form = win.down('form').getForm(); var grid=this.getStudentVRef().grid; if (form.isValid()) { form.submit({ url原创 2017-07-12 15:22:56 · 230 阅读 · 0 评论 -
extjs设置一个空的属性
{xtype:'tbspacer',flex:1}原创 2017-06-26 15:59:16 · 323 阅读 · 0 评论