加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

flex绑定图标

发布时间:2020-12-15 05:04:44 所属栏目:百科 来源:网络整理
导读:? xml ? version = " 1.0 " ? encoding = " utf-8 " ? mx : Application ? xmlns : mx = " http://www.adobe.com/2006/mxml " ? ? ? ?? layout = " vertical ? ? ? ?? backgroundColor = " white " ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? mx : Script ? ? ? ? !
  1. <?xml?version="1.0"?encoding="utf-8"?>
  2. <mx:Application?xmlns:mx="http://www.adobe.com/2006/mxml"
  3. ? ? ? ??layout="vertical ? ? ? ??backgroundColor="white">? ? ? ? ? ? ? ? ? ? ? ? ? ?
  4. ?
  5. ? ? <mx:Script>
  6. ? ? ? ? <![CDATA[
  7. ? ? ? ? ? ??[Bindable]
  8. ? ? ? ? ? ??[Embed(source="assets/bug.png")]
  9. ? ? ? ? ? ??private?var?Icon:Class;
  10. ? ? ? ??]]>
  11. ? ? </mx:Script>? ? ? ? ? ? ? ? ? ? ? ? ? ?
  12. ? ? <mx:Button label="[Embed(source='assets/bug.png')]"
  13. ? ? ? ? ? ? icon="{Icon}" />
  14. ? ? <mx:Button label="@Embed('assets/bug.png')"
  15. ? ? ? ? ? ? icon="@Embed('assets')" />? ? ? ? ? ? ? ? ? ? ? ? ? ?
  16. </mx:Application>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读