Using the RichText component : RichText « Components « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Components » RichTextScreenshots 
Using the RichText component
Using the RichText component
  
<?xml version="1.0" encoding="utf-8"?>
<mx:Application 
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Panel title="Howdy" verticalCenter="0" horizontalCenter="0"
        width="300">

        <s:RichText textAlign="center" color="#127892" width="100%">
            <s:content>
                
            </s:content>
        </s:RichText>
    </mx:Panel>
</mx:Application>

   
    
  
Related examples in the same category
1.Style for RichTextStyle for RichText
2.Set paragraphSpaceAfter Style for RichTextSet paragraphSpaceAfter Style for RichText
ww__w___.ja_va_2__s___.c__o__m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.