使用 Dashcode 的列表控制器而不使用 DataSource 选项
我正在开发自己的自定义谷歌日历,到目前为止,我能够让一切正常工作,我已经加载了所有数据,一切都运行良好,每个事件都显示在选择框中。
我现在想做的是加载 LIST 部分上的每个事件名称。我到底该怎么做呢?我对此非常迷失。
我查看了 dashcode 的列表部分的示例代码,但我真的对实时填充列表感到困惑,有人可以帮助我吗?我可以根据需要提供更多信息,谢谢!
I'm working on my own custom google calendar, so far i'm able to get everything to work, i've loaded all the data and everything works great, each event shows up on a select box.
What i want to do now is to load each event name on the LIST part. How exactly can i do that? i'm very lost with it.
I looked at the sample code that dashcode has for the list part but i really am lost with populating the list in real time, can somebody help me? i can provide more info as needed, thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在库/代码下的 dashcode 中有一个标题为“列出数据源”的示例。您还需要将列表对象数据类型更改为动态,然后从下拉列表中选择数据源。
In dashcode under library/code there is an example titled 'List Data Source'. You will also need to alter the list object datatype to dynamic and then select your datasource from the dropdown list.