Extension talk:FormelApplet
Changes from version 1.0d to 1.0i
editIf you have installed a local server like wamp, lamp, server2go,... you now can use MediaWiki pages with FormelApplets without connection to the internet.
If the JAR file gf03.jar cannot be loaded from www.formelapplet.de/classes, the FormelApplet extension will try to load it from the place, where uploaded media files (like *.jpg) are stored. Bigvir 21:02, 12 June 2008 (UTC)
Changes from version 1.0i to 1.0k
editNew parameter "useLocalJar" for testing purposes. useLocalJar=true forces the FormelApplet Extension to use the file Gf03.jar locally installed, this is, uploaded to the MediaWiki, instead of the file gf03.jar from www.formelapplet.de/classes. So I can avoid to upload every new version, when developing and testing new versions of the applet.
New parameters "fontname", "fontsize" and "AutoShrink". --Bigvir 16:00, 15 June 2008 (UTC)
Changes from version 1.0k to 1.0m
editNew parameters "InputInactiveColor", "GlobalInputInactiveColor". (I had forgotten). Moving parameter "name" from FormelApplet parameter section to general Java applet parameter section. --Bigvir 15:21, 18 June 2008 (UTC)
Changes from version 1.0n to 1.1b:
edituseLocalJar="true" fetches gf03.jar from \extensions\FormelApplet, not from Wiki file repository. All parameters are passed through, except blacklisted. 1.0n used a whitelist.