Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果使用 CTRL 按钮选择多个条目,则可以选择多个视图条目。我需要找到一种方法来防止这种情况发生。如何关闭此功能?
因为 listview 是一个自定义 dijit 控件,所以属性在 CSJS 中是可调整的。
这是解决方案:
dijit.byId('#{id:listView1}').bAllowMultipleSelection = false; dijit.byId('#{id:listView1}').initVirtualList();