WebAPI Document - GUIソリューション - プラクティス#1

ブランクページを作成

今回のプラクティスでは基本となるHTMLファイルの用意やGUIの設置を行います。

  1. ドキュメントページからGUI一式をダウンロードします。

今回利用するパーツは下記の通りです
日付入力パーツ http://webui.ekispert.com/doc/files/html5/expGuiDateTime.zip
駅名入力パーツ http://webui.ekispert.com/doc/files/html5/expGuiStation.zip
探索条件パーツ http://webui.ekispert.com/doc/files/html5/expGuiCondition.zip
経路表示パーツ http://webui.ekispert.com/doc/files/html5/expGuiCourse.zip

  1. ダウンロードした圧縮ファイルを展開し、Webサーバーへ設置します。

※ディレクトリ構成("expCss"と"expImages")は変更しません。

  1. ベースとなるブランクページを作成します。
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=shift_jis" />
    <title>
    Webサービスサンプル
    </title>
  </head>
  <body>
  </body>
</html>

次のプラクティスへ

Indexへ戻る
Val Laboratory