Required CabriJava parameters |
< PARAM NAME ="..." VALUE ="...">: official syntax for the applet intern parameters
- < Applet CODE="CabriJava.class " WIDTH=300 HEIGHT=200 ALIGN=bottom ARCHIVE="CabriJava.jar " >
< Param NAME=lang VALUE=en >
< Param NAME=file VALUE="figures/Bicycle.fig " >- < / APPLET >
- lang parameter :
- indicate the language of the messages and cursors
- 10 languages coded by their ISO code : 'cz', 'de', 'en', 'es', 'fr', 'it', 'nl', 'pl', 'pt' or 'sk'
- file parameter :
- indicate the name and the location of the CABRI figure file. Here the file of name Bicycle.fig is in the directory(folder) figures. Attention on the Unix servers often used the the file names are case-sensitive.
- Parameters of the applet handled by modern editors HTML: