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

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

问题描述

我想在文字布局上进行垂直手风琴的展示。我能够在手机应用程序中使用手风琴,但无法在移动应用程序上工作,因为手风琴没有可用的手机应用程序。请帮助我使用flex手风琴。还建议我如何显示在移动手风琴的段落内容和公告...

解决方案

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

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

 <?xml version =1.0encoding =utf-8?> 
xmlns:s =library://ns.adobe.com/flex/spark >
< / s:TabbedViewNavigatorApplication>


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天全站免登陆