<html> <head> <title>first Grid</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <style type="text/css"> @import "../dojox/grid/resources/tundraGrid.css"; @import "../dojo/resources/dojo.css"; </style> <script type="text/javascript" src="../dojo/dojo.js" djConfig="parseOnLoad: true"></script> <script type="text/javascript"> dojo.require("dojo.data.ItemFileReadStore"); dojo.require("dojox.grid.DataGrid"); var sampleData = {identifier: 'pro_no',label: 'pro_no', items: [ {pro_no:'2100', pro:'ganliang', min_amount:346, max_amount:931, avg_amount:647}, {pro_no:'2200', pro:'B Series', min_amount:301, max_amount:894, avg_amount:608}, {pro_no:'2300', pro:'C Series', min_amount:456, max_amount:791, avg_amount:532}, {pro_no:'2400', pro:'D Series', min_amount:859, max_amount:2433, avg_amount:1840}, {pro_no:'2500', pro:'E Series', min_amount:459, max_amount:1433, avg_amount:1040} ]}; var jsonStore = new dojo.data.ItemFileReadStore({ data: sampleData }); var layout = [ {field: 'pro_no', name: 'Product Number' }, {field: 'pro', name: 'Product' }, {field: 'min_amount', name: 'Minimum Amount' }, {field: 'max_amount', name: 'Maximum Amount' }, {field: 'avg_amount', name: 'Average Amount' }]; </script> </head> <body class="tundra"> <div class="heading"> First Grid </div> <div id="grid" dojoType="dojox.grid.DataGrid" store="jsonStore" structure="layout" autoWidth="true"></div> </body> </html> ---------------------- ({ data: sampleData }); -->({ url: a.jsp}); 却不行 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> </head> <body> <%//out.print("[{pro_no:'2100', pro:'ganliang', min_amount:346, max_amount:931, avg_amount:647},{pro_no:'2200', pro:'B Series', min_amount:301, max_amount:894, avg_amount:608},{pro_no:'2300', pro:'C Series', min_amount:456, max_amount:791, avg_amount:532},{pro_no:'2400', pro:'D Series', min_amount:859, max_amount:2433, avg_amount:1840},{pro_no:'2500', pro:'E Series', min_amount:459, max_amount:1433, avg_amount:1040}]") ; String ss="{identifier: 'pro_no',label: 'pro_no',"; ss = ss+"items: ["; ss = ss+"{pro_no:'2100', pro:'ganliang', min_amount:346, max_amount:931, avg_amount:647},"; ss = ss+"{pro_no:'2200', pro:'B Series', min_amount:301, max_amount:894, avg_amount:608},"; ss = ss+"{pro_no:'2300', pro:'C Series', min_amount:456, max_amount:791, avg_amount:532},"; ss = ss+"{pro_no:'2400', pro:'D Series', min_amount:859, max_amount:2433, avg_amount:1840},"; ss = ss+"{pro_no:'2500', pro:'E Series', min_amount:459, max_amount:1433, avg_amount:1040}"; ss = ss+"]}"; response.getWriter().write(ss); %> </body> </html>
详细解决方案
dojo用json兑现表格原理
热度:170 发布时间:2012-09-06 10:37:01.0
相关解决方案
- (Struts2+JSON+Ajax) XMLHttpRequest ==500如何解决
- json 解析有关问题
- struts2-json中诠注@JSON(deserialize=false)是什么用?不是阻止JSON反序列化成JAVA对象吗?求解
- 请教哪里可以上到 struts2-json-plugin-2.1.8的源文件
- java+jquery easy ui + json + struts分页例子
- ssh json jar 有关问题
- json 有关问题
- AJAX 传递数据如何样才可以是 json
- jquery.load(*json) 解析不已。求帮忙
- JSON,AJAX
- 2中,可是一直发生java.lang.NoClassDefFoundError: net/sf/json/
- struts2 dojo 未定义,该怎么处理
- json 转成 string解决办法
- json ,Map转json,全部分了
- jquery ajax+json(插件) 提交数据,让人捉摸不透的是:【部分中文显示问号】,该怎么解决
- json 序列化有错误怎么办
- JQUERY json 传值有关问题
- 获取 天候Api 返回的 json 数据
- MVC(Json) 出现提示上载
- MVC,linq,json,有关问题不知道如何描述,跪求
- json 序列化有关问题?当列名为可变数值时,如果序列化
- HttpWebRequest post json 数据,接受应该怎么获取啊
- 在于json。超级郁闷。上载了Newtonsoft.Json,可是没有JavaScriptArray属性,这是为什么呀
- 急MVC3 返回 Json 有关问题
- jquery +json +html 怎么做分页
- JSON.parse是那里定义的,小弟我在vs2008里js函数里调用了
- jqGrid json 不显示数据,该如何处理
- json 反序列化 为.net对象,该如何处理
- JQUERY AJAX JSON 有关问题 求大侠指点
- json 转成 Dataset 保存到数据库,该怎么处理