- Items with icons - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Several menus on one page - Hundreds of pre-designed templates - Text aligned to left - Transition #14 - "fade out" effect - Unlimited number of sub levels - UL/LI items structure
There can be multi level menus - create as many rows or columns of the menu as you want.
Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.
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
Please, try to use these parameters.
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.
Try that.
Q: I just purchased the Deluxe PopUp Window application in order to implement some pop up window on my web site the way I need them to work.
Infact, after taking a look at your application it doesn't seem (maybe I'm wrong) it can be used the way I need to.
To cut a long story short: I need the PopUP window onclick to show images and not texts pening up them by clicking on a text-link.
Images are many so, if I not wrong I must create lots of windows each one for each single image.
So, my questions are:
1) Can I use you pop up to show images only?
2) Can I activate them by clicking on the related links.
Generally, in order to do so, I have a single js script that activate the window onclick. To load a Popup window I need to click on a link by opening an HTML page containing the image.
To let it all work I need a <script> function in the <head> </head> tags and an onclick command calling the PopUp script activated when I click on the related link.
So, does your script work the same way. Can you confirm me that I can use your application just the same way as I have always done with a simple .js script + an .htm page containing an image?
I hope I was clear.
A: You can call only one data file and use deluxePopupWindow.open() function to open your windows:
<a href="javascript:;" onclick="deluxePopupWindow.open('window1', '<img src=\'img/DSCN3699.jpg\'>', 'Window1','width=100,height=100,resizable,scrollbars=no,middle,right,fade-effect', 'simple')">Click Here to see a chase1 sample</a>
Q: I need the flyout menus in the flash navigation bar to be able to be different widths.
A:Actually the submenu width is depend on the item's size. You can alsowrap item's text. Set var noWrap=0; or use standard <br> tagsinside items' text:
["|very long text <br> in Item 14","", "", "", "", "", "3", "1", "", "", "", ],
You can set exact width for each submenu using IndividualSubmenu Styles.
And I´m suire I´m not alone with these problems. ... The select products dropdown displays "Method error 500". ... changing a user's details such as email address or current place of work. ... Umbraco, DotNetNuke and AxCMS all seem to have more usable sites - and these are the developer's lifeline
NET setting has been detected that does not apply in Integrated managed pipeline mode. ... Click on the drop down list and choose Classic mode for your pipeline ... NET 3.5 from the Umbraco website and it works fine now
The language shows up as selectable in the drop down, ... I've also noticed that some strings does not seem to get trough to ... (context-menu). If that works, maybe you can see differences between the 2 swedish files?
And I´m suire I´m not alone with these problems. ... The select products dropdown displays "Method error 500". ... changing a user's details such as email address or current place of work. ... Umbraco, DotNetNuke and AxCMS all seem to have more usable sites - and these are the developer's lifeline
NET setting has been detected that does not apply in Integrated managed pipeline mode. ... Click on the drop down list and choose Classic mode for your pipeline ... NET 3.5 from the Umbraco website and it works fine now
The language shows up as selectable in the drop down, ... I've also noticed that some strings does not seem to get trough to ... (context-menu). If that works, maybe you can see differences between the 2 swedish files?
The language shows up as selectable in the drop down, ... I've also noticed that some strings does not seem to get trough to ... (context-menu). If that works, maybe you can see differences between the 2 swedish files?
And I´m suire I´m not alone with these problems. ... The select products dropdown displays "Method error 500". ... changing a user's details such as email address or current place of work. ... Umbraco, DotNetNuke and AxCMS all seem to have more usable sites - and these are the developer's lifeline
NET setting has been detected that does not apply in Integrated managed pipeline mode. ... Click on the drop down list and choose Classic mode for your pipeline ... NET 3.5 from the Umbraco website and it works fine now