- Several menus on one page - UL/LI items structure - Cross-frame support - menus work on frameset-based pages - AJAX menu loading - loads web menu data from the server "on-the-fly". - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Horizontal or vertical orientation - Items with icons - Search feature - add the search area in the menu and type symbols.
Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation. Don't permit your web site visitors to get lost. Try Deluxe Menu!
IHtml menu script works really great but since your last updates I'm really missing the parameter smviewtype=3, so I can have a subnavigation going other direction as usual.
Since you had this feature build in I choosed your menu and did a lot of programming, to get it integrated into contenido cms system.
I would be very pleased, if you could help me on this point.
A: You should set the way you show submenus using subMenuAlign and subMenuVAlign parameters.See more info here:
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 just downloaded the Deluxe-Menu program. It looks very nice, but I keep getting this pop up while trying to set up my first menu:
"an error has occurred in the script on this page: line 15 char 9 access is denied code 0 with a link to the toolbar.html in my program files where the Deluxe Menu installed.
At this point, I am just trying my first menu - not using a browser. (I normally use Firefox but also have IE installed).
A: I suppose that you're using Windows 2000. We have some problems with Tuner on this OS.
Unfortunately we didn't fix the issue with Windows 2000 yet.
Q: I have a issue involving the location of the files.
What is the correct method of referencing the webroot (document root) in the deluxe tuner?
I ask because I have some pages that are in a sub folder on the server. eg. index page is http://www.domain.com/index.html but another page might be at http://www.domain.com/somedir/somepage.html
And then the references do not work. Currently I am editing the data.js file after saving it in deluxe tuner.
A: If you want to use relative paths you should write your links in thefollowing way.
So, you should write write all your paths concerning index.html file. For example, you paths will be: ["HOME","html_pages/page1.html", , , , "_self", "-1", , , ], ["ABOUT US","html_pages/page2.html", , , , , , , , ],
Unfortunately, Deluxe Tuner can't do it automatically. You shouldcorrect your paths manually.
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
Anyone figure out how to get the category to show up while editing? .... named like name=categories[] - subcategories are hidden on load using mootools js, ... a function is called (using onclick) to untick any parent categories ticked
Obviously the list is extensible in future. Show parent | Reply ..... In a current moodle project I am making great use of the Mootools JS framework, .... development of moodle to completely dump in-line script attributes - e.g. onclick
<?php if(isset($item->onclick)):?>onclick="<?php echo $item->onclick;? .... I havent tried it yet but the new xml that you did shows up perfect. .... RokWeather, RokWeather Solved Threads, MooTools 1.2 Compatibility
Jan 25, 2009 ... I hope this can be fixed, because I haven't found a mootools menu that can handle .... Without JS in IE6 it won't drop down and show only the first level, ..... I make this fix to apply click event only on real submenu
Apr 27, 2007 ... The only thing I can suggest is to remove the links to mootools and ..... No going to a new page to see all the images, they are all on the details page. ...... injectInside(this.bottom).onclick = this.overlay.onclick
searching for active menu item to make the accordion show its sub-items when page loads ... nextSibling.onclick = accOnclickFunc(); if (bDoHover==1) { ... менюшка на mootools/// а галерея на основе jquery не работает!
Provide a page that shows the problem and describe how to replicate it or I won' t be able to ... discussion topicRoadmap: jQuery, MooTools and a teaser
onclick="this.blur();<?php echo $item['target']; ? ... How to "Solve conflict between mootools and fsmenu". .... I think I have done every step correctly but the menu shows only the main level pages and no submenus
The Firebug console shows: "A is undefined" in . .... A=F.elements[N];switch(A. name){case"repeat":A.onclick=J ..... but mootools has not side effects - as far as I known) - it may affect any other js lib on the page,
Wow, mootools is starting to mature :-) I wonder how big this would be if it where Jquery? ... <a onclick="return top.js.OpenExtLink(window,event,this)" .... Did I miss the sample that showed this or is it lacking it?
Feb 5, 2007 ... The guys over at the mootools forum are jerks and kept deleting my posts! ... < ul> <li><a>Sub-Menu Item</a></li> // to show this. ... <a href="#1" onClick=" MyAcc.display(0);return false;" class="external 1">external link