Archive for March 18th, 2008

18
Mar

Horizontally aligning items in a FormItem container in Flex

The following example shows how you can align form items horizontally by setting the horizontalAlign style to “left”, “center”, or “right” on the Flex FormItem container.

Full code after the jump.

Continue reading ‘Horizontally aligning items in a FormItem container in Flex’

18
Mar

Changing the layout direction of a form item in Flex

The following example shows how you can change the direction of a FormItem container in Flex by setting the direction property to “horizontal” or “vertical”.

Full code after the jump.

Continue reading ‘Changing the layout direction of a form item in Flex’