|
Cookbook /
AppletSummary: Use Java Applets in PmWiki pages
Version: 2007-12-05
Status: Stable
Prerequisites: pmwiki-2.0.beta26
Maintainer: Dfaure
Categories: Functional extensions
Download: applet.phpΔ
DescriptionThe applet.phpΔ script provides an Proceed to installation steps as usual for cookbook recipe scripts. NotesJava Applet Installation
Markup usageOnce installed, the following markup is available: (:applet PARAMETERS... :) with the following parameters:
All other supplied parameters are forwarded to the selected applet:
ExampleAs a live example, you may have a try with the Free JDK Demo Clock applet provided by Sun here:
(:applet codebase="demo/clock/classes"
code="JavaClock.class"
width="150" height="150":)
Life example: CalculatorApplet (adjusted by PKHG) History
ContributorsSee AlsoComments
|