NavPop Parameters
<APPLET archive="navpop.zip" code="navpop.class" width=40 height=20 MAYSCRIPT>
Width and height are the dimensions of the button or the graphics image to be used in place of the button.
You can include path information e.g. archive="./subdir/navpop.zip" or "http://www.site.com/subdir/navpop.zip".
MAYSCRIPT allows javascript function calls from the applet.
<PARAM name="buttonName" value ="Menu">
Name that appears on button or filename of graphics to be loaded in place of the button A
filename is differentiated by prefixing it with "pic:" e.g. "pic:filename.gif"
or "pic:http://www.site.com/subdir/filename.gif".
<PARAM name="menuBackgroundClr" value="006Aa4">
Color of menu background in hexadecimal: (000000 to FFFFFF)
<PARAM name="menuHighlightClr" value="FFF06D">
Color of the highlight in hexadecimal: (000000 to FFFFFF)
<PARAM name="menuTxtClr"value="FFFFFF">
Color of menu text in hexadecimal: (000000 to FFFFFF)
<PARAM name="menuTxtHighlightClr" value="000000">
Color of highlighted text in hexadecimal: (000000 to FFFFFF)
<PARAM name="menuTitleBarClr"value="224A94">
Color of menu title bar in hexadecimal: (000000 to FFFFFF)
<PARAM name="menuTitleTxtClr" value="FFFFFF">
Color of title text color in hexadecimal: (000000 to FFFFFF)
<PARAM name="tickerTxtClr" value="abefcd">
Color of ticker text in hexadecimal: (000000 to FFFFFF)
<PARAM name="tickerBackgroundClr" value="222222">
Color of ticker window in hexadecimal: (000000 to FFFFFF)
<PARAM name="menuTitleFont" value="Helvetica">
Title text font eg. Courier, Dialog, TimesRoman
<PARAM name="menuTitleStyle" value="1">
Title text style eg. 0=PLAIN, 1=BOLD, 2=ITALIC
<PARAM name="menuTitleSize"value="11">
Title text size in pts
<PARAM name="menuTxtFont" value="Helvetica">
Menu text font eg. Courier, Dialog, TimesRoman
<PARAM name="menuTxtStyle" value="0">
Menu text style eg. 0=PLAIN, 1=BOLD, 2=ITALIC
<PARAM name="menuTxtSize"value="11">
Menu text size in pts
<PARAM name="heightFactor"value="1.4">
Height of highlight bar relative to menu text height
<PARAM name="X" value="0">
Initial x position of menu
<PARAM name="Y" value="1000">
Initial y position of menu
<PARAM name="defaultFrame" value="urlFrame">
Name of default frame to display links in
<PARAM name="menuList" value="menu.txt">
Name of text file containing the menu content. You can include path information e.g. "./subdir/example.txt" or
"http://www.site.com/subdir/example.txt"
<PARAM name="enableClose" value="1">
enableClose = 0 : disable close button, menu loaded in opened state
enableClose = 1 : enable close button, menu loaded in opened state
enableClose = 2 : enable close button, menu loaded in closed state
|