| Pos | Property | Description | Example | Values |
| 0 | LinkTextOFF | Only use HTML-tags, if you have a Menu Version later than 3.0.0, that supports text and HTML-tags by now. LinkText defines text that will be printed within item's rectangle. If you use quotes in your link-text, do it as follows: 'Fred\'s guitars'. Do not enter image-paths here, they are handled like strings (for images use ImageOFF). | 'FXsinus' or 'Fred\'s guitars' '<b>FX Menu</b>' | Strings, numbers. |
| 1 | LinkTextON | Text, that appears on "onmouseover"-event. Leave empty, if you don't need it. Feature is not supported by Opera 5 and Opera 6. If you haven't defined LinkTextOFF the menu doesn't display LinkTextON. Anyway, if you need it as an effect, define LinkTextOFF as follows: ' ' (quotes with a space in between). | 'Click to visit FXsinus' 'View Fred\'s guitars!' 'Click to open' | Strings, numbers. No HTML-Tags,no images. |
| 2 | LinkTextONCLICK | Text, that appears on "onclick"-event. Feature is not supported by Opera 5 and Opera 6. Only executed if the item doesn't have a defined LinkURL or "LinkURLdelay" is defined. | 'Submenu opened' | Strings, numbers. No HTML-Tags,no images. |
| 3 | ImageOFF | Enter image-path here. Feature is meant for "main"-images. Better use LeftArrow in the itemstyle-settings to compare LinkText and images. Important: Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". If you use ImageOFF, you have to define ImageWidth and ImageHeight below. You can't set different widths respectively heights for ImageOFF, ImageON, ImageCLICK. | 'images/fredsfirstguitarOff.jpg' | image-path |
| 4 | ImageON | Image, that appears on "onmouseover"-event. Leave empty, if you don't need it. ImageOFF has to be defined. "Image out of nothing": Define a transparent spacer.gif in ImageOFF. | 'images/fredsfirstguitarOn.jpg' | image-path |
| 5 | ImageCLICK | Image, that appears on "onclick"-event. Only executed if the item doesn't have a defined LinkURL. | 'images/fredsfirstguitarClick.jpg' | image-path |
| 6 | LinkURL | Enter URL, leave blank or use 'javascript:myfunction(myvalue)'. Instead of "\" use "/". If you want to go to a URL and call a JavaScript function at the same time use the "JavaScriptCommandClick" below. | 'fredsguitars.html' or 'http://www.frediscool.com/fredsguitars.html' or 'javascript:myfunction()' | |
| 7 | LinkTarget | Enter target. If the target isn't set or the called target isn't available, the link opens in the same window. | 'blank', 'mytargetname' | 'blank', '', 'self', 'parent', 'top' or any targetname |
| 8 | DEFINES STYLE SETTINGS | Name of variable, where the general settings for the item are defined. The variable connects each item with a certain style-setting. | itemstyle separatorstyle freakstyle | - |
| 9 | LinkTextStatusBar | Message, that appears in the window statusbar, when you move your mouse over the item. Disappears "onmouseout"-event. Enter any text. | 'Fred\'s guitars' | Strings, numbers. No HTML-Tags,no images. |
| 10 | LinkToolTip | Info appears in a small layer, (behaves like a common title-tag or alt-tag in images). Enter any text. | 'Click to view my guitars' | Strings, numbers. No HTML-Tags,no images. |
| 11 | ItemHasSubMenu | Set to 1, if the item has a submenu. | 1 or 0 | boolean: true(1) or false(0) |
| 12 | ItemWidth | Set width of item in pixels. Ignored, if the item is in a vertical group. | 190 | positive integer number |
| 13 | ItemHeight | Set height of item in pixels. Ignored, if the item is in a horizontal group. | 25 | positive integer number |
| 14 | ActivationIntensity | Special feature: Expands the sensitive area of the item. The item reacts earlier on "mouseover"-event and the menu keeps the focus. Activatonintensity is 3: Both ItemBorders belong to the sensitive area. Activatonintensity is 2: InnerItemBorder belongs to the item. Activatonintensity is 1: Only the item itself is sensitive for events. 3 is recommended. | 3 | 1,2 or 3 |
| 15 | ChangeItemStyleOnMouseOver | Set to false(0) to lock the item style on "mouseover" event: Item keeps current style settings. Lock it to make a header or a separator-item. | 1 or 0 | boolean: true(1) or false(0) |
| 16 | ChangeItemStyleOnMouseOut | Set to false(0) to lock the item style on "mouseout" event: Item keeps either the "ON" style or the "CLICK" style. | 1 or 0 | boolean: true(1) or false(0) |
| 17 | ChangeItemStyleOnClick | Set to false(0) to lock the item style on "click" event: Item keeps style-settings, but the code would f. example execute a defined LinkURL. | 1 or 0 | boolean: true(1) or false(0) |
| 18 | for future purpose | | | |
| 19 | ImageWidth | Necessary, if you have defined ImageON. (pixels). | 190 | positive integer number |
| 20 | ImageHeight | Necessary, if you have defined ImageON. (pixels). | 25 | positive integer number |
| 21 | CursorOn | Displays a different cursor on "mouseover" event in all DOM-compliant browsers(MSIE 5+, NETSCAPE 6+, OPERA 7+, ...). | 'pointer' for linked items. | 'auto',
'default',
'crosshair',
'pointer',
'move',
'n-resize',
'ne-resize',
'e-resize',
'se-resize',
's-resize',
'sw-resize',
'w-resize',
'nw-resize',
'text',
'wait',
'help'
|
| 22 | JavaScriptCommandOff | Allows you to define any JavaScript function. Works like an interface between the FX code and your own functions. | alert("mouseover") myfunction() | Any function, that you have defined |
| 23 | JavaScriptCommandOn | Allows you to define any JavaScript function. Works like an interface between the FX code and your own functions. | alert("mouseover") myfunction() | Any function, that you have defined |
| 24 | JavaScriptCommandClick | Allows you to define any JavaScript function. Works like an interface between the FX code and your own functions. | alert("mouseover") myfunction() | Any function, that you have defined
|
| 25 | LinkURLDelay | Only in v 3.0.1 or later available. Delay to show an "onclick" style of an item, before you are forwarded to the "LinkURL". It's not necessary to set this property. Attention: A defined JavaScript function in "LinkURL" will bedelayed too. Unit is milliseconds. | 800 | Positive integer number |