- Submenus automatically scrolls - Inactive/Disabled items - Transition #14 - "fade out" effect - Top items and submenus have a shadow - Filters and Transitional effects - Relative/Absolute menu position - Image arrows - Items with icons
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: There is the possibility in the menu that an item has access control, that is is visible or not depending of the user?
A: You can use Javascript API and write your own code.
See more info here: http://deluxe-menu.com/functions-info.html
You can use
dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams) to disable your items or
dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility) to hide your items.
Q: This is probably a really basic question, but I was wondering if your dhtml menu maker makes it possible to determine the direction of the drop down menu. In other words, my menu is at the bottom of the page and I want the drop down list to actually go "up," not down. Is that possible with your software?
A:Yes it is possible.
You should use the following parameter
var subMenuVAlign="top"; //downward var subMenuVAlign="bottom"; //upward
var subMenuAlign="left"; //from left to right var subMenuAlign="right"; //from right to left
Q: I wanted to know if there's a way to make in the javascript expand menu the submenu to appear as regular text, not a link. Is there a way to do this?
A:Actually you are able to paste any html code within items.
For example:
var tmenuItems = [ ... ["||<nobr><FORM method=GET action='http://www.google.com/custom'><input name='as_q' value='searchthe web' size=15 style='font-size:10'> <INPUT type=hidden name=cof value='LW:144;L:http://domain.edu/images/sulogo.gif;LH:45;AH:center;GL:0;S:http://domain.edu;AWFID:e01cb67b8afe383e;'></form></nobr>","", "images/icons/search.gif", "", "", "", "", "2", "", "", "",], ["test","testlink.html","",] ["<a href='testlink.html'> test </a>","","",] ["|There will be NO setup charge, if your letter is completely setup, and requires no further modifications. To qualify for this option, you must provide us your letter in <b>Microsoft Word format</b> (version 2000 or newer). Any/all graphics must be embedded in the Word document including your signature. Your letters will be printed in the provided format without any changes such as repositioning, resizing or any <a href='testlink.html'>other modifications</a> to your text/graphics. If you require help with such changes, please use our Standard setup for a nominal fee. If your ^lt;font color="#0080ff">letter is using an uncommon font</font> (any font not standard to the Windows environment), then you must also email us the font file. You must also indicate the placement of any merge fields in the letter (the information you're pulling from your mailing list to be combined with each letter). To find out more about mail merge click here. ","","",]
Q: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
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:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
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.
Because our CIO is a Windows man, we ended up with Ektron CMS 400. ... logged in , created a new web page, added a left navigation menu item, ..... for a JQuery (or other JavaScript) solution which will look as clean and
... go to the menu that looks like a gear, open the Text Factories folder, ... page layout and functionality such as HTML, CSS, JavaScript, etc. ... We use Ektron CMS and I don't have access to anything above the < body
Jun 9, 2010 ... 12: if (item == null) 13: return; // <=== D'oh! This is why the forum has no theme! .... Ektron: SQL Script To Clone A Menu into Multiple L.. .... a JavaScript UI library that provides a nice structure for building
Additionally a lot used javascript post-backs to do basic things. ...... Go into site settings, change menu strip to drop down. ... had to work with it and numerous other Wintel CMS apps (Reddot, Ektron, Umbraco, DNN)
Jun 9, 2010 ... 12: if (item == null) 13: return; // <=== D'oh! This is why the forum has no theme! .... Ektron: SQL Script To Clone A Menu into Multiple L.. .... a JavaScript UI library that provides a nice structure for building
... go to the menu that looks like a gear, open the Text Factories folder, ... page layout and functionality such as HTML, CSS, JavaScript, etc. ... We use Ektron CMS and I don't have access to anything above the < body
Because our CIO is a Windows man, we ended up with Ektron CMS 400. ... logged in , created a new web page, added a left navigation menu item, ..... for a JQuery (or other JavaScript) solution which will look as clean and
Because our CIO is a Windows man, we ended up with Ektron CMS 400. ... logged in , created a new web page, added a left navigation menu item, ..... for a JQuery (or other JavaScript) solution which will look as clean and
... go to the menu that looks like a gear, open the Text Factories folder, ... page layout and functionality such as HTML, CSS, JavaScript, etc. ... We use Ektron CMS and I don't have access to anything above the < body
Additionally a lot used javascript post-backs to do basic things. ...... Go into site settings, change menu strip to drop down. ... had to work with it and numerous other Wintel CMS apps (Reddot, Ektron, Umbraco, DNN)
Additionally a lot used javascript post-backs to do basic things. ...... Go into site settings, change menu strip to drop down. ... had to work with it and numerous other Wintel CMS apps (Reddot, Ektron, Umbraco, DNN)
Jun 9, 2010 ... 12: if (item == null) 13: return; // <=== D'oh! This is why the forum has no theme! .... Ektron: SQL Script To Clone A Menu into Multiple L.. .... a JavaScript UI library that provides a nice structure for building