<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*">
    <local:RichTextEditorRemoveSubcontrols id="myRTE" 
        showColorPicker="false" 
        showFont="true" 
        showFontSize="true" 
        showAlignButtons="false" 
        showLinkTextInput="false" 
        showBoldItalicUnderline="true" 
        showBulletButton="false" 
    />
</mx:Application>