Help:Extension/JavaApplet
From Metabolomics.JP
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より派生しました。
Example
{{#javawithparam:クラス名|jarファイル名|jarファイルパス|横サイズ(=100)|縦サイズ(=100)}}
DOCUMENT_ROOT/data/jar/へ保存したTestApplet.jarを使用します。
- ソース
{{#javawithparam:TestApplet.class|TestApplet.jar|/data/jar/|100|30}}
- 実行例
Requirements
None
Download
version | source | md5 | OperationCheck version |
0.1(February 16,2011) | JavaApplet.phps | 0065fc45ea4c5c40ce7536325cc7a3c9 | 1.16.2 |
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" );
Function
- javaapplet
- javawithparam