dojo dynamic right click context menu
Posted
by levy
on Stack Overflow
See other posts from Stack Overflow
or by levy
Published on 2010-03-19T11:16:11Z
Indexed on
2010/03/19
11:21 UTC
Read the original article
Hit count: 161
dojo
There are tons of different dojo right click context menus in a page slowing down the browser. Some divs have context menus while some others don't. So I just can't have a dynamic global context menu and still be able to fallback to the browser's built in menu in some cases, do I? The non lazy instantiation of the dojo context menus just take too much time.
How can I make those context menus dynamic? Preferably being created on demand when the user actually right clicks on them.
© Stack Overflow or respective owner