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 ボタンを使用して複数のエントリを選択すると、複数のビュー エントリを選択できます。これが起こらないようにする方法を見つける必要があります。この機能を無効にするにはどうすればよいですか?
リストビューはカスタム dijit コントロールであるため、CSJS でプロパティを調整できます。
これが解決策です:
dijit.byId('#{id:listView1}').bAllowMultipleSelection = false; dijit.byId('#{id:listView1}').initVirtualList();