Posts tagged as:

tabStops

The following example shows how you can set up tab stops on a Spark TextArea control in Flex 4 by setting the tabStops style.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 1 comment }

The following example shows how you can create a multi-column custom item renderer for a Flex Gumbo FxList control by setting the itemRenderer property.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set tab stops on the Flex TextArea control by setting the tabStops property on a TextFormat object and setting the defaultTextFormat property or setTextFormat() method, or by setting the TextArea control’s htmlText property to an HTML string with a <TextFormat> tag.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the tab stops in a Flex Gumbo TextView control by setting the tabStops property using a string-based shorthand.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set tab stops in a Flex Gumbo FxTextArea control by setting the tabStops style to an array of TabStopFormat objects.

Full code after the jump.

[click to continue…]

{ 0 comments }