如何根据文件和文件夹管理jsTree的上下文菜单
我一直坚持在右键单击后管理上下文菜单。实际上我需要显示文件夹上下文菜单的某些项目和文件夹上下文菜单的某些项目。
单击文件夹上下文菜单将如下所示:
- 创建
- 删除
- 重命名
- 新
单击文件上下文菜单将如下所示:
- 创建
- 删除
- 重命名
单击后有什么方法可以管理此菜单。我查看了文档和其他博客,但没有获得有用的内容。
您能否指导我一些事情,以便我可以像这样实施。
提前致谢
I have stuck to manage the contextmenu after the right click . Actually I need to display some item of contextmenu for folder and some item of contextmenu for folder.
On click of folder context menu will look like :
- create
- remove
- rename
- new
On click of file context menu will look like :
- create
- remove
- rename
Is there any way to manage this menu after click . I have look into documentation and other blog , but not getting useful content .
Can you please guide me some thing so that I can implement like that .
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)