Flex xml-rpc的使用(三)

 

1: <!--View-->

   2: <mx:HDividedBox width="100%" height="100%">   

   3:     <mx:Accordion width="225" height="100%">

   4:         <mx:VBox label="User Infomation" width="100%" height="100%">

   5:            

   6:             <!--Wordpress Username-->

   7:             <mx:Label

   8:                 text="Username:"

   9:                 fontWeight="bold"/>                   

  10:                 <mx:TextInput id="txt_username"

  11:                     text="admin"/>

  12:             <!--Wordpress Password-->

  13:             <mx:Label

  14:                 text="Password:"

  15:                 fontWeight="bold"/>                   

  16:                 <mx:TextInput id="txt_password"

  17:                     displayAsPassword="true"

  18:                     text="fred"/>

  19:             <!--Wordpress Website-->   

  20:             <mx:Label

  21:                 text="Your Website:"

  22:                 fontWeight="bold"/>

  23:                 <mx:TextInput id="txt_website"

  24:                     text="{ wordpressEndpoint }"/>                           

  25:                         

  26:         </mx:VBox>

  27:         <mx:VBox label="Methods without Parameters" width="100%" height="100%">

  28:            

  29:             <!--GetUsersBlogs-->

  30:             <mx:Button

  31:                 click="getUsersBlogs()"

  32:                 label="Get Users Blogs"

  33:                 width="100%"/>

  34:            

  35:             <!--GetUserInfo-->

  36:             <mx:Button

  37:                 click="getUserInfo()"

  38:                 label="Get User Info"

  39:                 width="100%"/>

  40:        

  41:         </mx:VBox>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值