<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Style>
@namespace mx "library://ns.adobe.com/flex/mx";
.textbox{background-position:left;}
</fx:Style>
<fx:Declarations>
<!-- 将非可视元素(例如服务、值对象)放在此处 -->
</fx:Declarations>
<mx:Canvas>
<mx:TextInput id="username" borderStyle="solid" focusInEffect="fd3"
paddingLeft="20" textAlign="left" />
<mx:Image source="@Embed(source='MDI/assets/img/closeButton.png')" height="100%"/>
</mx:Canvas>
</mx:Application>
Flex 登陆框添加图片
最新推荐文章于 2024-07-25 10:38:26 发布