Container |
Tag |
Description |
---|---|---|
<mx:Form> |
Defines the container for the entire form, including the overall form layout. Use the FormHeading control and FormItem container to define content. Also, you can insert other types of components into a Form container. | |
<mx:FormHeading> |
Defines a heading within your form. You can have multiple FormHeading controls within a single Form container. | |
<mx:FormItem> |
Contains one or more form children arranged horizontally or vertically. Children can be controls or other containers. A single Form container can hold multiple FormItem containers. |
How to flex image resize example (0) | 2007.09.17 |
---|---|
flex에서 httpservice를 actionscript에 적용해서 하는 예제 (0) | 2007.08.19 |
Datagrid에 NumericStepper를 넣는 방법 (0) | 2007.08.10 |
flex로 구현한 RSS Reader (0) | 2007.08.10 |
URLRequest object를 가지고 자바스크립트 실행시키기 (0) | 2007.08.09 |