Get up to 25% discount and start web development journey with Webix 24 25 26 27 28 29 30 1 2 3 4 5 6 7

JavaScript Context Menu UI widget

The JavaScript Context Menu provided by Webix can be quickly triggered with a right click. You can define the list of items that a drop-down menu will contain, create multi-level menus and attach event handlers to the items. The HTML5 context menu can be added to any Webix widget.

live demo

Right click here
  • Integration: jQuery, Angular, React, Vue.js, Backbone
  • Cross-browser Support (IE8+)
  • Ready for Touch Devices
  • Meets Section 508
  • Quick styling with CSS

Attached to a widget

The Context menu widget can be used with any other Webix widget. Adding a context menu to an existing widget doesn’t require much effort. All you have to do is add an extra property to the widget's configuration. After initializing the context menu you can use its API to link it to the previously created widget.

Right click to show context menu