extjs item 能用循环吗?

2017-03-21 16:30:56 +08:00
 KillThunder

extjs 在 item 里能用循环吗?现在我从后台得到了一个对象,这个对象里有 list ,想在 items 里其中一个元素进行循环,求大声帮忙

1208 次点击
所在节点    问与答
3 条回复
KillThunder
2017-03-21 16:45:00 +08:00
把大神打成大声了...
leopku
2017-03-21 17:16:33 +08:00
不清楚 extjs item 细节
可以试试 Array.prototype.map.call(blablabla.list, function(item){ console.log(item); }) 有没有效
KillThunder
2017-03-21 17:45:27 +08:00
@leopku
doInitItems : function () {
Ext.apply(this, {
layout: 'anchor',
bodyPadding: 10,
title: '编辑记录',

items: [{
xtype : '...',
name : '...',
id : '...',
bind : {
value : '{...}'
}
}]
}
}
我现在怎么才能得到 items ?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/349173

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX