- Submenus dropdown on mouseover - Submenus go over all page objects - Unlimited number of sub levels - Items with icons - Filters and Transitional effects - Transition #14 - "fade out" effect - Horizontal or vertical orientation - Hundreds of pre-designed templates
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: Is there a way to capture user click event just like the one in the javascript menu sliding?
A:Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item. However, you can achieve this by using standard html objects within items, for example:
var menuitems = [ ["<div onContextMenu='your_code_here'>item text</div>", ""] ];
Q: I am evaluating various menu systems and need to know if your supports key navigation, like alt-F to select a menu?
A: Deluxe Menu has keystrokes support.
Use the following parameter to enable keystrokes support: var keystrokes = 1; 0 - disabled (default), 1 - enabled.
Ctrl+F2 - enter the menu/switch to next menu on the page. Arrow keys - navigate. Enter - enter the menu. Esc - exit the menu.
Use also the following parameters: var dm_focus = 1; Show focus selection for selected item. var dm_actKey = 113; Key code for keystrokes activation. Works with Ctrl key only. Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc.
Please, try the trial version, http://deluxe-menu.com
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: Could you please advise how to stop drop down menu horizontal going under a swf in Firefox.
A: To overlap your flash file you should add opaque parametersto your flash, for example:
<h:div style="clear: both;"> </h:div> </h:div> </zk> ... </menu> <!-- followed by more of the same --> </menubar> </zk> ..... FINE: svl=/js/zk/html/lang/mesg. js base=/js/zk/html/lang/mesg ext=.js
Example : http://extjs.com/deploy/dev/examples/tree/column-tree.html ... I got some help with this menu earlier but have a different request now. .... valign=" top" class="page" id="sidebar" style="padding: $stylevar[cellpadding]px;"> <a
SLT, je suis debutant en extjs et je cherche a afficher dans une datagrid ... style: { 'margin-left': '10px', // when you add custom margin in IE 6. ..... getElementById("menu").OnMouseOver = "true" {Cette ligne que j'ai
3 Mei 2010 ... Ada yang pernah bikin tree menu yang dinamis, menunya ngambil dari database. klo ada yang bisa, mohon dishare dunk ... Bagaimana cara menggunakan ExtJS dan jQuery secara bersamaan? ... Default Style. -- English (US)
+123 456 <span style="display:none;">_</span> 789 ... In my company, we are working on the browser-based RIA application written with Ext-JS framework. ... Only after disabling the plugin from Forefox addons menu and
I don't recommend to use extjs for the main web client, because it's a too .... 1)menu because actualy you often should re-open the sub menu ..... old wizards styles will be copied over and over in non compatible manner
The ExtJS library could not be found. Please make sure that extplorer has .... Right click on administrator/components; Choose the menu "File Attributes
EDIT - The "graphics" menu item is the most filled out to date. ... Google, Nooku, AR, Layar, GeoAPI, ExtJs, SOBI2, Twitter, Kiva, Sunlight, NYT, Netflix, ... -1) document.all[yydivname].style.visibility = 'hidden';
http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html ... to have the tooltips from that page in a seperate jquery extension :) and the menu. ... class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204);
I've got a site on which I'm using a jquery cascade menu. ... <script type="text /javascript" src="jquery.cascade.ext.js"></script> .... <iframe name="test" height="500" width="100%" style="border: none"
Image resizers, textarea/div resizers (corner grip style, and edge-based resizing) -- Tab scrollers ... Like menu bars? Yet another of my tickets. ... ExtJS has a very different model than dojo does
While there are a number of ticker/marquee style plug-ins, nothing did ..... I need to implement a grid similar to the ExtJS grid that has collapsible .... problem with an animation menu he was working on
you can do Ajax, I use EXTjs and it rocks. ... the problem is I have one select drop down box in my html form. ... <label for="category" id="category_label" style='float: left; width: 18%'>Category: </label>