- Relative/Absolute menu position - Text aligned to left - Transition #14 - "fade out" effect - Search feature - add the search area in the menu and type symbols. - Sound support! - Special JavaScript API for changing javascript menu "on-the-fly" - Keyboard navigation - press Ctrl+F2 to enter the top menu - 85% transparency for sub menus
Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
Create both horizontal and vertical menus and submenus with any amount of menus on one page.
Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.
Q: Currently the links of javascript tab control open in a _blank browser, how do I change this?
A:You should set the following parameter:
var bitemTarget = "_self";
You can set it using Deluxe Tuner. You can find this parameter in theTab-Mode section.
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 place all of my files in folders. If I want the Deluxe menu to work I have to have the Deluxe menu saved in each folder for it to work with the files inside those folders.
A:There is no need to copy al files for the menu in each folder.
To install the menu you can use such paths:
<script type="text/javascript"> var dmWorkPath = "../menudir/";</script> <script type="text/javascript" src="../menudir/dmenu.js"></script>
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: Do drop down menu examples work with google page creator ? Orare there any problems ?
A:See how you should install Deluxe Menu on your pages. Deluxe Menus weren't developed as Google Page Creator/Dreamweaver/Frontpage extension, BUT you can use it as standard Javascript files. To install the menuinto your html page:
I must have removed the ajax-loader by accident at some point. .... Instead of 3 entries in the BuddyPress dashboard menu (i.e.: BuddyPress Links ... If hover over a link avatar, show full size image in floating popup (like a tooltip)
#3678 : There were issues when editing links inside floating divs with IE. ... # 3494 : Context menu is too narrow in some translations. ... #5162 : The ajax sample was throwing errors when loading data
So now you see that anything can go into the floating bar. ... src="http://ajax. googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> ... Put that wherever you want your menu to appear on a page
Is there something different about the floating in 4.1? ... I see the new drop down menu but I can only see English as a selection no ... be a pop-up windows with an iframe inside it, updated with a small Ajax function)
Create options menu (using chaining) Menu MENU = new Menu() .... is currently based on CLDC 1.0, there's no floating point support in Helium script (i.e. floats or doubles). ... CSS, JavaScript, and even advanced AJAX
May 22, 2010 ... Change the name of your album, the size and quality of your pictures with Ajax Photo Gallery. From the Gallery menu, select Properties or
original demo page, under the heading "Other menu examples". Here is ... The second line is free floating (i.e. it doesn't grid align itself to the row above .). I might go ahead and ... Trouble with Forms loaded via AJAX
New Feature: jQuery Dialog, a dialog is a floating window that ... New Feature: AJAX validation (check a value on the server) for EditBox and TextArea. ... This can be useful if you want to keep a menu or image visible
Yahootreemenu with ajax. All Other Contributions/Addons. ... That's because that file in the contrib was just floating outside of the ... i am using the ajax yahoo tree menu by andrew on v1.3.0.1! what a great mode! i
Dec 31, 2009 ... How can I get it to not show the little flash menu of videos on the ... Note: If you are already using the AJAX Search API, then do not
Bugfix: Achievement points in floating popup are now correctly aligned. ... Bugfix: Sometimes when selecting a cell through the left menu you ... Tweak: Scenario rankings now uses an ajax loader when loading for the
TC++ should have its own Help System. Last menu item on a menu bar. ... #include #include #include #define EPS 0.000001 void main() { float F(float x);