Extjs Menu by Deluxe-Menu.com
Extjs Menu

Menu Screenshots

Extjs Menu Popup Menu Javascript Dhtml

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your extjs menu menus easily and in no time
  • Sensible menu parameters for manual editing
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant
Javascript Trees Extjs Menu
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed extjs menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation.
    Don't permit your web site visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: I need to know how to have the background in the main menutransparent, and then the sub-menu/s a different translucent color.
Or, the background for the main menu one color, and the sub-menu/s a different color..

A: To set transparent background for the menu you should set:

  var menuBackColor="transparent";
  var itemBackColor=["transparent","transparent"];

and use Individual Item Styles for your submenus:

  var itemStyles = [
["itemBackColor=#8EE8E1,#26BBB0"], //style0
["itemBackColor=#F4B7FB,#E65AF5"], //style1
];

  var menuItems = [

["Home","testlink.html", "", "", "", "", "", "", "", ],
["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "", "", "", ],
 ["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "0", "", "", ], //style0
 ["|Installation","", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "1", "", "", ], //style1
   ["||Description of Files","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", "", "", "", "", "", ],
   ["||How To Setup","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", "", "", "", "", "", ],
 ["|Parameters Info","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "0", "", "", ], //style0
 ["|Dynamic Functions","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "1", "", "", ], //style0
 ["|Supported Browsers","", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "0", "", "", ], //style0
   ["||Windows OS","", "default.files/icon3.gif", "default.files/icon3o.gif", "", "", "", "", "", ],
   ["||Internet Explorer","", "default.files/icon5.gif", "default.files/icon5o.gif", "", "", "", "", "", ],
   ["||Firefox","", "default.files/icon5.gif", "default.files/icon5o.gif", "", "", "", "", "", ],
   ["||Mozilla","", "default.files/icon5.gif", "default.files/icon5o.gif", "", "", "", "", "", ],
   ["||Netscape","", "default.files/icon5.gif", "default.files/icon5o.gif", "", "", "", "", "", ],
   ["||Opera","", "default.files/icon5.gif", "default.files/icon5o.gif", "", "", "", "", "", ],
   ["||MAC OS","", "default.files/icon3.gif", "default.files/icon3o.gif", "", "", "", "", "", ],
   ["||Firefox","", "default.files/icon5.gif", "default.files/icon5o.gif", "", "", "", "", "", ],




Q: Your product seems to have menus draw only in a fixed 'hardcoded' direction ( opens either left or right )

is it possible to customize so that it is "self-aware" of the client browser window size...

"if there's room draw to the right, if not, open the menu to the left..."


A: You can see your submenus in any case.
They won't drop down out of the browser window.
Please, check it.

More info about the ways of showing submenus you can find here:

http://deluxe-menu.com/ways-showing-submenus-sample.html


Q: How do I add content to each tab in the hover tab menu so that the content will appear on this same page
(as opposed to having to move to another page)?

A: You should paste your content in the <div> ..
tags.

<div id="content1" style=" visibility: hidden;" class="tabPage">
<p align=center><img src="img/logo_DM.gif" width=262 height=56 alt="Deluxe-Menu.com"></p>
</div>

<div id="content2" style="visibility: hidden;" class="tabPage">
<p align=center><img src="img/logo_DT.gif" width=262 height=56 alt="Deluxe-Tree.com"></p>
</div>

<div id="content3" style=" visibility: hidden;" class="tabPage">
<p align=center><img src="img/logo_DTabs.gif" width=254 height=58 alt="Deluxe-Tabs.com"></p>
</div>

See in Deluxe Tabs there are two modes:

1.   var tabMode=0;
You can create only one level of tabs and assign Object Id's of the
DIV's to show when you click on the tab.

["XP Tab 1","content1", "", "", "", "", "", "", "", ],
["XP Tab 2","content2", "", "", "", "", "", "", "", ],
["XP Tab 3","content3", "", "", "", "", "", "", "", ],
["XP Tab 4","content4", "", "", "", "", "", "", "", ],

2.   var tabMode=1;
You can assign only links in this mode.
You should create top level items with subitems.

["XP Tab 1","", "", "", "", "", "", "", "", ],
 ["|Link 1_1","http://deluxe-tabs.com", "", "", "", "", "0", "", "", ],
 ["|Link 1_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 2","", "", "", "", "", "", "", "", ],
 ["|Link 2_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 3","", "", "", "", "", "", "", "", ],
 ["|Link 3_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_5","testlink.htm", "", "", "", "", "0", "", "", ],

You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
"object:" - means that there is object id after it;
"link:" - means that there is a link after it.
"javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')

So, you should write for example:

 ["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ],




Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

Decision on Menus - jQuery Forum

choices in regards to what direction I take with the menus. I've been checking out the competition, both ExtJS and Dojo menu

TestLink • View topic - Main Page is displayed with errors

I have tried different Menu layers as suggected and stipulated on the

Toolbar/Menu alignement problem - Ext4Yii - Forum

ExtJS has it's own set of CSS files and rules that are applied to the page. ... Re: Toolbar/Menu alignement problem. it works :D

Updating Charts in Tab Panels - FusionCharts Forum

Hi, I'm a newbie using extjs 2.0 and fusion charts 3.0. I'm trying to implement multiple charts in multiple tabs, with drop down menus which

MenuPanel Extension (Ext Menu inside Panel)

I keep updating this first post with the updated version of the extension and examples (see attachment) Extension goal: In my current

Any support for Split Buttons? - Forum - vaadin.com

http://www.extjs.com/deploy/dev/examples/button/buttons.html. Basically I want a button that acts both as a button and a menu depending on

JoomlaCode > Projects > eXtplorer > Forums > Help > Browse Messages

"The ExtJS Library could not be found. ... Right click on administrator/ components; Choose the menu "File Attributes

amCharts support forum / Visibility toggling

Thus it loads default data, but not selected in menu one (data is updated ... For the benefit of other ExtJs users... after seeing a lot of

Menu contextowe - forum na grupie Ext JS - GoldenLine.pl

23 Sty 2010 ... Menu contextowe - dyskusja na grupie Ext JS - Cześć, mam taki kod (exct 2.3): var adminStore = new Ext.data.Store({

[Web Interface Addon] XBMC Control Web Page - an open source

This uses the Ext JS (Javascript) foundation for stability and ... Left side menu showing Sources, but not expanding to show any albums, etc

ResMania won´t stop Initializing... - ResMania Community Forum

Go to Admin user -> Component menu -> Resmania .... at it never stops ... NOTE: the default setting is gzip.extjs = 1 so you will need to re-apply this

[jQuery] Really nice Ext Grid - jQuery Forum

http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html ... the tooltips from that page in a seperate jquery extension :) and the menu

Group-Office groupware Community • View topic - No emails are showing

1308ds2-alb.0.fullrate.dk - - [19/Jun/2010:15:45:38 +0200] "GET /ext/resources/ images/default/menu/unchecked.gif HTTP/1.1" 304

qWikiOffice • View topic - Working on Ext JS 3.2.1 Support

Updated Desktop context menu. Added Tile and Cascade windows options. .... GhostBar from the Ext JS forums and making the taskbar allow for

GWT-Ext • View topic - Is GWT-Ext really so buggy/fragile?

... but in drop down menu - first item is checked. ... And remember it might not be gwt-ext at fault but rather extjs. ... not only this site (GWT-ext) but the Ext JS resources are also a great help

GridPanel with dynamic command button for each row. | Imbibe

The above file is for Ext.Net 1.0. Please find below the same for .... coming from the server and the Split command being added to the menu

iOpus • View topic - ExtJS x-grid3 manipulation

Since the filter "context" menu of a x-grid3 column is not hierachically ... I'd prefere a way to access the ExtJS object with any scripting

datepicker

The reason why IceBreak is shipped with extJS 1.1.1 is that all frameworks, admin-menu, IceMenu, Inspire etc. are all based on extJS 1.1.1

JoomlaCode > Projects > eXtplorer > Forums > Help > Browse Messages

The ExtJS library could not be found. Please make sure that extplorer has .... Right click on administrator/components; Choose the menu "File Attributes

TestLink • View topic - Custom EXTJS menu

I'm trying to custom how the EXTJS menu shows the color code. I have identified the functions responsible for the Tree menu in the Execution

DHTMLX Forum • View topic - Which is better? ExtJS or DHTMLX?

ExtJs or DHTMLX? Which framework is compliant to all the browsers ... dhtmlxCombo, Tabbar, Menu, Toolbar, dhtmlxLayout, Windows, Accordion

DHTMLX Forum • View topic - DTHMLX vs ExtJs !

Can any body please advise all the differences between ExtJs and DTHMLX? ... dhtmlxCombo, Tabbar, Menu, Toolbar, dhtmlxLayout, Windows,

qWikiOffice • View topic - Ext 3.0

Code: Select all: 656 Ext.extend(Ext.ux.menu.ColorItem, Ext.menu.Adapter, { 657 // private 658 onSelect : function(picker, color){ 659 this

extTypolight - Contao forum - Contao Open Source CMS (fka TYPOlight)

P.S. I found a minor bug in the dropdown menu (system) see. attachment , i use ... 2- Check the extjs.css in the themes/extjs/ folder