diff --git a/examples/21_customize_context_menu.html b/examples/21_customize_context_menu.html new file mode 100644 index 0000000..1ebb4c3 --- /dev/null +++ b/examples/21_customize_context_menu.html @@ -0,0 +1,177 @@ + + + + JSONEditor | Basic usage + + + + + + + +

Context Menu Customization

+

+ This example demonstrates the use of the onCreateMenu callback option, which + allows you to customise context menus after they are created but before they + are shown to the user. You can alter/delete existing items as well as + adding new menu items. See the source code for this example for more + information. +

+

+ +

+
+ + + +