- Unlimited number of sub levels - Status string shows item labels - 85% transparency for sub menus - Horizontal or vertical orientation - Several menus on one page - UL/LI items structure - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Special JavaScript API for changing javascript menu "on-the-fly"
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
A: How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message. Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1.     1.1 For Windows users       a. Run Deluxe Tuner v2.0       (can be found in the trial menu package v2.0       http://deluxe-menu.com/deluxe-menu.zip).       b. Open menu data file (.js file where menu parameters are placed): select File/Open…       c. Save the file: select File/Save, then click "No" button when the dialog box appears.
    1.2 For other OS users       a. Open menu data file (.js file where menu parameters are placed) in a text editor.       b. Make sure that the following variables exist in the data file:
      var keystrokes = 0;       var dm_focus = 1;       var dm_actKey = 113;
      var dynamic = 0;       var smHideOnClick = 1;       var itemAlignTop = 'left';       var smSmartScroll = 1;
      var dmAJAX = 0;       var dmAJAXCount = 30;       var dmRTL = 0;       var dmObjectsCheck = 0;       var menuBackRepeat = "repeat";       var menuHeight = "";       var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
      c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are:       - dmenu.js       - dmenu4.js       - dmenu_add.js       - dmenu_dyn.js       - dmenu_key.js       - dmenu_cf.js (new v2.00)       - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: I created a custom error page for a site, but the menu would not display.
I found that this was due to the erroneous "current directory" in the bad link test, for a non-existent directory.
which is: level2/level3/
I changed the script code from: <script type="text/javascript"> var dmWorkPath = "DMworkfiles/";</script> <script type="text/javascript" src="DMworkfiles/dmenu.js"></script>
to:
<script type="text/javascript"> var dmWorkPath = "DMworkfiles/";</script> <script type="text/javascript" src="/DMworkfiles/dmenu.js"></script>
adding the "/" before "DMworkfiles/dmenu.js" source reference allowed the .js file to be found in the root directory and the menu would display.
The problem is that the little menu "expansion" arrow .gif cannot be found in the "current working directory" of level2/level3/. just little "blanks" show.
I tried changing: var dmWorkPath = "DMworkfiles/";
to: var dmWorkPath = "/DMworkfiles/";
but that did not enable the display of the arrows.
I also had to prefix all of the links in the menu with a "/" to indicate the root directory because of the "current directory" for the bad page.
I hope I have explained the problem sufficiently. What am I doing wrong or missing here?
A: You can use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
Please, try to use these parameters
Q: Is it possible to open a specific tab using javascript in the horizontal tabbed?
A:You can try to use the following function:
dtabs_itemClick(menuN, itemN);
where menuN - index of a menu on a page, >= 0. itemN - index of a tab you want to show, >=0.
Q: Is there some way or hack to use the ajax tabs?
A: No, Deluxe Tabs doesn't support AJAX now, it is possible that we'll add this feature inthe future versions.
YUILibrary - Open source JavaScript and CSS for building richly interactive software. ... How to add a CSS class to a parent menu item? ... a:active on a root <li> on a Submenus structure ... Title Scroll Plugin, Heat Bar Rater, Soundmanager Player, Pasted Event, oAuth, Generic Animation, Box-shadow Animation
Your application can be smart and reduce the user's typing. ... Full width list items with horizontal scrolling labels when they are focused ... The “Options” or “More Options” command is called “Menu” and opens a mini-submenu in a pop-up style ... Opera Mini is an (x)HTML/JavaScript Browser for your phone with the
SmartClient Factory: How to access the menu items? ... Using Javascript confirmation box in conjunction with a button. .... RE: Scrolling in GridView Control by Code · Tooltip in user controls · Handling a TreeView scrollbar .... C# - Printing a form with scrollable controls ???Dispose dynamic menu items
SmartClient Factory: How to access the menu items? ... Using Javascript confirmation box in conjunction with a button. .... RE: Scrolling in GridView Control by Code · Tooltip in user controls · Handling a TreeView scrollbar .... C# - Printing a form with scrollable controls ???Dispose dynamic menu items
Drop Down Menu being cut off when scrolling over Iframe area. 1. Andrei Rinciog [Extend Studio] .... Menu not showing correctly and submenu disappears under other flash .... Menu loses focus on FireFox if underlying div is set to overflow:auto or scroll ... Creative Menus for DW, Javascript, what am I doing wrong?
The website menu buttons (excluding the Homepage button) don't work! ... Remember to enable Javascript in the Safari settings in the settings app. .... between showing a submenu when you hover over it or showing a submenu .... website (http://192nd-ahc-redux.hostoi.com/), scroll down to the bottom
Scroll Bars??? Problems with ImgEdit control and Tiff · Api Please Help · Looking for someone with ... ListView is one of the "buggiest" controls! timer · listview scrolling ... Icons on Sub-Menus · Creating an Object using just its String name ... Smart Form Filler · Problem passing structure to a C dll function
Scroll Bars??? Problems with ImgEdit control and Tiff · Api Please Help · Looking for someone with ... ListView is one of the "buggiest" controls! timer · listview scrolling ... Icons on Sub-Menus · Creating an Object using just its String name ... Smart Form Filler · Problem passing structure to a C dll function