是否可以使用带有超链接的 Jstree contextMenu
Posted
技术标签:
【中文标题】是否可以使用带有超链接的 Jstree contextMenu【英文标题】:Is it posible to have Jstree contextMenu with Hyperlink 【发布时间】:2012-11-17 00:44:42 【问题描述】:是否可以在 jsTree 的上下文菜单中有一个 Mvc4 链接 (http://localhost:59446/TierManagement/CreateTier
),它将带我进入新视图(CreateTier 页面)
【问题讨论】:
【参考方案1】:在上下文菜单中单击该项目时,只需使用重定向到所需页面
document.location.href="<!--your link goes here-->";
代码是
action(obj)
document.location.href="<!--your link goes here-->";
【讨论】:
以上是关于是否可以使用带有超链接的 Jstree contextMenu的主要内容,如果未能解决你的问题,请参考以下文章
带有超链接和 1 单击展开/折叠的 Google 组织结构图