Search found 4 matches
- 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
- 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 ...
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 ...
- 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
- 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 ...
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 ...