editor.addContextmenu({ title : 'test', click : function() { alert('clicked'); }, cond : true, width : 150, });
添加自定义右键菜单。 中的cond的意思是什么? conditions?