- Status string shows item labels - AJAX menu loading - loads web menu data from the server "on-the-fly". - Several menus on one page - Transition #14 - "fade out" effect - Special JavaScript API for changing javascript menu "on-the-fly" - Hundreds of pre-designed templates - Submenus dropdown on mouseover - Text aligned to left
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
A: Unfortunately, you can't assign onmouseover/onClick event to each item. However, you can achieve this by using standard html objects within items, for example:
var menuitems = [ ["<div onClick='your_code_here'>item text</div>", "index.html"] ];
Q: I need to include backgroundimages for my navigation, so I put them in the same folder where the "data.js" file can be found. I am using the deluxe tuner in order to call these files and it looks great in the preview. As soon as I save the file and load it in the browser, the background images are missing. Any solutions for this problem?
A:Now you have such paths for all your images data.files/image.gif
var itemStyles = [ ["itemWidth=128px","itemBackImage=data.files/nav01_off.gif,data.files/nav01_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav02_off.gif,data.files/nav02_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav03_off.gif,data.files/nav03_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav04_off.gif,data.files/nav04_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav05_off.gif,data.files/nav05_off.gif"], ];
But you don't have images in "data.files/" folder. That's why youcan't see them. Please, check all your paths.
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: Where do I increase the width of the javascript menu bars for each entry? Some of my links are a bit longer than the image and it's causing it to use part of another gif to cover it. Sorry not sure if I even explained that right. Let me know if this makes sense.
A: I suppose that you're using Vista style templates.
The width of vista images is 94px. If the width of your menu itemis wider than 94px you should correct the width of the images in anygraph editor, for example in Photoshop. You should set the width ofthese images 120px and set the following parameter:
var itemStyles = [ ["itemWidth=120px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 10pxTahoma","fontColor=#FFFFFF,#F8FF95","itemBackImage=columbine.files/btn_orange.gif,columbine.files/btn_orange2.gif"], ];
You can also try to use the following parameter to use combinedbackground for your items:
var beforeItemImage = [,]; //left-side image for normal and mouse over state var itemBackImage = [,]; //background or image for normal and mouse over state var afterItemImage = [,]; //right-side image for normal and mouse over state var beforeItemImageW = ''; var afterItemImageW = ''; var beforeItemImageH = ''; var afterItemImageH ='';
Problem · after-Shear effect point-finding · question about java's ... Find All Possible Combinations · JButtons in JTable Header ... Can't get Java article 178 example to work · Huffman code need some help · deck of cards help. ... Quirky mouseover artifacts · clarification for .equals() vs == operator of strings
o Discovery of pure and const functions, a form of side-effects analysis. .... + JButton and JToggleButton change states work properly now. ... JTrees now recognizes mouse clicks and selections work. ... + Documentation fixes all over the place. ..... For example, you may want to build GCC with GNU as or ld,
Problem with ActionListener and JButtons (harder than it first seems · How to catch a awt. ... Wanted: Java2D example of zooming and panning with scroll bars ...... opening a window on mouse over · Is SWT worth learning *instead of* Swing ? .... MultiComponent JTable · increasing the effect of the filled circles
... Doubts in cloning concept. generate mouse events · Vector Question .... Make interface implementable by only 1 class · Problem with ActionListener and JButtons (harder than it first seems .... system date change effect on green threaded application ... How to send FileInputStream object over the network?
WSAD oder die Pfeiltasten zum Laufen, Maus zum Umschauen und Leertaste zum springen. .... aufgebaut und unterstützt bisher folgende Typen: Label, Button, Edit, Scrollbar, ProgressBar, ListBox .... und natürlich GANZ VIEL BLUT UND SPLATTER EFFEKTE USW. ..... Multiplayer over TCP/IP. - Game Lobby. - Chat. - Banning
For example, the Lens Flare effect generates its own image on the ... You can " scrub" over a clip by simply moving the mouse-pointer over it - you can ... The clips could be made of JLabels, JButtons or a simple custom
What i would like is that i can scroll the JList with the mouse, ... JButton; import javax.swing.JFrame; import javax.swing.JList; .... all the cells in a column for example. ... names from all over the world, I would NOT simply present a million names of ... The effect will be much the same,
What i would like is that i can scroll the JList with the mouse, ... JButton; import javax.swing.JFrame; import javax.swing.JList; .... all the cells in a column for example. ... names from all over the world, I would NOT simply present a million names of ... The effect will be much the same,
Problem while deleting instances of JButton · Java Using the Lovely BlueJ package ... Code for drawing an arrow from one mouse click spot to the next ... Help with Array of Objects Code - Urgent · Help for an graphic effect.... simplt java programm ... Delete files over http · illegal start of expression message
Problem with ActionListener and JButtons (harder than it first seems · How to catch a awt. ... Wanted: Java2D example of zooming and panning with scroll bars ...... opening a window on mouse over · Is SWT worth learning *instead of* Swing ? .... MultiComponent JTable · increasing the effect of the filled circles
Problem while deleting instances of JButton · Java Using the Lovely BlueJ package ... Code for drawing an arrow from one mouse click spot to the next ... Help with Array of Objects Code - Urgent · Help for an graphic effect.... simplt java programm ... Delete files over http · illegal start of expression message
Problem · after-Shear effect point-finding · question about java's ... Find All Possible Combinations · JButtons in JTable Header ... Can't get Java article 178 example to work · Huffman code need some help · deck of cards help. ... Quirky mouseover artifacts · clarification for .equals() vs == operator of strings
WSAD oder die Pfeiltasten zum Laufen, Maus zum Umschauen und Leertaste zum springen. .... aufgebaut und unterstützt bisher folgende Typen: Label, Button, Edit, Scrollbar, ProgressBar, ListBox .... und natürlich GANZ VIEL BLUT UND SPLATTER EFFEKTE USW. ..... Multiplayer over TCP/IP. - Game Lobby. - Chat. - Banning
For example, the Lens Flare effect generates its own image on the ... You can " scrub" over a clip by simply moving the mouse-pointer over it - you can ... The clips could be made of JLabels, JButtons or a simple custom
o Discovery of pure and const functions, a form of side-effects analysis. .... + JButton and JToggleButton change states work properly now. ... JTrees now recognizes mouse clicks and selections work. ... + Documentation fixes all over the place. ..... For example, you may want to build GCC with GNU as or ld,
WSAD oder die Pfeiltasten zum Laufen, Maus zum Umschauen und Leertaste zum springen. .... aufgebaut und unterstützt bisher folgende Typen: Label, Button, Edit, Scrollbar, ProgressBar, ListBox .... und natürlich GANZ VIEL BLUT UND SPLATTER EFFEKTE USW. ..... Multiplayer over TCP/IP. - Game Lobby. - Chat. - Banning
... Doubts in cloning concept. generate mouse events · Vector Question .... Make interface implementable by only 1 class · Problem with ActionListener and JButtons (harder than it first seems .... system date change effect on green threaded application ... How to send FileInputStream object over the network?
... Doubts in cloning concept. generate mouse events · Vector Question .... Make interface implementable by only 1 class · Problem with ActionListener and JButtons (harder than it first seems .... system date change effect on green threaded application ... How to send FileInputStream object over the network?
o Discovery of pure and const functions, a form of side-effects analysis. .... + JButton and JToggleButton change states work properly now. ... JTrees now recognizes mouse clicks and selections work. ... + Documentation fixes all over the place. ..... For example, you may want to build GCC with GNU as or ld,
Problem while deleting instances of JButton · Java Using the Lovely BlueJ package ... Code for drawing an arrow from one mouse click spot to the next ... Help with Array of Objects Code - Urgent · Help for an graphic effect.... simplt java programm ... Delete files over http · illegal start of expression message
What i would like is that i can scroll the JList with the mouse, ... JButton; import javax.swing.JFrame; import javax.swing.JList; .... all the cells in a column for example. ... names from all over the world, I would NOT simply present a million names of ... The effect will be much the same,
Problem · after-Shear effect point-finding · question about java's ... Find All Possible Combinations · JButtons in JTable Header ... Can't get Java article 178 example to work · Huffman code need some help · deck of cards help. ... Quirky mouseover artifacts · clarification for .equals() vs == operator of strings
For example, the Lens Flare effect generates its own image on the ... You can " scrub" over a clip by simply moving the mouse-pointer over it - you can ... The clips could be made of JLabels, JButtons or a simple custom
Problem with ActionListener and JButtons (harder than it first seems · How to catch a awt. ... Wanted: Java2D example of zooming and panning with scroll bars ...... opening a window on mouse over · Is SWT worth learning *instead of* Swing ? .... MultiComponent JTable · increasing the effect of the filled circles