Components Flex



    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark" height="420">
    
        
    

    
            title="Rich Text Editor"
        creationComplete="rte1.textArea.setStyle('backgroundColor','0xeeffee')"
        text="Simple sample text" />
    
            click="rte1.textArea.setStyle('backgroundColor', '0xffffff');rte1.colorPicker.selectedIndex=27;" />
    
            click="rte1.textArea.setStyle('backgroundColor', '0xeeffee');rte1.colorPicker.selectedIndex=0;" />