|
When I set the AjaxCount to 0, my drop down menu template don't pop out anymore.
Return to Recent Questions
Q:
My menus don't pop out anymore. How do I get it to pop out?
I want to use the AJAX feature in the drop down menu template, so I choose the enable Ajax feature and set the AjaxCount
to 0.
A:
This parameter set the maximal number of submenus that will be loaded
from server on your page.
If you set var dmAJAXCount=0; you cannot see you submenus.
To enable Ajax feature for the drop down menu template you should set, for example:
var dmAJAX=1;
var dmAJAXCount=100;
If you don't know exact number of submenus you can set a big value for
this parameter.
Return to Recent Questions
Related:
- March 16, 2009 - Is there any way to keep a dhtml menu build lit up when going to another page?
- March 17, 2009 - Can the html pulldown menu items be set so they are all the same width?
- March 19, 2009 - How to get the menu web control to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the right click popup menu loads pages into an iFrame.
- March 20, 2009 - Is it possible to have the "parent" items of the xml dropdown menu be purely an image?
- March 21, 2009 - How can we increase the width of the vista style buttons of html pull down menus?
- March 22, 2009 - Do the Vista style menu web support a separator?
- March 24, 2009 - In dhtml menu creator there's no option for turning the cursor into a hand.
- March 26, 2009 - After click the links the javascript scroll menu stops showing up in cross-frame mode...
- March 28, 2009 - Is it necessary to add dmWorkPath parameter in the dhtml javascript menu?
- March 30, 2009 - Is there a way to optimize the javascript rollover menus to reduce the loading time for submenus?
|