Flex 4.5移动应用程序中的手风琴

时间:2012-01-24 07:13:09

标签: flex flex4 flash-builder accordion flex4.5

我想处理文本布局以垂直手风琴显示。我能够在网络应用程序中使用手风琴但无法在移动应用程序上工作,因为手风琴在移动设备中不可用。请帮我配合flex移动手风琴。还建议我如何在flex移动手风琴中显示段落内容和公告...

1 个答案:

答案 0 :(得分:0)

查看移动解决方案的应用程序标签:

http://devgirl.org/2011/05/09/styling-the-flex-4-5-mobile-application-tabs-and-actionbar/

<?xml version="1.0" encoding="utf-8"?>
<s:TabbedViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                  xmlns:s="library://ns.adobe.com/flex/spark">
    <s:ViewNavigator id="trends" label="Trends" width="100%" height="100%" firstView="views.TrendsView"/>
    <s:ViewNavigator id="attach" label="Attach" width="100%" height="100%" firstView="views.AttachView"/>
    <s:ViewNavigator id="call" label="Call Center" width="100%" height="100%" firstView="views.CallView"/>
</s:TabbedViewNavigatorApplication>