Aug 31
在前面的Flex中如何设定VideoDisplay控件背景颜色(background color)的例子中,我们了解了如何给VideoDisplay设置背景颜色,不过很多的时候图片让人看起来更加赏心悦目一些。接下来的例子演示了Flex中如何利用backgroundImage样式,给VideoDisplay控件设置一个背景图片。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundImage, VideoDisplay, 背景图片, 背景颜色
Aug 27
前面的Flex中如何通过backgroundColor样式设置RichTextEditor控件内TextArea的背景颜色的例子中,我们了解了Flex中如何通过backgroundColor样式,设置RichTextEditor控件内TextArea的背景颜色。接下来的例子则演示了Flex中如何通过backgroundAlpha样式,设置RichTextEditor控件内TextArea的背景颜色透明度。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundAlpha, RichTextEditor, TextArea, textAreaStyleName, 背景颜色, 透明度
Aug 27
接下来的例子演示了Flex中如何通过backgroundColor样式,设置RichTextEditor控件内TextArea的背景颜色。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundColor, RichTextEditor, TextArea, textAreaStyleName, 背景颜色
Aug 19
接下来的例子演示了Flex中如何通过backgroundAlpha样式,设置TextArea控件背景颜色透明度。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundAlpha, TextArea, 背景颜色, 透明度
Aug 19
接下来的例子演示了Flex中如何通过backgroundAlpha样式和alternatingItemColors样式,创建一个具有透明效果背景颜色DataGrid。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundAlpha, DataGrid, lternatingItemColors, 背景颜色
Aug 18
接下来的例子演示了Flex中如何通过backgroundDisabledColor样式,设置无效状态下TextArea控件背景颜色。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundDisabledColor, enabled, TextArea, 背景颜色
Aug 11
接下来的例子演示了Flex中如何通过alternatingItemColors样式,设置TileList控件交替背景颜色。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: alternatingItemColors, TileList, 背景颜色
Jul 26
接下来的例子演示了Flex中如何通过rollOverColor样式,设置DateChooser控件光标移过时所在位置背景颜色。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: DateChooser, rollOverColor, 背景颜色
Jul 18
接下来的例子演示了Flex中如何通过backgroundDisabledColor样式,改变List控件无效状态下背景颜色。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: backgroundDisabledColor, List, 背景颜色
Jul 16
接下来的例子演示了Flex中如何通过selectionDisabledColor样式,设置ComboBox中选中项目无效时背景颜色。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: ComboBox, dropdown, enabled, selectionDisabledColor, 背景颜色