Flex中button按鈕的例子

2021-05-23 16:03:06 字數 1803 閱讀 4931

本源****於flex完全自學手冊

一些按鈕的操作:

按鈕" toggle="

true

" color="

#ff0000

" width="

147" x="

20" y="10"

/>

text="

改變按鈕字型顏色

" x="

175" y="10"

/>

label="

button

" width="

147" bordercolor="

#ff00ff

" cornerradius="

14" x="

20" y="40"

/>

x="175

" y="

40" text="

改變按鈕邊框顏色和四角弧度

" width="

182"

/>

x="20" y="

70" label="

button

" width="

147" fillcolors="

[#8000ff,#8000ff]

"/>

x="175

" y="

70" text="

改變按鈕填充顏色

" width="

182"

/>

x="20" y="

100" label="

button

" width="

147"themecolor="

#008040

"/>

x="175

" y="

101" text="

改變滑鼠單擊時顏色

" width="

219"

/>

x="20" y="

130" label="

button

" width="

147" disabledcolor="

#00ff00

" enabled="

false

"/>

x="175

" y="

132" text="

按鈕不可用時字型的顏色

"/>

x="20" y="

160" label="

button

" width="

147" icon="

@embed('search_new.gif')

"/>

x="175

" y="

185" text="

定義按鈕圖示

" />

執行效果,我再貼出來。

這個裡面有乙個主題的思想,請大家上網查詢一下flex主題的意思。

button按鈕在IE中的寬度

button 在ie中的預設顯示與其他瀏覽器大相徑庭,button的label越長,button的寬度就成比例的放大,padding的設定完全失效。用ie開啟本頁看看下面這個button,基本上是場災難 在ie中,button的預設overflow是clip 奇怪的引數 在這種情況下width au...

HTML中,按鈕button與submit區別

button 普通按鈕,submit 提交按鈕 submit按鈕一般出現在網頁上需要提交資訊到伺服器是才使用,而button按鈕是建立乙個按鈕,對於實現按鈕將會發生什麼事這個不一定,考頁面編輯人員決定,例如在同一天網頁表單上,使用者輸入時可能輸入錯誤或是偏差,則可以在網頁上建立乙個button 清除...

Button 按鈕的重繪

using system using system.collections.generic using system.componentmodel using system.drawing using system.data using system.linq using system.text u...