摘要: 参考资料:https://market.sencha.com/extensions/datetimepicker上面的扩展在2.2有些问题,参考源码重新写了一个TimePicker: 1 Ext.define('ux.TimePicker', { 2 extend: 'Ext.picke... 阅读全文
posted @ 2013-09-16 17:32 魔狼再世 阅读(2840) 评论(0) 推荐(0)
摘要: 示例代码: 1 Ext.define('app.view.message.List', { 2 alternateClassName: 'messageList', 3 extend: 'Ext.List', 4 xtype: 'messageList', 5 requires: ['Ext.plugin.ListPaging'], 6 config: { 7 cls: 'list', 8 plugins: [{ 9 xclass: 'Ext.plugin.ListPaging'10 阅读全文
posted @ 2013-09-16 10:55 魔狼再世 阅读(1949) 评论(0) 推荐(0)