LIST OF ANIMATED MENU TWO PARAMETERS |
NAME |
DESCRIPTION |
applet_width |
Width of the applet. Same value with applet tag. |
applet_height |
Height of the applet. Same value with applet tag. |
copyright |
Author and copyright information. This parameter must be always present and its value cannot be changed. |
regcode |
Insert your registration code to value section of this parameter.
Applets may be used freely on non-commercial and non-profit sites only. However free version displays a warning message in the browser's status bar. The free version doesn't expire and may be freely distributed, provided the distribution package is not modified. If you want to use the applets on a commercial site you must to order the registered version. The purchased version doesn't display a warning message in the browser's status bar. |
bgcolor |
The color of the applet background, in hexadecimal RGB format. |
button_image |
The file name of a GIF or JPEG image that will be drawn behind the text (button image). The file path is based starting with the directory in which the Java applet is located. |
mouseover_button_image |
For mouse over button, the file name of a GIF or JPEG image that will be drawn behind the text. |
click_button_image |
For mouse over button, the file name of a GIF or JPEG image that will be drawn behind the text. |
anim_speed |
Animation speed. |
text_yoffset |
Vertical offset in pixels from center for text. |
text_align |
"left", "center",or "right". This tag identifies alignment of the button text. Can take one of these two values: "left" and "center". |
text_color |
The color of the button text, in hexadecimal RGB format. |
mouseover_text_color |
The color of the mouse over button text, in hexadecimal RGB format. |
click_text_color |
The color of the clicked button text, in hexadecimal RGB format. |
font_type |
Name of the button text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Arial". |
font_size |
Size of the headline font. |
font_style |
Style of the button text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="font_style" value="1">. |
text_left_margin |
Left margin of the button text. Only for text_align parameter's left value. |
button_xy_positionN |
"X position of the button , Y position of the button" (N =1,2,3...,number of headline). You must start at 1 and increase by 1 at each time. |
buttonN |
Button text. (N =1,2,3...,number of text). You must start at 1 and increase by 1 at each time. |
linkN |
The absolute and/or relative URLs. (N =1,2,3...) |
status_bar_msgN |
Status Bar messages. (N =1,2,3...) |
target_frameN |
Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open. (N =1,2,3...) |