How Mxml Relates To Standards - MACROMEDIA FLEX-GETTING STARTED WITH FLEX Getting Started

Table of Contents

Advertisement

MXML tag syntax
MXML has the following syntax requirements:
The
property is not required on any tag.
id
The
property is not allowed on the root tag.
id
Boolean properties only take
The
<mx:Binding>
The
<mx:Binding>
The
<mx:Validator>
The
<mx:Validator>
The
<mx:WebService>
allow both.
The
<mx:RemoteObject>
allow both.
The
<mx:HTTPService>
allow both.
The
<mx:operation>
The
<mx:operation>
The
<mx:method>
The
<mx:method>

How MXML relates to standards

MXML uses standards extensively. This section describes how MXML relates to standards for
the following:
XML
Event models
Web services
Java
HTTP
Graphics
Cascading Style Sheets
XML standards
You write Flex applications in XML documents. XML documents use tags to define pieces of
structured information and the relationships between them. In MXML, the
tag defines the root of an application. You define the parts of the application in child tags of the
<mx:Application>
which define rectangular regions of the user interface, and control tags, such as
which define typical user interface controls.
and
true
tag requires both
source
tag cannot contain an
tag and its subclasses require a
tag cannot contain an
tag requires either a
tag requires either a
tag requires either a
tag requires a
name
tag cannot contain an
tag requires a
value and does not allow duplicate
name
tag cannot contain an
tag. Examples of MXML tags include container tags, such as
values.
false
and
destination
property.
id
property.
field
property.
id
value or
wsdl
serviceName
value or a
source
value or a
url
serviceName
value, and does not allow duplicate
property.
id
property.
id
How MXML relates to standards
properties.
value, and does not
value, and does not
named
value, and does not
entries.
name
entries.
name
<mx:Application>
<mx:VBox>
<mx:TextInput>
,
,
41

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-GETTING STARTED WITH FLEX and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flex

Table of Contents