差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| dotnet:gestalt [2011/09/24 09:19] – 作成 ともやん | dotnet:gestalt [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Gestalt開発環境 ====== | ====== Gestalt開発環境 ====== | ||
| - | HTMLに以下のscriptタグを記述する。 | + | - HTMLに以下のscriptタグを記述する。< |
| - | < | + | |
| <script src=" | <script src=" | ||
| type=" | type=" | ||
| - | </ | + | </code>< |
| + | <script type=" | ||
| + | // | ||
| + | </ | ||
| + | <script src=" | ||
| + | type=" | ||
| + | <script src=" | ||
| + | type=" | ||
| + | </ | ||
| + | - buttonタグとpythonスクリプトタグを記述する。< | ||
| + | <input id=" | ||
| + | <script type=" | ||
| + | def button_onclick(s, | ||
| + | window.Alert(" | ||
| + | document.button.events.onclick += button_onclick | ||
| + | </ | ||
| + | </ | ||
| + | <input id=" | ||
| + | <script type=" | ||
| + | def button_onclick(s, | ||
| + | window.Alert(" | ||
| + | document.button.events.onclick += button_onclick | ||
| + | </ | ||
| + | </html> | ||