The template emulates Mac OSX menu style. To open submenus click on menu items. The appearence of this template is determined by the following parameters:
- Toggle-mode support. - Items have icons - Animation effect for subitems - Menu has a static position and is placed within the table cell
Key features:
- Submenus automatically scrolls - Vertical orientation of the Tree Menu - Personal CSS styles for separate menu elements - 3-state icons for each item - Submenus expand/collapse on mouseover - Movable and floatable menu - Unlimited number of sub levels - Inactive/Disabled items
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/disabled. Addition/removing of items. Changing of visibility of items. Collapsing/expanding of items. Getting the information on any menu, submenu and items. Other tricks. 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: How can I upgrade to JavaScript Tree 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. JavaScript Tree 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 JavaScript Tree 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: We are in the stage of design, we have a requirement to have the right click drop down menu fly out from right to left.
A: The following parameter controls the ways of showing submenus:
From left to right:
var subMenuAlign="left"; var subMenuVAlign="top";
From left to right + upwards:
var subMenuAlign="left"; var subMenuVAlign="bottom";
From right to left:
var subMenuAlign="right"; var subMenuVAlign="top";
From right to left + upwards:
var subMenuAlign="right"; var subMenuVAlign="bottom";
Q: Hello, I very much like your components and will most likely buy one or more (or all!) of them for multi domain use after evaluating, I am however finding a problem with the Deluxe Popup javascript menu windows when it contains Flash content and I am resizing the window in IE6 or IE7, is this a known issue? Do you need an example of what I am referring to? We intend to use a lot of Flash content inside the windows so this is a big issue I need to resolve or workaround somehow, it seems fine in other browsers however.
Also do you have examples of how a window can be manipulated after creation, for example altering its position, width/height, window title and content etc with JS? Such an example would probably save me time evaluating.
A: To overlap your flash file you should add opaque parametersto your flash, for example:
Q: The dhtml floating menu does not align to the top of the column and it migrates as one scrolls up or down the page. I would like it to stay in one place.
A: 1) Add valign="top"> parameter for the TD tag with the menu: <td valign="top"> <script type="text/javascript" src="welcome_files/frenchdata.js"></script>
2) Open your frenchdata.js file in any text editor (or Deluxe Tuner) and change: var absolutePos=0; var posX="20px"; var posY="120px"; to var absolutePos=0; var posX="0px"; var posY="0px";
3) To turn off the floating feature you should set the following parameter in yourfrenchdata.js file: var floatable=0;
jQuery API this is even the case for those tags, if being used in xml-files. you know you will access later using jQuery. If you store your data on one hidden element
Witheringtree " Show/HideHiddenFiles In OS X One thing that is very important to me is being able to see hiddenfiles. Name it "Show HiddenFiles" or something just as descriptive. 7. In
Expandable Table Rows using jQuery This page lists some tips, tricks, and code samples for the jQuery Javascript Framework. It very well may duplicate solutions found elsewhere, but will focus on
Plugins | jQuery Plugins Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over jQuery Plugin website issue queue to ensure it is noticed! jQuery
jQuery: " 2007 " January The jQuery project offers a comprehensive & ever-growing list of resources that introductory look at using the Firebug Firefox Extension and jQuery
JX - jQueryExtension OO Library First you will need to load jquery 1.2.6 and the jx.js files via script tags. the first thing the viewport does is hide all your content in the body element.
TextMate Bundle for jQuery " Learning jQuery - Tips TextMate Bundle for jQuery at Learning jQuery After selecting jQuery as your file type in TextMate, you could, for example, type ready and press the Tab key to produce this:
Witheringtree " Show/HideHiddenFiles In OS X One thing that is very important to me is being able to see hiddenfiles. Name it "Show HiddenFiles" or something just as descriptive. 7. In