gpt4 book ai didi

kendo-treeview - Kendo TreeView如何根据Jquery中的授权选择模板

转载 作者:行者123 更新时间:2023-12-03 22:51:58 30 4
gpt4 key购买 nike

Kendo TreeView如何根据Jquery中的授权选择模板

我有一个具有 AuthorizationFlag(Y 或 N) 的 Kendo TreeView,它决定是使用 Template1 还是 Template2。我如何实现这一目标。
例如,如果我得到 Y 的响应,那么我应该加载 template1 或 Template2

<script id="template1" type="text/kendo-ui-template">
If Auth is Success
</script>

<script id="template2" type="text/kendo-ui-template">
If Auth is fail
</script>

最佳答案

我会喜欢 Harsha pps sugested!

<script type="text/x-kendo-template" id="myTemplate">
#if(task.Auth== 'Y'){#
<div>If Auth is Success</div>
#}else{#
<div>If Auth is fail</div>
#}#
</script>

我假设授权 Y/N 在变量 Auth 中

请检查 Teleriks example !

关于kendo-treeview - Kendo TreeView如何根据Jquery中的授权选择模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54680401/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com