摘要: Extjs 中的按钮元素 { xtype: 'buttongroup', title: '打印', items: [ me.tsbDel = Ext.create('Ext.button.Button', { text: '打印123', iconCls: 'tool_print', scale: 阅读全文
posted @ 2018-06-13 17:32 龙骑科技 阅读(597) 评论(0) 推荐(0)
摘要: Extjs Window用法详解 今天我们来介绍一下Extjs中一个常用的控件Window。Window的作用是在页面中创建一个窗口,这个窗口作为容器,可以在它里面加入grid、form等控件,从而来实现更加复杂的界面逻辑。 本文的示例代码适用于Extjs 4.x和Extjs 5.x,在Extjs 阅读全文
posted @ 2018-06-13 17:06 龙骑科技 阅读(779) 评论(0) 推荐(0)
摘要: Ext.util.Format.date与Ext.Date.format区别, 转换时间戳 Ext.util.Format.date与Ext.Date.format区别, 转换时间戳 2016年07月22日 16:13:49 阅读数:4245 2016年07月22日 16:13:49 阅读数:424 阅读全文
posted @ 2018-06-13 15:11 龙骑科技 阅读(1327) 评论(0) 推荐(0)
摘要: Ext.util.Format.date Ext.util.Format.date 如下这段简单的代码: 如下这段简单的代码: var d = new Date(value.time); var s = Ext.util.Format.date(d, 'Y-m-d H:m:s'); return s 阅读全文
posted @ 2018-06-13 15:10 龙骑科技 阅读(997) 评论(0) 推荐(0)