首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏LeoXu的博客

    Flex笔记_处理用户输入 原

    click="showText()"/> </s:Application> Flex控件分类 Text控件:         Label、RichText、RichEditableText、TextInput valueCommit="showMsg(fullProfile.text)"/> </s:Panel> </s:Application>             RichText、RichEditableText

    1.4K20发布于 2018-08-15
  • 来自专栏云计算linux

    Flex效果

    使用<s:RichEditableText>文字处理组件,分别对其字体颜色和背景颜色实现动画过渡效果。 ​实现思路:​ (1)创建MXML应用程序,设计用于实现颜色过渡效果的界面。 <? Declarations> <s:Panel width="507" height="319" horizontalCenter="0" verticalCenter="0" title="颜色变化动画效果"> <s:RichEditableText id="ret1" text="RichEditableText" left="0" right="0" top="0" bottom="30" fontSize="20" fontFamily Declarations> <s:Panel width="507" height="319" horizontalCenter="0" verticalCenter="0" title="颜色变化动画效果"> <s:RichEditableText id="ret1" text="RichEditableText" left="0" right="0" top="0" bottom="30" fontSize="20" fontFamily

    66600编辑于 2024-12-17
  • 来自专栏云计算linux

    Flex实现

    VerticalLayout/> </s:layout> <s:Group width="100%" height="212"> <s:Scroller width="100%" height="100%"> <s:RichEditableText VerticalLayout/> </s:layout> <s:Group width="100%" height="212"> <s:Scroller width="100%" height="100%"> <s:RichEditableText

    1.2K10编辑于 2024-12-17
领券