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
  • Support of All Modern browsers
  • 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