I'm not sure what you are asking, but if you write an MXML component -- call it AddressForm.mxml -- like this

 

<mx:Form>

    <mx:TextInput>

    <mx:TextInput>

    <mx:Button>

</mx:Form>

 

then this gets transformed into

 

public class AddressForm extends Form

{

    ...

}

 

The file name becomes the class name. The top tag name becomes the base class name.

 

- Gordon

 


From: [email protected] [mailto:[email protected]] On Behalf Of Samuel D. Colak
Sent: Wednesday, August 16, 2006 5:29 AM
To: [email protected]
Subject: Re: [flexcoders] Parent Application Space?

 

I mean the derived type – not the class with the same name as the project.


On 16/8/06 12:05, "Samuel D. Colak" <[EMAIL PROTECTED]at-home.com> wrote:


 
 


Matt / All,

Under the definition of an MXML object, what is the object type?

Regards
Samuel
 
    

 

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to