Flex 4.5 移动应用程序中的手风琴 [英] Accordion in Flex 4.5 Mobile App

查看:32
本文介绍了Flex 4.5 移动应用程序中的手风琴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I want to work on text layout to display in a vertical accordion. I was able to work with accordion in web app but unable to work on a mobile app since the accordion is not available in mobile flex. Please help me to work on flex mobile accordion. Also suggest me how to display the paragraph contents and bulletins in flex mobile accordion...

推荐答案

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

Have a look at Application tabs for mobile solutions:

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>

这篇关于Flex 4.5 移动应用程序中的手风琴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆