Menu Blaster - parameters
Customize the applet
Sample configuration file.
If you don't use any setting the applet will use default value of the setting.
Default values are in bold.
Note: Permissible values for the colors - any HTML standard color from #000000 to #fffffff or black,
white, gray, red, green, blue, cyan, magenta, orange.
| Parameter |
Description |
| bgColor |
Background color.(#00bb77) |
| fgColor |
Foreground color.(#ffffff) |
| bgColor |
Background color.(#00bb77) |
| fgColor |
Foreground color.(#ffffff) |
| fontName |
TimesRoman, Helvetica, Verdana, Arial, Dialog |
| fontSize |
9, 10, 11, 12, 13, 14, 15, 16, 17, 18 in points (pt) |
| fontStyle |
Plain, Bold, Italic, BoldItalic |
Menu Structure example with absolute URL addresses. Will work online only.
# All sentences must must be on one line.
menu1 = m1.label | m1.item 1 | m1.item 2 | - | m1.Sub menu 1
* m1.s1.item 1 * m1.s1.item 2 * m1.s1.item 3 | item 3
m1.item 1 = http://xyz.com/webpage.htm * _blank
m1.item 2 = http://xyz.com/webpage.htm * _top
m1.item 3 = http://xyz.com/webpage.htm * _self
m1.s1.item 1 = http://xyz.com/webpage.htm
m1.s1.item 2 = http://xyz.com/webpage.htm
m1.s1.item 3 = http://xyz.com/webpage.htm
m1.item 4 = http://xyz.com/webpage.htm
Menu Structure example with relative URL addresses from the applet codebase.
Will work both online and offline.
# All sentences must must be on one line.
menu1 = m1.label | m1.item 1 | m1.item 2 | - | m1.Sub menu 1
* m1.s1.item 1 * m1.s1.item 2 * m1.s1.item 3 | item 3
m1.item 1 = webpage.htm * _blank
m1.item 2 = webpage.htm * _top
m1.item 3 = folder1/webpage.htm * _self
m1.s1.item 1 = folder1/webpage.htm
m1.s1.item 2 = folder1webpage.htm
m1.s1.item 3 = folder1/folder2/webpage.htm
m1.item 4 = folder1/folder2/webpage.htm