Help:Extension/JavaApplet
From Metabolomics.JP
(Difference between revisions)
(Created page with "{{Extension |author=K, Suwa |version=0.1 }} __TOC__ JavaAppletを使用するためのextensionです。 ExtendedFunctionsより派生し...") |
|||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|author=K, Suwa | |author=K, Suwa | ||
|version=0.1 | |version=0.1 | ||
+ | |type=Parser function, XML markup | ||
}} | }} | ||
Line 8: | Line 9: | ||
JavaAppletを使用するためのextensionです。 | JavaAppletを使用するためのextensionです。 | ||
[[Help:Extension/ExtendedFunctions|ExtendedFunctions]]より派生しました。 | [[Help:Extension/ExtendedFunctions|ExtendedFunctions]]より派生しました。 | ||
+ | |||
+ | == Example == | ||
+ | === <nowiki>{{#javawithparam:クラス名|jarファイル名|jarファイルパス|横サイズ(=100)|縦サイズ(=100)}}</nowiki> === | ||
+ | DOCUMENT_ROOT/data/jar/へ保存した[http://metabolomics.jp/data/jar/TestApplet.jar TestApplet.jar]を使用します。 | ||
+ | |||
+ | * ソース | ||
+ | <nowiki>{{#javawithparam:TestApplet.class|TestApplet.jar|/data/jar/|100|30}}</nowiki> | ||
+ | |||
+ | * 実行例 | ||
+ | {{#javawithparam:TestApplet.class|TestApplet.jar|/data/jar/|100|30}} | ||
== Requirements == | == Requirements == | ||
Line 27: | Line 38: | ||
== Function == | == Function == | ||
# javaapplet | # javaapplet | ||
− | # javawithparam | + | # [[Help:Extensions#.7B.7B.23javaWithParam:classname.7Carchive.7Ccodebase.3D..7Cwidth.3D100.7Cheight.3D100.7Cparameter.3D.27.27.7D.7D|javawithparam]] |
Latest revision as of 14:29, 1 March 2011
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | |
License | |
Hooks used | |
Token type | Parser function, XML markup |
Contents |
JavaAppletを使用するためのextensionです。
ExtendedFunctionsより派生しました。
[edit] Example
[edit] {{#javawithparam:クラス名|jarファイル名|jarファイルパス|横サイズ(=100)|縦サイズ(=100)}}
DOCUMENT_ROOT/data/jar/へ保存したTestApplet.jarを使用します。
- ソース
{{#javawithparam:TestApplet.class|TestApplet.jar|/data/jar/|100|30}}
- 実行例
[edit] Requirements
None
[edit] Download
version | source | md5 | OperationCheck version |
0.1(February 16,2011) | JavaApplet.phps | 0065fc45ea4c5c40ce7536325cc7a3c9 | 1.16.2 |
[edit] Installtion
- ExtendedFunctions.phpを利用しているなら、先にバージョンを0.4に上げて下さい。
- Download the source code and rename it to JavaApplet.php.
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/JavaApplet.php" );
[edit] Function
- javaapplet
- javawithparam