HTMLStyle 11Apr07 | 11
This is a component I developed for the sake of simplifying the process of formatting html-text in Flex.
Check it out:
Demo
Source
Documentation
HTMLStyle works pretty much the same as the
Actionscript:
- <local:HMTLStyle id="myHTMLStyle">
- <![CDATA[
- .someStyleClass { color: #FF0000; }
- ]]>
- </local:HMTLStyle>
-
- <mx:TextArea styleSheet="{myHTMLStyle.styleSheet}" />
The component also has a source property which can be set to target an external css file..
If you have any ideas or feedback please drop a comment, I'm very curious as to what you all have to say..
