`
hanyiduo
  • 浏览: 77817 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论

改变富文本编辑器的表头样式

    博客分类:
  • Flex
XML 
阅读更多
<?xml version="1.0" encoding="utf-8"?> 
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
        layout="vertical" 
        verticalAlign="middle" 
        backgroundColor="white"> 
  
    <mx:Style> 
        .richTextEditorTitleStyle { 
            color: haloBlue; 
            fontSize: 24; 
            fontWeight: bold; 
            textAlign: center; 
        } 
    </mx:Style> 
  
    <mx:RichTextEditor id="richTextEditor" 
            title="Rich Text Editor" 
            titleStyleName="richTextEditorTitleStyle" /> 
  
</mx:Application>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics