「Dojo はじめる」の版間の差分
ナビゲーションに移動
検索に移動
1行目: | 1行目: | ||
==Dojo はじめる== | ==Dojo はじめる== | ||
− | [[Dojo][JavaScript]] | + | [[Dojo]][[JavaScript]] |
http://sitepen.com/labs/guides/?guide=DojoQuickStart | http://sitepen.com/labs/guides/?guide=DojoQuickStart |
2020年2月15日 (土) 08:19時点における版
目次
Dojo はじめる
http://sitepen.com/labs/guides/?guide=DojoQuickStart
ダウンロード
- 最新バージョンのDojo Toolkitをダウンロード http://download.dojotoolkit.org/current-stable/
- 標準リリースのアーカイブは、dojo-release-#.#.# の tar.gz または、.gz として提供。
- -src サフィックスが付いたアーカイブは、ソースリリースであり、テストや独自にカスタマイズする場合に必要なユーティリティーを含んでいる。
- アーカイブをフォルダに解凍する。
動かしてみる
- 重要なのは、Dojo Toolkitをインストールしたときに、dojo.jsをどこに配置したか知っておくこと。
- パッケージシステムは、依存性やモジュールは dojo.js がページにロードされる時に処理される。
以下のパスから、動作を検証することができる。
サンプル
に、以下のようなサンプル
test_Calendar.html
test_Dialog.html
test_Tooltip.html
test_Tree.html
その他
- runTests.html
- test.html
- test_Calendar.html
- test_ColorPalette.html
- test_Declaration.html
- test_Dialog.html
- test_Dialog_focusDestroy.html
- test_Editor.html
- test_InlineEditBox.html
- test_instantiate.html
- test_Menu.html
- test_ProgressBar.html
- test_TitlePane.html
- test_Toolbar.html
- test_Tooltip.html
- test_TooltipDialog.html
- test_Tree.html
- test_Tree_Notification_API_Support.html
© 2006 矢木浩人