- UL/LI items structure - Visible over select boxes, iframes, pdf, flash, Java applets. - Image arrows - Horizontal or vertical orientation - Submenus go over all page objects - Submenus automatically scrolls - Top items and submenus have a shadow - Inactive/Disabled items
There can be multi level menus - create as many rows or columns of the menu as you want.
Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.
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: I'm a having an issue with my items in navigation bar menu poping-up behind a flash object on a page.
A:You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="150" width="732" name="if-header"> <param name="movie" value="images/flash/if-header.swf"> <param name="quality" value="best"> <param name="play" value="true"> <param name="wmode" value="opaque"> <embed height="150" name="if-header" pluginspage="http://www.macromedia.com/go/getflashplayer" src="images/flash/if-header.swf" type="application/x-shockwave-flash" width="732" quality="best" wmode="opaque" play="true"> </object>
Q: Another question on the "onePerSession" parameter of window onload popup. Is there some other condition to it? I set it on the popup but the popup keeps coming back up. Could it be related only to window that initially loads?
Another question. I have a page with numerous popup windows. Could there be some strategy to having the opening a subsequent popup opening closing a previous one, so there would only be one popup at a time?
Comment; I found that I could combined multiple popup data.js files (the above webpage) together and now I understand how I don't have to deal with the "skin" popup window.
A: > Another question on the "onePerSession" parameter. Is there some other > condition to it? I set it on the popup but the popup keeps coming back up. > Could it be related only to window that initially loads?
It will appear only once per session. But if you open and close yourbrowser your window will appear again.You can send us a direct link to your website, so we can check it.
> Another question. I have a page with numerous popup windows. Could there > be some strategy to having the opening a subsequent popup opening closing a > previous one, so there would only be one window onload popup at a time?
You can use the same window and change its content usingdeluxePopupWindow.open() function.
Q: Shouldn’t the dhtml expand menu know what page you are on and expand accordingly? Or would you need to ‘hard code’ each page to be expanded basedon that page?
A:You should set the following parameter var ttoggleMode=1;
Deluxe Tree doesn't save a presseditem as it saves a tree state. It works within 1 page only and if youreload the page you should set a pressed item using Javascript API:
function dtreet_ext_setPressedItem (menuInd, itemID)
File HyperLink in Content Page · COM access to a running instance · Client script not working on XP · RC4 StrToHex function · How to copy datetime content
YUI 2.x: Threads, Posts, Latest. General. For discussion of the YUI 2.x project, including planning, roadmaps, documentation, and general topics not related
File HyperLink in Content Page · COM access to a running instance · Client script not working on XP · RC4 StrToHex function · How to copy datetime content
YUI 2.x: Threads, Posts, Latest. General. For discussion of the YUI 2.x project, including planning, roadmaps, documentation, and general topics not related
File HyperLink in Content Page · COM access to a running instance · Client script not working on XP · RC4 StrToHex function · How to copy datetime content
YUI 2.x: Threads, Posts, Latest. General. For discussion of the YUI 2.x project, including planning, roadmaps, documentation, and general topics not related