flex學習筆記

2022-02-09 10:43:43 字數 294 閱讀 6964

1.專案元件化。選擇並建立乙個mxml component元件檔案,可以把每個元件獨立出來。

2.專案模組化。選擇並建立乙個mxml module模組檔案。

3.文字的控制項lable和text。text的text和htmltext屬性

4.textinput.textarea

5.protected function button1_clickhandler(event:mouseevent):void

7.radiobutton  checkbox  popupbutton  linkbutton

flex學習筆記

2.mxml中類例項 class instance 和屬性 property 的區別 關鍵是看命名空間後面第乙個字母的大小寫。如果第乙個字母是大寫,例如button中的b,就說明這行 引用的是乙個類的例項。如果第乙個字母是小寫,例如label中的l,就說明是在設定乙個類的屬性。3.在mxml中,資料...

flex學習筆記

一 獲取當前時間 var dt date new date 二 date string var temp string dt.fullyear.tostring dt.month 1 tostring dt.date.tostring dt.hours.tostring dt.minutes.tos...

flex學習筆記

由於公司專案,一直需要支援ie9 導致作為5年的前端,居然對flex不是熟記於心,不得不二次學習下,雖然之前學過,寫過demo,但長時間不用,忘了,唉唉唉 記住flex 布局核心是,彈性,拋棄了 display position float的布局方式 1.首先容器明確他的2個軸main axis c...