Aug 27
前面的Flex中如何通过backgroundColor样式设置RichTextEditor控件内TextArea的背景颜色的例子中,我们了解了Flex中如何通过backgroundColor样式,设置RichTextEditor控件内TextArea的背景颜色。接下来的例子则演示了Flex中如何通过backgroundAlpha样式,设置RichTextEditor控件内TextArea的背景颜色透明度。
前面的Flex中如何通过backgroundColor样式设置RichTextEditor控件内TextArea的背景颜色的例子中,我们了解了Flex中如何通过backgroundColor样式,设置RichTextEditor控件内TextArea的背景颜色。接下来的例子则演示了Flex中如何通过backgroundAlpha样式,设置RichTextEditor控件内TextArea的背景颜色透明度。
接下来的例子演示了如何通过设置textAreaStyleName和letterSpacing风格,来设定RichTextEditor控件字符间的间隔大小。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):