更改RichTexteditor背景颜色

时间:2012-02-17 14:00:11

标签: actionscript-3 flex flex4 flex4.5

我正在使用Flex 4.5,我正在尝试更改richtexteditor的背景颜色,但我无法在flex 4.5中这样做,但它在flex 3中工作正常。

请帮帮我,

谢谢,

1 个答案:

答案 0 :(得分:1)

您可以使用contentBackgroundColor属性而不是backgroundColor。

<mx:RichTextEditor id="myRTE" text="Congratulations" contentBackgroundColor="red"/>