| apPopupMenu Parameters |
|
Main parameters for apPopupMenu
| 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; SubItem text starts with "|" symbol; if Item text = "_" no item text appears; for more info see examples) * 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 - see using apButtonMenu with frames * Item icon |
Optional parameters for apPopupMenu
| Name | Value | Default |
| isHorizontal | Menu direction | false |
| 3DBorder | Applet 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 | |
| solidArrows | Defines the arrows appearance - 3D or solid | false |
| clickSound | Click sound | |
| overSound | Mouse over sound | |
| popupOver | If "true" then the submenu pops out when you mouseover the menu item | false |
| showArrows | Allows you to hide the arrows in the top menu | true |
| systemSubFont | If "false" the submenu font will be the same as of main menu | false |
| key | Registration keycode |