Search found 4 matches

by Nalsur
Sat Aug 06, 2005 2:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to make item in context menu do nothing?
Replies: 2
Views: 2745

Thank you.
by Nalsur
Wed Aug 03, 2005 6:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to make item in context menu do nothing?
Replies: 2
Views: 2745

How to make item in context menu do nothing?

I am working on custom context menu.

In file "menu_data.js" am playing with custom context menu description.


with(milonic=new menuname("contextMenu")){
margin=3;
style=contextStyle;
top="offset=2";
aI("text=Item01;url=javascript:void();");
...


When I press on "Item01" from context menu, I ...
by Nalsur
Wed Aug 03, 2005 5:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Context Menus with different items
Replies: 3
Views: 3247

Ruth, thank you for your suggestion.

In fact I have tried the code you provided using copy/paste method, but I could not get the right clik to work.

But finally I managed to get the whole thing working by manually editting "menu_data.js" file in the way you suggested.

It might be the solution I ...
by Nalsur
Mon Aug 01, 2005 4:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Context Menus with different items
Replies: 3
Views: 3247

Multiple Context Menus with different items

I want multiple context menus in one page.
And I want certain words in the page produce different context menus.

http://hw001.gate01.com/ruslan/other/menus.gif

When I right-click over the word "apple", I want the first item in context menu be "green". Other items may remain the same.

In case ...