Archives

Posts Tagged ‘TextArea’

Under new spark TextLayout you can use blockProgression(value   tb:top and bottom mode , rl: left and right mode) and  layoutDirection (value ltr:left to right , rtl:right to left)

Nov 30th, 2010 | Filed under Flex4, RichEditableText, TextArea, TextLayout

Importing Text
In many cases you will need to import text into the framework. This can be especially useful for importing dynamic text that is returned from a remote service or HTTPService at runtime for instance. You can choose from three different conversion options for import/export of text in general. They are:

Nov 30th, 2010 | Filed under Flex4, RichEditableText, TextArea, TextLayout

Following example show three different way to export data from your container’s textFlow

Nov 30th, 2010 | Filed under Flex4, RichEditableText, RichText, TextArea, TextFlow, TextLayout