The following example shows how you can use tab stops on a Spark RichText primitive in Flex 4 by setting the tabStops style.
Full code after the jump.
{ 1 comment }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can use tab stops on a Spark RichText primitive in Flex 4 by setting the tabStops style.
Full code after the jump.
{ 1 comment }
The following example shows how you can set the text alignment and text direction in a Spark TextArea control in Flex 4 by setting the textAlign and direction styles.
Full code after the jump.
{ 6 comments }
The following example shows how you can toggle the item layout direction of the Flex TileList control by setting the direction property to “horizontal” or “vertical”.
Full code after the jump.
{ 1 comment }
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.
{ 0 comments }
The following example shows you how you can change the direction of a Box container in Flex by setting the direction property to one of the constants in the BoxDirection class. The <mx:Box /> container is the superclass of the HBox container and VBox container. The subclasses (HBox and VBox) do not add any new functionality, they simply set the direction property automatically to “horizontal” or “vertical”.
Full code after the jump.
{ 0 comments }