摘要: Ext.create('Ext.form.Panel', {title: '菜单编辑',id:'editMenuForm',bodyPadding: 5,// The form will submit an AJAX request to this URL when submittedurl: '/... 阅读全文
posted @ 2014-10-08 14:22 执着的码农 阅读(948) 评论(0) 推荐(0)
摘要: Ext.onReady(function () {/*表格数据源绑定*/var menuStore = Ext.create('Ext.data.Store', {pageSize:10,fields: ['id','','sm_name', 'sm_url', 'fatherGuid','fath... 阅读全文
posted @ 2014-10-08 13:39 执着的码农 阅读(2637) 评论(0) 推荐(0)