【问题标题】:Accordion in Flex 4.5 Mobile AppFlex 4.5 移动应用程序中的手风琴
【发布时间】:2012-01-24 07:13:09
【问题描述】:

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

【问题讨论】:

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


    【解决方案1】:

    查看移动解决方案的应用程序选项卡:

    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>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-10-26
      • 1970-01-01
      相关资源
      最近更新 更多