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="597" Height="28">
<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/b03.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/b04.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}
      { Setup,testlink.html,_self,pix/b021.gif}
      { Parameters,testlink.html,_self,pix/b07.gif}
      { Order,testlink.html,_self,pix/b011.gif}
      { Contact,http://www.apycom.com/download/apmenu.zip,_self,pix/b061.gif}
      {_,_,_}
      ">
</applet>

 

Previous Example Example Index Next Example

Copyright (c) 1998-2002, Apycom Software