gpt4 book ai didi

sproutcore - 如何将Records推送到SC.ArrayController内容中?

转载 作者:行者123 更新时间:2023-12-03 13:38:32 30 4
gpt4 key购买 nike

我正在尝试将示例数据(从固定装置创建的记录)放入SC.ListView。我知道记录是正确构建的,因为我可以通过按其primaryKey查找特定数据来获取特定数据。
SC.ListView正在通过contentBinding: 'MyApp.thisController.arrangedObjects'从此SC.ArrayController中提取其内容:

MyApp.thisController = SC.ArrayController.create(SC.SelectionSupport, {
allowsMultipleSelection: NO,
content: MyApp.store.find(MyApp.MyRecordType)
});

要启动商店,我使用官方指南中的功能:
store: SC.Store.create().from(SC.Record.fixtures)
如何在 Controller 权限中设置我的content属性以导入 SC.RecordArray

最佳答案

仅当您的商店是在 Controller 之前创建的时,这才起作用。尝试做
MyApp.thisController.set('content', MyApp.store.find(....));
应用加载后,在控制台中。如果可行,则需要在应用初始化后查询商店。

关于sproutcore - 如何将Records推送到SC.ArrayController内容中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11627550/

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