典型的flex程序的編寫(xiě)步驟
You typically develop a Flex application using the following steps:
- Create an MXML file with the
<mx:Application>
root tag. (創(chuàng)建MXML文件,根標(biāo)記為<mx:Application>) - Add one or more containers. (添加一個(gè)或多個(gè)容器)
- Add controls to a container, such as input fields, buttons, and output fields. (添加控件到容器中,例如:輸入域、按鈕、輸出域)
- Define a data model. (定義一個(gè)數(shù)據(jù)模型)
- Add a web service, HTTP service, or request to a remote object such as a Java object or a Flash Remoting service. (添加請(qǐng)求到web service、HTTP service或一個(gè)遠(yuǎn)程對(duì)象上,例如JAVA對(duì)象或遠(yuǎn)程Flash服務(wù))
- Add validation to input data. (添加對(duì)輸入數(shù)據(jù)的有效性驗(yàn)證)
- Add a script to extend a component. (添加組件腳本)
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。