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