[jsTree] Context Menu
"plugins" : [ "themes", "xml_data", "ui","crrm","hotkeys","contextmenu"], "contextmenu" : { "items" : { "create" : { "separator_before" : false, "separator_after" : true, "label" : "추가", "action" : function (obj) { this.create(obj); } }, "rename" : { "separator_before" : false, "separator_after" : true, "label" : "이름변경", "action" : function (obj) { this.rename(obj); } }, "remove" : { "separator_..