トップ 差分 一覧 ping ソース 検索 ヘルプ PDF RSS ログイン

Dojo はじめる



目次



記事一覧

キーワード

Dojo はじめる

[Dojo][JavaScript]

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



YAGI Hiroto (piroto@a-net.email.ne.jp)
twitter http://twitter.com/pppiroto

Copyright© 矢木 浩人 All Rights Reserved.