| apButtonMenu Parameters |
|
Main parameters for apButtonMenu
| 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) |
Helvetica 12 0 |
| menuItems | Menu items parameters separated by
"{}" and comma: * Item text (Separator - Item text starts with "-" symbol; if Item text = "_" no item text appears) * Item link JavaScript support tips * Target window ("_blank" - new window, " _self" - window (frame) that contains the applet, "_parent" - parent frame, "_top" - top-level frame, "windowName" - window (frame) named "windowName") Example - using apButtonMenu with frames * Item icon |
Optional parameters for apButtonMenu
| Name | Value | Default | Example |
| isHorizontal | Menu direction | false | 2, 4 |
| 3DBorder | Applet 3D Border | false | 1 |
| 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 | 1 - 1, 2 - 3, 5 - 5, 4 - 4, 3 - 2 |
| alignText | Text alignment ("left", "center", "right") | left | 3, 5 |
| status | Status bar appearance ("text", "link") | link | 2, 5 |
| clickSound | Click sound | ||
| overSound | Mouse over sound | ||
| key | Registration keycode |