首页 > 其他 > 详细

"或"的扩张,use_concat以及no_expand提示使用

时间:2014-02-27 21:43:22      阅读:571      评论:0      收藏:0      [点我收藏+]

1、错误截图

bubuko.com,布布扣

2、错误出处

<body class="claro">
	<div id="gridContainer">
	    <span id="jsonStore"
	          url="data.json"
	          data-dojo-id="jsonStore"
	          data-dojo-type="dojo/data/ItemFileWriteStore"
	          >
	    </span>
	    <table id="gridData" query="{ id: ‘*‘ }"
		       store="jsonStore"
		       data-dojo-type="dojox/grid/EnhancedGrid">
	       <thead>
	           <tr>
	             <th field="name" name="国家"></th>
	             <th field="type" name="洲"></th>
	           </tr>
	       </thead>
	    </table>
		<div id="grid" dojoType="dojox.grid.EnhancedGrid" store="test_store[0]" structure="layout" plugins="plugins" summary="A customized grid summary"></div>
	</div>
</body>


"或"的扩张,use_concat以及no_expand提示使用,布布扣,bubuko.com

"或"的扩张,use_concat以及no_expand提示使用

原文:http://blog.csdn.net/whiteoldbig/article/details/20006991

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!