Updating from FX Menu Version 3.0.0 to 3.0.4
|
Important for all who currently have version 3.0.0 and want to keep their settings in fx_array.js (build 149). If you have downloaded FX Menu for the first time, this information is irrelevant for your settings.
|
 |
fx_array.js instead of FX_array.js |
Due to proplems with some ftp-programs all js-file names were converted to small letters.
fx_array.js for FX_array.js
fx_swap.js for FX_swap.js
fx_menu.js for FX_menu.js
fx_ua1.js for FX_ua1.js
fx_ua2.js for FX_ua2.js
fx_ua3.js for FX_ua3.js
|
 |
MenuDisplayDelay was added. Unit is milliseconds. (Position 7 in group behaviour) |
For example: 1000, //MenuDisplayDelay |
 |
divstohide in fx_array.js optional to hide form elements. |
For example: var divstohide=['MyForm'], |
 |
HTML tags in "LinkText" are allowed |
For example: '<b>My Guitars</b>', //LinkTextOFF |
 |
In the fx_array.js a variable called blankgif is necessary. |
var blankgif='image/1x1.gif'
|
 |
LinkURLDelay is optional to set a delay and show the "onclick" style. Click on "Download" in the FX main navigation category FX DHTML Menus for an example. Unit is milliseconds. You can find more information about LinkURLDelay in item behaviour documentation. |
For example: 1000 //LinkURLDelay |