ActionScript 3 教程1,Het formulier in mxml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 教程1,Het formulier in mxml相关的知识,希望对你有一定的参考价值。
<!-- formulier -->
<mx:Panel x="10" y="10" width="340" height="254" layout="absolute" id="panReg" title="Registreer">
<mx:Form x="0" y="0" width="310" height="168">
<mx:FormItem label="Gebruikersnaam:" >
<mx:TextInput id="iGebruikersnaam" />
</mx:FormItem>
<mx:FormItem label="Wachtwoord:" >
<mx:TextInput id="iWachtwoord" displayAsPassword="true"/>
</mx:FormItem>
<mx:FormItem label="Voornaam:" >
<mx:TextInput id="iVoornaam" />
</mx:FormItem>
<mx:FormItem label="Achternaam:" >
<mx:TextInput id="iAchternaam" />
</mx:FormItem>
<mx:FormItem label="Emailadres:" >
<mx:TextInput id="iEmailadres" />
</mx:FormItem>
</mx:Form>
<mx:ControlBar>
<mx:Spacer width="113"/>
<mx:Button label="Velden legen" click="leegVelden()"/>
<mx:Button label="Aanmelden" click="voegGebruikerToe( iGebruikersnaam.text, iVoornaam.text, iAchternaam.text, iEmailadres.text, iWachtwoord.text )"/>
</mx:ControlBar>
</mx:Panel>
<!-- Datagrid om gebruikers weer te geven -->
<mx:DataGrid x="10" y="283"
width="340" height="299"
id="dgGebruikers">
<mx:columns>
<mx:DataGridColumn headerText="Gebruikersnaam" dataField="Gebruikersnaam"/>
<mx:DataGridColumn headerText="Voornaam" dataField="Voornaam"/>
<mx:DataGridColumn headerText="Achternaam" dataField="Achternaam"/>
<mx:DataGridColumn headerText="Emailadres" dataField="Emailadres"/>
</mx:columns>
</mx:DataGrid>
以上是关于ActionScript 3 教程1,Het formulier in mxml的主要内容,如果未能解决你的问题,请参考以下文章
Goedkoop door het gebruik van zeer vergelijkbaar bereik
Actionscript 3 简单 Cookie
php variabel custom field(toon field enkel wanneer het ingevuld is)
如何在 Actionscript 3 中将数据写入 XML 文件
如何使子弹移动 Actionscript 3.0
在舞台上有多个玩家 actionscript 3.0 php MySQL