ExtDesigner顶用jsonstore给girdpanel绑定数据

ExtDesigner中用jsonstore给girdpanel绑定数据1、MyStore.js??其中jsonstore的url是提供json数据的页面,在

ExtDesigner中用jsonstore给girdpanel绑定数据

1、MyStore.js

?

?

其中jsonstore的url是提供json数据的页面,在这里我用jsp生成了一组json数据供这里使用

jsp生成json 的代码如下:

?

运行后的效果:


ExtDesigner顶用jsonstore给girdpanel绑定数据
?

以上除了jsp生成的json的页面不是ExtDesigner的外,其他都是通过Ext Designer界面工具下面的Export Project到导出的,直接点击xds_index.html 看效果