国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

dojo隨手記 gird組件引用

2019-11-20 23:55:40
字體:
來源:轉載
供稿:網友
我建了一個文件里面代碼是網上下的<精通dojo>的代碼:
復制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!--
! Excerpted from "Mastering Dojo",
! published by The Pragmatic Bookshelf.
! Copyrights apply to this code. It may not be used to create training material,
! courses, books, articles, and the like. Contact us if you are in doubt.
! We make no guarantees that this code is fit for any purpose.
! Visit http://www.pragmaticprogrammer.com/titles/rgdojo for more book information.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Justa Cigar Wish List</title>
<style type="text/css">
@import "/zstudio/testdojo/dojoroot/dijit/themes/tundra/tundra.css";
@import "/zstudio/testdojo/dojoroot/dojo/resources/dojo.css";
@import "/zstudio/testdojo/dojoroot/dojox/grid/_grid/tundraGrid.css";
</style>
<script type="text/javascript" src="/zstudio/testdojo/dojoroot/dojo/dojo.js"
djConfig="parseOnLoad: true"></script>
<script>
dojo.require("dojo.parser");
dojo.require("dojo.data.ItemFileReadStore");
dojo.require("dojox.grid.Grid");
</script>
<style>
#grid {
border: 1px solid #333;
width: 550px;
margin: 10px;
height: 200px;
font-size: 0.9em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
</style>
</head>
<body class="tundra">
<h1>Justa Cigar Corporation</h1>
<h3>"Sometimes a cigar is a Justa Cigar!"</h3>
<div dojoType="dojo.data.ItemFileReadStore"
jsId="wishStore" url="services/cigar_wish_list.json">
</div>
<table id="grid" dojoType="dojox.grid.Grid" store="wishStore"
query="{ wishId: '*' }" clientSort="true">
<thead>
<tr>
<th field="description" width="15em">Cigar</th>
<th field="size">Length/Ring</th>
<th field="origin">Origin</th>
<th field="wrapper">Wrapper</th>
<th field="shape">Shape</th>
</tr>
</thead>
</table>
</body>
</html>

這時候出來的頁面什么效果都沒產生,打開firebug一看:dojox.grid.Grid 404 not Found!!

這是怎么回事呢,我打開dojoroot/dojox/grid/目錄,沒發現有Grid.js的文件,只有個_Grid.js

于是我把dojox.grid.Grid 改成了 dojox.grid._Grid。這下沒說找不到了,但又出了莫名其妙的問題

難道我下的dojo有問題?從官網下的1.5的啊,后來,我想了想,dojo作為一個流行的庫,它的調用應該不會像dojox.grid._Grid這么奇怪,接著我發現grid目錄下有個compatGrid.tar.gz的包(上面的文檔目錄截圖里面有),在里面發現grid.js,果斷解壓到當前目錄。再一試,果然行了!!!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 沙湾县| 玉环县| 兴义市| 桂东县| 涞水县| 盘锦市| 江油市| 全椒县| 甘谷县| 沈阳市| 苗栗市| 洱源县| 洞口县| 上犹县| 绍兴市| 兴山县| 准格尔旗| 扎囊县| 麦盖提县| 当雄县| 浪卡子县| 铁力市| 明溪县| 晋宁县| 乌拉特前旗| 公主岭市| 稷山县| 化州市| 沙洋县| 靖江市| 三门县| 临泉县| 永城市| 英德市| 南江县| 阜南县| 米易县| 嘉峪关市| 永福县| 莱芜市| 宜良县|