问题标签 [acitree]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - 使用 aciTree 的 MVC 剃须刀树视图
我有一个 mvc razo 应用程序。我想按需显示一个树视图并带有复选框。我尝试了 jquery-treeview,它显示了一个没有复选框的树视图。所以我尝试使用jquery的另一个插件aciTree。但它什么也没显示。
这是控制器 TreeView.cs
这是视图
有人可以帮我吗?或者请给我有用的链接开源吗?当我在 post methode 上尝试断点时,我说没有返回到控制器,只有第一个方法被执行。
acitree - 在 aciTree 中的选中未选中事件上获取父 ID
我想问一个问题,如何在 aciTree 中获取子节点的父 id。如果 uservchecked 子节点,那么我想用它的父 id 保存它的 id。在这方面的任何帮助将不胜感激。我已经浏览了 aciTree 文档http://acoderinsights.ro/source/aciTree/documentation.html#但没有找到任何方法来获取子选择的父 ID。
javascript - I want to iterate the checked checkbox with Jquery AciTree
I want to iterate the checked checkbox with Jquery AciTree
This dont work.
jquery - 展开全部并折叠所有链接以处理 acitree
我想创建两个链接:全部展开和全部折叠,用于处理 aciTree 中所有节点的打开和关闭。谁能帮我解决这个问题?我找到了为选定节点打开的代码。但我需要它用于所有 inode。这是代码
acitree - 如何在 Acitree 中获得孩子
我使用 aciTree 查看列表项。排序后,我想列出所有父母相同级别的孩子,但我无法得到它们。它们只是 HTML 节点 li 标签。如何返回 json 节点。
jquery - JQuery“acitree”插件。如何选中/取消选中所有?
如何检查和取消选中 acitree 插件中的所有值? http://acoderinsights.ro/en/aciWorker-web-workers-jQuery - 这是那个插件,但我找不到像检查所有和取消选中所有的方法
jquery - jQuery - acitree
aciTree 有效,但样式表不起作用。我可以单击以展开树,但图标不起作用。
我的 html 文件如下所示:
jquery - AciTree 从 url 加载一次
您好,我正在尝试根据从 servlet 收集的值创建一棵树。这些是我的代码;
但是,当用户尝试单击 ( + ) 时,再次从 servlet 发出请求。我的问题是如何不再请求。因为我会一次发送所有的 json。
javascript - How to reload json data in acitree
I would like to know whether there is any possible way to refresh an aciTree instance from a json object received from the server.
- Let's assume I have an html input field.
- The user types something and clicks the submit button.
- This input is used to get a new version of the json tree model from the server through an ajax call.
That works fine. However, when I type again a new value in the input field and submit the aciTree does not reflect the new values. It still displays the old json object data.
Here is my code.
Please let me know whether there is any way to achieve this.
jquery - 如何将子项添加到属于 aciTree 中另一棵树的 targetItem
我想在 aciTree 中向 targetItem(属于另一棵树)添加一个项目,如下所示:
当我运行此代码时,将调用成功回调函数,但该项目未附加到targetItem并且未定义已附加。可能是什么原因以及如何解决?