In file "menu_data.js" am playing with custom context menu description.
Code: Select all
with(milonic=new menuname("contextMenu")){
margin=3;
style=contextStyle;
top="offset=2";
aI("text=Item01;url=javascript:void();");
...
I tried
Code: Select all
url=javascript:void();
There is should be a way to do it. But how?
P.S. I ended up with
Code: Select all
url=javascript:history.go();