The code for the FXG component is similar to that of an MXML component.
FXG 组件的代码与 MXML 组件的代码类似。
Flex components that extend the Flex UIComponent base class allow you to set common styles as properties inline-in other words, within the MXML component declaration tag (see Listing 1).
扩展了Flex UIComponent基类的Flex组件允许作为内联属性设置常见样式—换言之,即在MXML组件声明标签内(参见清单1)。
MXML, a declarative XML-based language, is used to represent UI layout and behaviors, and each MXML file is a separate component.
MXML是一种基于XML的声明式语言,用来表示UI布局和行为,并且每个MXML文件都是一个单独的组件。
应用推荐