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.
我有一个 sencha 嵌套列表,其中包含来自商店的一些元素。我需要分别自定义每个元素,所以我需要为每个元素设置一个自定义 ID。我可以在 sencha touch 2 中实现这一点吗?
最简单的方法是在 store 中生成/填充唯一 id,然后使用 itemTpl 来渲染 id。
itemTpl: "<div id =\"{id}\" class=\"list-item-title\">{name}</div>"