Can't assing links to our favorite template in the popup menu right click
Return to Recent Questions
Q:
We are now working with your popup menu right click and can't get our favorite template (animated-icons) to
work corectly.
The example you
gave has no links, but when we try to add links to it (in the 2nd
parameter of any menuItems), NOTHING happens. It just wont do ANYTHING.
A:
See your menu parameters. Now you set:
var itemTarget="";
var statusString="string";
You should set this parameters in the following way:
var itemTarget="_self";
var statusString="link";
Return to Recent Questions
Related:
|