- UL/LI items structure - Top items and submenus have a shadow - Submenus automatically scrolls - Horizontal or vertical orientation - Filters and Transitional effects - Text aligned to left - Relative/Absolute menu position - Inactive/Disabled items
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
Q: How can I keep the already opened node open in simple tree view, when you expand another node.
A: Please set the following parameters:
var tcloseExpanded=0; var tcloseExpandedXP=0;
Q: A couple days ago I purchased the multi-website license of Deluxe Menu/Tree/Tabs/Popup Window/Calendar for US$149.00
I am having a very hard time getting the popup window to do just a basic function.
All I want is to have a link that I click on the page and the dhtml menu windows pop up.
As it is, the page automatically opens the popup window on loading.
I'm not a Javascript programmer which is why I purchased your product as it seemed I could pick a couple basic values in the GUI and it would create the script and code for me.
It would be REALLY handy if you had a couple of examples of how to create the following:
- Open the popup window upon the page loading
- Open the popup window when the user clicks a link
- Open the popup window when the user mouses over a link
- Close the popup window when the user mouses out
The help section doesn't even provide a menu item for the popup window.
Finding support for it on your site is difficult and what I can find is better suited for someone with Javascript knowledge.
Is there any way you can provide me the code to do this?
Thanks very much for your time and assistance.
A: We have such example on our website: > - Open the popup dhtml menu windows upon the page loading To open the popup window upon the page loading you should set thefollowing parameter: openAfter=0 deluxePopupWindow.attachToEvent(win,'openAfter=0,,,,,') You can find this parameter in Deluxe Tuner. See on-load.zip example. > - Open the popup window when the user clicks a link Create the popup window in Deluxe Tuner and save it as html. UseonClick event for a link.
See how you should write your link: <a class="sampleLink" title="Click to open sample" href="javascript:;" onclick="deluxePopupWindow.open('win', '<DIV style=\'PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #d33a3a; PADDING-TOP: 10px; TEXT-ALIGN: center\'><B>Sample content</B></DIV><DIV style=\'font: 13px;text-align: center; color:#666666; \'><EM>This is a simple HTML code for content. Here you may also set link to content page or ID of some element.</EM>', 'Safari Style', 'width=250,height=100,resizable,scrollbars,minimizable,fullscreen,middle,right,fade-effect,opacity=1,floatable=yes', 'windows_safari')"><b>this link</b></a> opens a medium-sized dhtml floating window. where (see on-click.js file) 'win' - is winID '<DIV style=\'PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #d33a3a; PADDING-TOP: 10px; TEXT-ALIGN:center\'> <B>Sample content</B></DIV><DIV style=\'font: 13px;text-align: center; color:#666666; \'><EM>This is a simple HTML code for content. Here you may also set link to content page or ID of some element.</EM>' - content of your popup window 'Safari Style' - window title 'width=250,height=100,resizable,scrollbars,minimizable,fullscreen,middle,right,fade-effect,opacity=1,floatable=yes' - parameters of the popup window'windows_safari' - window skin
Notice that you shouldn't set openAfter parameter in on-click.jsfile: deluxePopupWindow.attachToEvent(win,',,,,,')
> - Open the popup window when the user mouses over a link > - Close the popup window when the user mouses out
You should create such popup in the same way as in the previous point,but use onMouseOver/onMouseOut events.
<a class="sampleLink" title="Click to open sample" href="javascript:;" onMouseOver="deluxePopupWindow.open('win', '<DIV style=\'PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #d33a3a; PADDING-TOP: 10px; TEXT-ALIGN: center\'><B>Sample content</B></DIV><DIV style=\'font: 13px;text-align: center; color:#666666; \'><EM>This is a simple HTML code for content. Here you may also set link to content page or ID of some element.</EM>', 'Safari Style', 'width=250,height=100,resizable,scrollbars,minimizable,fullscreen,middle,right,fade-effect,opacity=1,floatable=yes', 'windows_safari')"><b>this link</b></a> opens a medium-sized dhtml floating window.
<a class="sampleLink" title="Click to open sample" href="javascript:;" onMouseOut="deluxePopupWindow.open('win', '<DIV style=\'PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #d33a3a; PADDING-TOP: 10px; TEXT-ALIGN: center\'><B>Sample content</B></DIV><DIV style=\'font: 13px;text-align: center; color:#666666; \'><EM>This is a simple HTML code for content. Here you may also set link to content page or ID of some element.</EM>', 'Safari Style', 'width=250,height=100,resizable,scrollbars,minimizable,fullscreen,bottom,left,fade-effect,opacity=1,floatable=yes', 'windows_safari')"><b>Open popup window</b></a>
Q: At the very beginning of each javascript close menu item (exception for top level item using "XP-Style") there is always a small gap of 2px width.
Firebug show me this small piece of code : *********************************** <td id="" style="margin: 0px; padding: 0px;"> <img id="" width="2" height="1" border="0" style="display: block;" src="images/blank.gif"/> </td> ***********************************
Is there a way to avoid this ?
A: You should set the following parameter in that case:
var tXPBorderWidth=0;
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.
Jun 1, 2009 ... Shake Windows off your Desktop: To clear the desktop: Left click and ... And then you can choose Open Command Window Here from the menu
"Record audio from speakers" is on the menu, but when I select .... used the work round with version 2 on my laptop with windows 7 ... in Start > Control Panel > (switch to Classic View in the left) > Sound > Recording
Using Windows 7 - Home Premium, I consistently get the following ... When the window opens up select the Advanced System Properties link on the left. This will open the system Properties Menu, you want to select the
Snap current window to the left hand side of the screen: Windows Logo+Left ... If you hover over the group icon, thumbnails of the open windows will show, .... Windows 7 now lets you add it to the Start menu just like
Re: [Solved] Unable to install 3.2.1 on Windows 7. Post by billmeek » Wed Aug 25 , 2010 9:49 pm. Open Windows Explorer (WindowsKey+E), on the left hand side,
Recently I did a system reboot on my Windows Xp. All of a sudden when I ... Best answer: Click your left mouse button the the Task Bar and hold it down. ... Open the task manager and double click any empty part (near what seems ... have the same problem in windows 7 and yea the above worked thankyou
Dual boot - Windows 7 Professional and Ubuntu 9.10 (Karmic Koala) ... After installing the program, open a menu, look what needs ... It will show the same menu; drag unwanted items from left panel into the ... If you're talking about the Windows Explorer, I go into the program whose context menu
If you haven't got it solved yet. you could always open 'Windows Explorer' ... In left-hand pane, click on 'C' drive, then 'Documents and Settings' ... Start Menu (annoyance), Technel, Windows XP, 7, 06-04-2005 03:06 PM
Windows 7 WordPad is a new format, you can save and open, now you can save ... For Windows 7 Start Menu is the default power option, a simple down ... Click the Windows features on or off link on the left and remove the
To send a text message you need to hit the left softkey button. The following registry tweak .... Open this folder (7) and paste the 3 values you copied from folder 4. ... Folder: My Device\Windows\Start Menu\Programs
To tile the open windows into horizontally or vertically alternately by only left ... and navigate to the menu, open it, click the desired item. ... Posted: Sun Jan 25, 2009 7:20 pm Post subject: Reply with quote
You can download and install IE7 from here- (link is bottom left of the page) ... On your Windows 7 startmenu, to run programs independently of the ..... from your WINDOWS 7 START MENU, without any need to open a full xp
Open Outlok and click On the Tools menu, click Trust Center, and then click Add- ins. ... 7.Click Start. The Inbox Repair Tool scans the file and reports ... To do so, in the left pane, click the plus sign (+) that is next to ... Cannot open the Outlook window. Invalid XML, the view cannot be loaded
You can shift+click on the start button to bring up the Windows 7 menu. ... I made several combination in the controls menu Left Click opens : Classic Start
Firefox 3.6 for Windows and Mac OS X. Open Options dialog box: For Windows: Within Firefox, click the “Tools” menu, ... Opera 7 for Windows or Macintosh ... In the left-hand Category column, click "Cookies
Sep 5, 2010 ... -You should see "computer" in the right panel of the pop-up menu, left click on it. -Windows Explorer will open, locate your C drive (it
Now start Skype 4.2 (Beta) from the start menu and it should minimize to the ... Now Skype 4.2 shows up not only in the task bar but as an open window even ... When I changed to Windows 7 today I downloaded Skype 4.2.0.152 and was ... What makes me angry is that you seem to have left us no choice
Oct 18, 2007 ... To open a folder, I had to right-click it, scroll down the menu and left- .... Home Brew, Storage, Win 7, Win Vista, Win XP, Applications, Peripherals,
Running Windows 7 with Norton Firewall. ... Select "Advance settings" on your the left side menu. ... radio buttons then "Next" and then you have to specify the protocol (TCP) and the port you want to open (probably 21)
3) Your Windows 7 desktop will be one giant monitor, and when you hit ... (or any program) windows to open at a certain location and size on your desktop. ..... Windows Start Menu in the left corner (which I rarely use)