2020年3月25日

extjs 部署时动态切换上下文路径

摘要: 修改index.html ... // 获取首页上下文路径 var basePath = window.location... 阅读全文

posted @ 2020-03-25 15:52 路过君 阅读(60) 评论(0) 推荐(0) 编辑

extjs store 设置额外参数刷新数据

摘要: store.proxy.setExtraParams({param1: 'value1', param2: 'value2'});s... 阅读全文

posted @ 2020-03-25 14:26 路过君 阅读(139) 评论(0) 推荐(0) 编辑

extjs store定义 通过ajax访问json数据

摘要: { proxy: { type: 'ajax', url: '/data.json', reader: { type: '... 阅读全文

posted @ 2020-03-25 13:51 路过君 阅读(110) 评论(0) 推荐(0) 编辑

Extjs mvvm store绑定

摘要: view ...viewModel: { type: 'view1.mainviewmodel'},...bind:{ store:... 阅读全文

posted @ 2020-03-25 13:47 路过君 阅读(69) 评论(0) 推荐(0) 编辑

导航