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