主頁(yè) > 知識(shí)庫(kù) > Flex設(shè)置LinkButton的背景色有思路有源碼

Flex設(shè)置LinkButton的背景色有思路有源碼

熱門標(biāo)簽:外呼系統(tǒng)號(hào)碼顯示 什么行業(yè)需要電話機(jī)器人 南昌crm外呼系統(tǒng)如何 廣州ai外呼系統(tǒng)業(yè)務(wù) 地圖標(biāo)注多家店 天津企業(yè)外呼系統(tǒng)代理商 車載電話機(jī)器人 無(wú)錫電銷外呼系統(tǒng)代理 中山外呼系統(tǒng)中間件

1、設(shè)計(jì)思路

由于Flex中沒(méi)有設(shè)置LinkButton的背景色的屬性,現(xiàn)在得從兩個(gè)方面入手:第一,直接通過(guò)調(diào)用樣式方法畫出LinkButton的背景色;第二,設(shè)置LinkButton的背景圖片。這里,講述的是第一種方法

2、設(shè)計(jì)源碼

?xml version="1.0" encoding="utf-8"?> 
s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
xmlns:s="library://ns.adobe.com/flex/spark" 
xmlns:mx="library://ns.adobe.com/flex/mx" 
creationComplete="initHandler(event)"> 
s:layout> 
s:BasicLayout/> 
/s:layout> 
fx:Script> 
![CDATA[ 
import mx.events.FlexEvent; 

/** 
* 初始化函數(shù) 
*/ 
protected function initHandler(event:FlexEvent):void 
{ 
myLinkButton.graphics.beginFill(0x00FF00); 
myLinkButton.graphics.drawRect(0,0,myLinkButton.width,myLinkButton.height); 
myLinkButton.graphics.endFill(); 
} 

]]> 
/fx:Script> 
fx:Declarations> 
!-- 將非可視元素(例如服務(wù)、值對(duì)象)放在此處 --> 
/fx:Declarations> 

mx:VBox width="100%"> 
mx:LinkButton id="myLinkButton" label="查詢" x="100" y="100"/> 
/mx:VBox> 
/s:Application>

3、設(shè)計(jì)結(jié)果

標(biāo)簽:仙桃 呂梁 滄州 佛山 攀枝花 泰州 欽州 海西

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Flex設(shè)置LinkButton的背景色有思路有源碼》,本文關(guān)鍵詞  Flex,設(shè)置,LinkButton,的,背,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Flex設(shè)置LinkButton的背景色有思路有源碼》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Flex設(shè)置LinkButton的背景色有思路有源碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章