|
apTabMenu Parameters |
|
|
|
|
apTabMenu Main Parameters
|
Name |
Value |
Default |
backColor |
Background color (hex value or "system") - color behind the tabs |
CAFEBA |
tabColor |
Normal state tab color (hex value or "system") |
DAFECA |
tabHighColor |
Mouseover tab color (hex value or "system") |
DAFECA |
borderColor |
Border color (hex value or "system"). Works with "tabType" > 0 only |
DAFECA |
fontColor |
Font color (hex value or "system") |
004000 |
fontHighColor |
Mouseover font color (hex value or "system") |
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
If Item text equals "_" no item text appears;
To wrap words place "\" symbol;
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 contents 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 |
|
|
|
|
apTabMenu Optional Parameters
|
Name |
Value |
Default |
bottomLine |
Defines the line at bottom of tabs |
false |
pressedItem |
Defines a tab that will appear in the selected state by default (-1 - toggle mode is off, 0 - toggle mode is active, but default selected tab not defined, 1,2,3,... - # of selected tab)
|
-1 |
tabType |
Tab type (0 - 3D tabs, 1 - border tabs with chopped corners, 2 - tabs with bold borders, 3 - thin border tabs, 4 - thin border tabs with shadow) |
0 |
status |
Status bar appearance ("text", "link") |
link |
statusString |
Defines default browser's status string. |
|
loadingString |
Defines the applet loading message |
Loading... |
clickSound |
Click sound |
|
overSound |
Mouseover sound |
|
shadowColor |
Text shadow color |
|
shadowHighColor |
Mouseover shadow color of item text |
|
backPic |
Background image |
|
delimiter |
Redefines the default delimiter (comma) for "menuItems" parameter |
, |
|
|
|
Copyright (c) 1998-2002, Apycom Software
|