|
The menu css html opens a new window although I haven't set item's target...
Return to Recent Questions
Q:
So, as you can see, I use "_self" in order to make the menu css html
URL open in same window when left-clicked.
If I set it to empty it opens in new window (is that
correct behaviour (I thought we should use _blank to
get that effect).
A:
In the menuItems you can set target parameter for each menu css html item
individually.
The following parameter:
var itemTarget="_blank";
sets target for all items, so if you haven't specified target for the
item
["Arbeidsplaner","cp_workplan.php",,,,"","0","0"],
the target for this item will be "_blank".
Return to Recent Questions
Related:
|