You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
443 B

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
backgroundColor="#FFFFFF"
backgroundAlpha="0"
xmlns:me="com.mycustom.components.*">
<mx:Form>
<mx:FormItem label="Email Address:" >
<me:TextInputEmail />
</mx:FormItem>
<mx:FormItem>
<mx:Button label="Submit" />
</mx:FormItem>
</mx:Form>
</mx:Application>