如何在 Titanium Appcelerator 中创建带有复选框设置的列表视图
我想使用钛手机为 Android 创建一个带有复选框的表格视图。问题是我不知道如何以及在哪里可以使用钛中的 javascript 存储和检查复选框的状态。
I want to create a tableview with checkboxes for android using titanium mobile. The problem is i dont know how and where i can store and check the state of the checkboxes using javascript in titanium.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Titanium.App.Properties 保存和调用数据。请参阅 http://developer.appcelerator.com/apidoc/mobile/最新/Titanium.App.Properties-module
Use Titanium.App.Properties to save and recall the data. See http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.App.Properties-module
您可以使用模型和集合来获取更多信息,您可以参考 http://docs .appcelerator.com/titanium/3.0/#!/guide/Alloy_Models
you can use models and collections for more information you can refer to http://docs.appcelerator.com/titanium/3.0/#!/guide/Alloy_Models