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

 

apPopupMenu Example #1

This example demonstrates:

  • Tiled image background -
  • Item icons -
  • 3D arrows
  • System font for submenus
  • Button type 3 ("mouseover fat button")
  • Subitem separators
  • Buttons are aligned horizontally

HTML Source

<applet Code="apPopupMenu" Archive="apPopupMenu.jar" Width="480" Height="27">
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="isHorizontal" value="true"> 
<param name="buttonType" value="3">
<param name="systemSubFont" value="true">
<param name="backPic" value="pix/bkgr.gif">
<param name="backColor" value="9999ff">
<param name="fontColor" value="ffffff">
<param name="font" value="Arial,11,1">
<param name="menuItems" value="
        {Apycom,pix/new-41.gif}
        {|Home,http://www.apycom.com,_blank}
        {|-}
        {|Java applets}
        {||apMenu}
        {|||Home,testlink.html,_self}
        {||apPopupMenu}
        {|||Home,testlink.html,_self}
        {||apButtonMenu}
        {|||Home,testlink.html,_self}
        {||apImageMenu}
        {|||Home,testlink.html,_self}
        {|Examples,testlink.html,_self}
        {|FAQ,testlink.html,_self}
        {|Javascript tips,testlink.html,_self}
        {|Order,testlink.html,_self}
        {|Downloads,testlink.html,_self}
        {|-} 
        {|Contact,mailto:support@apycom.com,_self}
        {apMenus,pix/new-51.gif}
        {|apMenu}
        {||Home,testlink.html,_self}
        {||Parameters,testlink.html,_self}
        {|apPopupMenu}
        {||Home,testlink.html,_self}
        {||Parameters,testlink.html,_self}
        {|apButtonMenu}
        {||Home,testlink.html,_self}
        {||Parameters,testlink.html,_self}
        {|apImageMenu}
        {||Home,testlink.html,_self}
        {||Parameters,testlink.html,_self}
        {Parameters,testlink.html,_self,pix/new-31.gif}
        {Download,http://www.apycom.com/download/apmenu.zip,_self,pix/new-61.gif}
        ">
</applet>

 

Previous Example Example Index Next Example

Copyright (c) 1998-2001, Apycom Software