 |
Deluxe Menu v1.71 (28.01.2006) |
 |
1. Added delay before changing of submenus when choosing items.
2. Enabling/disabling smart scrolling of submenus:
var smSmartScroll = 0/1;
3. New value for status bar text:
var statusString = 'tip';
4. New parameter - alignment of top items:
var itemAlignTop = 'left' / 'center' / 'right';
5. New parameter - hide all submenus on item click:
var smHideOnClick = 0/1;
6. Keystrokes support of multiple menus on one page:
Ctrl+F2 - activate/switch to next menu.
7. Keystrokes support of cross-frame mode. Write into subframe page:
<body onkeydown='return parent.frames[menuFrameInd].dm_ext_keystrokes(event, window)'>
menuFrameInd - index of the top-menu frame within frameset
8. New parameter - key code for keystrokes activation:
var dm_actKey = 113;
Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc. (all keys are used with Ctrl key only)
9. New parameter - show focus selection for selected item (keystrokes mode):
dm_focus = 0/1;
10. Fix:
- for popup mode
- for automatic inclusion of .js files
- for menus that are placed within a div with absolute/relative position
- for CSS-based in popup mode
- for cross-frame mode
 |
Deluxe Tuner v1.71 (28.01.2006) |
 |
1. Support of templates for menu.
2. Generates and saves Google XML Sitemap.
3. Generates and saves Sitemap HTML.
4. Saves menu project with images in separate folder.
 |
Templates Library |
 |
New templates library was added: XP styles, MAC style, MS Office styles, image-based menus, etc.
You can find the library
here.
 |
Deluxe Menu v1.14 |
 |
1. Fix:
- for multiple menus on page
- for scrollable submenus
- for dynamic functions
- for status string
- for itemSpacing & itemPadding in CSS-mode
2. Corrections for show-by-click mode
 |
Deluxe Tuner v1.1 |
 |
1. Support of search engine friendly menu.
2. New save dialog.
3. Export to HTML.
 |
Deluxe Menu v1.12 |
 |
1. The menu became search engine friendly one. Add the following html code within html page:
<div id="dmlinks">
<a href="menu_link1">menu_item_text1</a>
<a href="menu_link2">menu_item_text2</a>
...
</div>
You can generate this code in
Deluxe Tuner.
2. Menu installation was changed. Now you shouldn't install additional modules manually (keystrokes support, dynamic functions).
The menu will do it automatically.
New parameter:
var dynamic = 1;
See:
description of menu files and
installation info.
3. The menu automatically determines a protocol. There is no need to use
var useHTTPS.
 |
Deluxe Menu v1.11 |
 |
1. New parameter for https:// servers:
var useHTTPS = 1;
2. Bug fixes.
 |
Deluxe Tuner v1.0 |
 |
Deluxe Tuner is a powerful application that gives you the
full control over creation and customization of Deluxe Menu. Be you a beginner or a professional at
HTML/JavaScript you're able to use all the power of Deluxe Menu to create a wonderful navigation system
for your website or for a web-based application without any difficulty.