使用Alloy的ScrollableView中的下一个视图按钮

时间:2015-03-31 02:13:07

标签: mobile titanium-alloy

大家好,我有一个非常(似乎)简单的问题,但它在两个方面打破了我的头脑。我不知道如何用按钮更改ScrollableView中的视图(或页面),我的意思是如果我有这个

<Alloy>
<Window id="win">
    <ScrollableView id="scrollableView" showPagingControl="true">
        <View id="view1" backgroundColor="#123">
           <Label>View 1</Label>
           <Button onClick="NextView">Next View</Button>
        </View>
        <View id="view2" backgroundColor="#246">
         <Label>View 2</Label>
         </View>
        <View id="view3" backgroundColor="#48b">
         <Label>View 3</Label>
         </View>
    </ScrollableView>
</Window>

我不知道要把什么放在我的Button的JS文件中,因为我几乎尝试过它,我希望你能帮助我们。干杯

0 个答案:

没有答案