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

flex List的使用1

发布时间:2020-12-15 05:05:45 所属栏目:百科 来源:网络整理
导读:mx:HBox width="100%" verticalAlign="middle" ??mx:Spacer width="5"/ ??mx:Image source="assets/images/users.png"/ ??mx:Label text="{titleName}" fontSize="13" color="#4080A3"/ ?/mx:HBox ?mx:HRule width="410" strokeColor="#4080A3"/ ?mx:HBox ??
<mx:HBox width="100%" verticalAlign="middle"> ??<mx:Spacer width="5"/> ??<mx:Image source="assets/images/users.png"/> ??<mx:Label text="{titleName}" fontSize="13" color="#4080A3"/> ?</mx:HBox> ?<mx:HRule width="410" strokeColor="#4080A3"/> ?<mx:HBox> ??<mx:Label text="用户名过滤:"/> ??<mx:TextInput id="chooseUser" width="80" maxChars="10" change="filteHandler()"/> ?</mx:HBox> ?<mx:HBox width="100%" height="100%" horizontalGap="5"> ??<mx:List id="leftList" dataProvider="{canChooseList}" width="160" height="140" labelField="handlerName" ???? doubleClickEnabled="true" doubleClick="doChoose()"/> ??<mx:VBox width="80" height="100%" verticalAlign="middle" horizontalAlign="center"> ????<mx:Button? label="添加&gt;&gt;" click="doChoose()" /> ????<mx:Button? label="删除&lt;&lt;" click="unChoose()" /> ??</mx:VBox> ??<mx:List id="rightList" dataProvider="{chosenList}" width="160" height="140" labelField="handlerName"/> ?</mx:HBox>

(编辑:李大同)

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

    推荐文章
      热点阅读