继续http://developer.appcelerator.com/question/174047/how-to-update-a-tabbed-table
我相信Alloy.js在UI之前被解雇我称之为我的函数....
<Tab title="Event List" icon="KS_nav_views.png">
<Window title="Event List" onFocus="showEventslist">
<TableView id="eventslisttable" layout="vertical"></TableView>
</Window>
</Tab>
然后
$.eventslisttable.setData([]);
....我怎么得到Uncaught ReferenceError:我没有定义$,我认为是说eventslisttable不存在。
我是否需要在其他位置列出eventslisttable?