$( function () {
$("#demo1" ).jstree({
"plugins" : [ "themes" , "html_data" , "contextmenu" ],
"contextmenu" : {
"items" : {
"create" : null ,
"rename" : null ,
"remove" : null ,
"ccp" : null ,
"弹出对话框" : {
"label" : "弹出对话框" ,
"action" : function (obj) { alert(obj) }
},
"包含子级菜单" : {
"label" : "包含子级菜单" ,
"submenu" : {
"cut" : {
"separator_before" : false ,
"separator_after" : false ,
"label" : "Cut" ,
"action" : function (obj) { alert( "Cut" ) }
}
}
}
}
}
});
});
jstree1.0 自定义右键菜单(转)
最新推荐文章于 2023-07-02 17:49:03 发布