obsolete.ChilliProject/public/javascripts
Andrew Smith a510f0a85f Updates the plugin so that it can support multiple instances.
Multiple instances need to be applied to different elements in the DOM
otherwise multiple menus will be called for each click/right click.

e.g.

jQuery(document).ContextMenu(url);

would work for any form on a page. Using this would mean that multiple
instances couldn't be used though

jQuery('#content form').eq(0).ContextMenu(url);
jQuery('#content form').eq(3).ContextMenu(url);

Using the above 2 menus will be created for the first and 4th forms on
the page. Any of forms won't response to menu clicks.

jQuery(docuemnt).ContextMenu(url);
jQuery('#content form').eq(0).ContextMenu(url);

With the above any form on the page will respond to menu clicks but the
first form will send 2 requests for the context menu.
2012-03-21 21:07:21 +01:00
..
calendar Added Persian translation contributed by Behrang Noroozinia (#7418). 2011-04-16 14:51:02 -07:00
jstoolbar Added Persian translation contributed by Behrang Noroozinia (#7418). 2011-04-16 14:51:02 -07:00
application.js The jQuery ajaxStart/Stop functions are being called at the wrong time. 2012-03-20 22:54:20 +01:00
context_menu.jquery.js Updates the plugin so that it can support multiple instances. 2012-03-21 21:07:21 +01:00
context_menu.js Merge branch 'master' into unstable 2011-05-27 12:20:04 -07:00
controls.js [#419] Updating to Prototype 1.7 and script.aculo.us 1.9.0 2011-05-23 09:53:41 +02:00
dragdrop.js [#419] Updating to Prototype 1.7 and script.aculo.us 1.9.0 2011-05-23 09:53:41 +02:00
effects.js [#419] Updating to Prototype 1.7 and script.aculo.us 1.9.0 2011-05-23 09:53:41 +02:00
jquery-ui.min.js [#658] Include jQuery v1.7, jquery ui 1.8.16, and smoothness theme 2011-11-06 19:21:56 -08:00
jquery.menu_expand.js Add JavaScript 2011-07-29 14:31:26 -07:00
jquery.min.js [#658] Include jQuery v1.7, jquery ui 1.8.16, and smoothness theme 2011-11-06 19:21:56 -08:00
prototype.js [#419] Fixing broken multi-select serialization in prototype 1.7 2011-05-23 17:23:50 +02:00
repository_navigation.js Added branch and tag support to the git repository viewer. (#1406) 2009-08-15 22:41:40 +00:00
select_list_move.js Adds 2 buttons to easily reorder selected columns (#4272). 2009-11-28 11:59:45 +00:00