Example: Context Menu

Implementation of a context menu. Right-click a document node and see what happens.
Also [space] key is supported to open the menu.

This example also demonstrates, how to copy or move branches and how to implement clipboard functionality.
A keyboard handler implements Cup, Copy, and Paste with Ctrl-X, Ctrl-C, Ctrl-V.

Selected node: -

This sample uses the jQuery Context Menu Plugin by Cory S.N. LaViska.
Visit http://abeautifulsite.net/notebook/80 for usage and more information.
(An online connection is required, because this plugin is included from the abeautifulsite.net server.)