如何在一个应用程序中对 jsTree 使用不同的“search_method”?
我需要使用 jsTree 的不同“search_method”。至少有 3 个函数:
- “jstree_title_contains”
- “contains”
- “jstree_contains”
例如,如果我单击第一个按钮,search_method 应更改为“jstree_title_contains”。 如果我单击第二个按钮 search_method 应更改为“jstree_contains”。
我该怎么做?
I need to use different "search_method" of jsTree. There are at least 3 functions:
- "jstree_title_contains"
- "contains"
- "jstree_contains"
FOr example if I click on the first button search_method should change to "jstree_title_contains".
If I click on the second button search_method should change to "jstree_contains".
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西应该有效:
Something like this should work: