Flex中如何通过contextMenu属性给RichTextEditor添加自定义右键下拉菜单的例子

Friday, January 23rd, 2009

接下来的例子演示了Flex中如何通过contextMenu属性,给RichTextEditor添加自定义右键下拉菜单。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过设置styleName样式将RichTextEditor的样式名称切换到预定义的“.opaquePanel”样式的例子

Thursday, January 22nd, 2009

接下来的例子演示了Flex中如何通过设置styleName样式,将RichTextEditor的样式名称切换到预定义的“.opaquePanel”样式。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何控制鼠标移出RichTextEditor编辑范围外的时候隐藏其工具栏的例子

Wednesday, January 21st, 2009

接下来的例子演示了Flex中如何控制鼠标移出RichTextEditor编辑范围外的时候隐藏其工具栏。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过设置各寄宿控件visible属性控制RichTextEditor控件的各寄宿控件显示与否的例子

Monday, December 29th, 2008

接下来的例子演示了Flex中如何通过设置各寄宿控件visible属性,控制RichTextEditor控件的各寄宿控件显示与否。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过visible和includeInLayout属性控制RichTextEditor的链接输入框显示与否的例子

Friday, December 19th, 2008

接下来的例子演示了Flex中如何通过visible和includeInLayout属性,控制RichTextEditor的链接输入框显示与否。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何编辑RichTextEditor内字体的例子

Thursday, December 18th, 2008

接下来的例子演示了Flex中如何编辑RichTextEditor内字体。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何利用showControlBar属性控制RichTextEditor的控制栏的例子

Friday, December 12th, 2008

接下来的例子演示了Flex中如何利用showControlBar属性,控制RichTextEditor的控制栏。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何在RichTextEditor的标题栏设置一条状态消息的例子

Wednesday, December 10th, 2008

接下来的例子演示了Flex中如何在RichTextEditor的标题栏设置一条状态消息。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何通过titleStyleName样式自定义RichTextEditor控件标题栏的例子

Monday, December 8th, 2008

接下来的例子演示了Flex中如何通过titleStyleName样式,自定义RichTextEditor控件标题栏。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何给RichTextEditor的标题添加一个Icon图标的例子

Sunday, December 7th, 2008

接下来的例子演示了Flex中如何给RichTextEditor的标题添加一个Icon图标。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex中如何给RichTextEditor的各个要素添加toolTip的例子

Saturday, December 6th, 2008

接下来的例子演示了Flex中如何给RichTextEditor的各个要素添加toolTip。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

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中如何利用htmlText和condenseWhite属性在RichTextEditor中紧缩HTML的空格的例子

Friday, April 25th, 2008

在前面的Flex的TextArea控件中如何利用htmlText属性以及condenseWhite属性紧缩HTML空格的例子中,我们了解了如何通过设置htmlText和condenseWhite属性,在TextArea中将HTML的空格进行紧缩。接下来的例子则演示了在RichTextEditor中,如何利用htmlText和condenseWhite属性,紧缩HTML标签的空格。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Flex的RichTextEditor控件中如何利用textAreaStyleName和letterSpacing设置字符间间隔大小的例子

Wednesday, April 23rd, 2008

接下来的例子演示了如何通过设置textAreaStyleName和letterSpacing风格,来设定RichTextEditor控件字符间的间隔大小。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):

Search Posts