My Blog Title Here

November 3, 2008

Only the first 8 items only get loaded in dropdown menu generator.

Filed under: Uncategorized — Tags: , — admin @ 9:30 am

Q:

I just discovered your dropdown menu generator and I think it is fabulous! I
would like to buy it, but have one issue which is strange:

I have a list of 12 items, each with a submenu that is loaded
using the ajax technology. The submenues are loaded correctly for
the first 8 items, but not for the last 4 items. I can switch items
around, always the first 8 only get loaded. Is there a limitation to
8 items?

A:

No, there is no such limitation.

Please, check the following parameter:
var dmAJAXCount=0;

That variable set the maximal number of submenus that will be loaded
from server on your page.

September 19, 2008

The problem is, after an async postback occurs, the dropdown menu generator tabs no longer show.

Filed under: Uncategorized — Tags: , — admin @ 4:00 pm

Q:

Hello, I am using your tabs product inside an ASP.NET AJAX update
Panel. The problem is, after an async postback occurs, the dropdown menu generator tabs no
longer show. Do I need to make user a specific function is
called/registered??? Please help.

A:

Try to call your data files (files with dropdown menu generator parameters) once again after each request.

September 15, 2008

Currently the links of dropdown menu exampleopen in a _blank browser, how do I change this?

Filed under: Uncategorized — Tags: , — admin @ 12:10 am

Q:

Currently the links of dropdown menu example open in a _blank browser, how do I change this?

A:

You should set the following parameter:

var bitemTarget = “_self”;

You can set it using Deluxe Tuner. You can find this parameter in the
Tab-Mode section.

September 1, 2008

If a user dropdown menu generator in the upper frame he get the menu that is associated with…

Filed under: Uncategorized — Tags: , — admin @ 10:55 am

Q:

I have a web site in which I am using Deluxe Menu in the top
frame as a dropdown menu generator that crosses the frame and a menu in the lower
frame that uses it as a menu in the same frame. However, if a user
selects the menu in the upper frame they get the menu that is
associated with the menu of the lower frame. The configuration
files are names differently. Is there a setting that needs to be
set for the menu to distinguish between the two menus
instantiations?

A:

I suppose that you have two entries of dmenu.js file on your site in the tag.
You must have only one entry of dmenu.js file.
Please, delete the same code.
You should write so:

<head>

<!– Deluxe Menu –>
<noscript><a href=”http://deluxe-menu.com”>dropdown menu generator by Deluxe-Menu.com</a></noscript>
<script type=”text/javascript”>var dmWorkPath = “menu2.files/”;</script>
<script type=”text/javascript” src=”menu2.files/dmenu.js”></script>
<!– (c) 2006, by Deluxe-Menu.com –>

</head>

<body>

<div>
<SCRIPT src=”deluxe-menu_files/data-deluxe-menu.js” type=text/javascript></SCRIPT>
</div>

<div>
<SCRIPT src=”deluxe-menu_files/data-deluxe-menu11.js” type=text/javascript></SCRIPT>
</div>

</body>>

August 30, 2008

Is there a way to add an email address or pdf document as a dropdown menu example item

Filed under: Uncategorized — Tags: , — admin @ 7:05 pm

Q:

Is there a way to add an email address or pdf document as a dropdown menu example item?

A:

You can open any files using Deluxe Menu including PDF files.

Yes, you can insert any html code within menuItems, for example:

["|You can place <b>any HTML code</b><br> to item, for example <u>image</u>:<br><img src=img/logo.gif>","testlink.html"],
["|Index  <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "", "", ""],
["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>  <input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
["|Write Us", "mailto:support@deluxe-menu.com", ""],

Powered by WordPress