来自
    的 js dynatree 插件结构 - 如果其根节点禁用单选按钮选择

发布于 2024-12-18 00:09:21 字数 341 浏览 2 评论 0原文

我想禁用除叶子之外的所有节点的选择。 我的意思是,只有当节点是树的叶节点时,用户才应该能够选择(单选按钮检查)节点。 我看到文档并指示使用:

{title: "Sub-item 4.3 (hideCheckbox)", hideCheckbox: true },

但是如果您从 js 数据创建树,它会很有用。我使用创建了这棵树

    markup. I think, the solution is near if using:

    <li data='....'>Text Node
    

    提前致谢!

    I want to disable selection of all nodes, except leafs.
    I mean, user should be able to select (radiobutton check) nodes only if it's leaf node of the tree.
    I see the docs and is indicated to use:

    {title: "Sub-item 4.3 (hideCheckbox)", hideCheckbox: true },
    

    But it's usefull if you create a tree from js data. I created the tree using an

      markup.
      I think, the solution is near if using:

      <li data='....'>Text Node
      

      Thanks in advance!

      如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

      扫码二维码加入Web技术交流群

      发布评论

      需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

      评论(1

      明天过后 2024-12-25 00:09:21

      data 属性被解析为 JSON,然后用于扩展 data 选项,因此

      <li data='"hideCheckbox": true'>Text Node
      

      应该可以工作。

      The data attribute is parsed as JSON, and then used to expand the data options, so

      <li data='"hideCheckbox": true'>Text Node
      

      should work.

      ~没有更多了~
      我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
      原文