Apycom Software Home apButtonMenu Example #8  
Apycom Home Applets' Home Order Applets Download FAQ Contact
Previous Example Index Next
Parameters Frame Example Javascript Tips Applet Index

 

apButtonMenu Example #8

This example demonstrates:

  • Ability to load the menu structure from an external file "menu3.txt"
  • 3D text effects (normal and mouseover text shadow)
  • Button type 0
  • Centered text
  • Vertical menu direction

HTML Source

<applet Code=apButtonMenu Archive=apButtonMenu.jar Width=100 Height=180>
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="buttonType" value="0">
<param name="alignText" value="center">
<param name="status" value="link">
<param name="backColor" value="ddcccc">
<param name="backHighColor" value="99ccaa">
<param name="fontColor" value="442222">
<param name="fontHighColor" value="ffffff">
<param name="shadowColor" value="fff0f0">
<param name="shadowHighColor" value="006600">
<param name="font" value="Arial,10,1">
<param name="menuItemsFile" value="menu3.txt">
</applet>

menu3.txt

{Apycom,testlink.html,_self}
{Applets,testlink.html,_self}
{Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{FAQ,testlink.html,_self}
{Links,testlink.html,_self}
{Javascripts,testlink.html,_self}
{Download,testlink.html,_self}
{Contact Us,testlink.html,_self}

 

Previous Example Example Index Next Example

Copyright (c) 1998-2001, Apycom Software