|
color |
Top Previous Next |
|
Description:
xxxx_color defines the color in different areas in the Java Applet
Syntax:
frame_foreground_color : color of the text, e.g."MediaRoad - SpeedCheck Pro" frame_background_color : color of the background in general window_dn_foreground_color : text color of the scrollable textarea window (download) window_dn_background_color : background color of the scrollable textarea window (download) window_up_foreground_color : text color of the scrollable textarea window (upload) window_up_background_color : background color of the scrollable textarea window (upload) textfield_foreground_color : text color of dropdown, status textfield_background_color : background color of dropdown, status
string, in HEX
Notes:
For both download and upload, it is mandatory to define in the HTML.
Example:
<param name="frame_foreground_color" value="#000000"> <param name="frame_background_color" value="#DCCDA0"> <param name="window_dn_foreground_color" value="#64FF64"> <param name="window_dn_background_color" value="#3C466F"> <param name="window_up_foreground_color" value="#FA7878"> <param name="window_up_background_color" value="#3C466F"> <param name="textfield_foreground_color" value="#000000"> <param name="textfield_background_color" value="#EBE1C8">
|