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

 


apButtonMenu Main Parameters

Name Value Default
backColor Background color (hex value) CAFEBA
backHighColor Mouseover background color (hex value) DAFECA
fontColor Font color (hex value) 004000
fontHighColor Mouseover font color (hex value) 00BB00
font Font parameters separated by comma:
* Font type
* Font size
* Font style (0 - plain, 1 - bold, 2 - italic, 3 - bold italic)
Arial
12
0
menuItems Menu items parameters separated by "{}" and comma:
* Item text
    Separator equals "-";
    If Item text equals "_" no item text appears;
    for more info see examples
* Item link
* Target window
    "_blank" - new window,
    "_self" - window (frame) that contains the applet,
    "_parent" - parent frame,
    "_top" - top-level frame,
    "windowName" - window (frame) named "windowName"
    "_" - inactive/disabled item
    see also frame example
* Item icon
 
menuItemsFile Txt file that contains the menu structure. Format of file content is the same as of "menuItems" parameter. If this parameter is defined, the "menuItems" parameter will be ignored.  
Copyright "Apycom Software - www.apycom.com"
required parameter
 

apButtonMenu Optional Parameters

Name Value Default
isHorizontal Menu direction false
pressedItem Defines an item that will appear in the pressed state (-1 - normal mode, 0 - toggle mode is active, but pressed item not defined, 1,2,3,... - # of pressed item including separators) -1
backPic Background image  
3DBorder Applet's 3D Border false
buttonType Button type (0 - no buttons, 1 - flat buttons with mouseover effect, 2 - flat buttons w/o mouseover effect, 3 - fat buttons with mouseover effect, 4 - fat buttons w/o mouseover effect, 5 - flat buttons with fat buttons mouseover effect) 1
alignText Text alignment ("left", "center", "right") left
status Status bar appearance ("text", "link") link
statusString Defines default browser's status string.  
clickSound Click sound  
overSound Mouseover sound  
shadowColor Text shadow color  
shadowHighColor Mouseover shadow color  
delimiter Redefines the default delimiter (comma) for "menuItems" parameter ,

Copyright (c) 1998-2001, Apycom Software