Recent Questions
Q: How can I declare the "delay" time for the opening js popup window?
A: You should set the following parameter:
openAfter:20,
Open after time (secs).Q: If we spot a bug in the javascript menu code, what can be planned to have it corrected?
A: You should send an e-mail to the support [email protected] describe your problem in brief and send it to us by e-mail.You can also send us a direct link to a page with the error or copy ofyour html page (including .js files).
Q: Is it possible to open a specific tab in javascript menu samples using javascript? For example something like tabObject.open(tab1);
A: You can try to use the following function:
dtabs_itemClick(menuN, itemN);
where
menuN - index of a menu on a page, >= 0.
itemN - index of a tab you want to show, >=0.
Q: My pop out menus in the vertical navigation bar appear on the left instead of the right.
A: You can try to change the following parameter:
var subMenuAlign="left";