Alloy Uncaught ReferenceError:$未定义(表)

时间:2014-05-11 22:09:07

标签: javascript titanium tableview titanium-alloy

继续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?

0 个答案:

没有答案