RichTextEditor CDATA : RichTextEditor « Components « Flex






RichTextEditor CDATA

RichTextEditor CDATA
     

<!--
Code from Flex 4 Documentation "Using Adobe Flex 4".

This user guide is licensed for use under the terms of the Creative Commons Attribution 
Non-Commercial 3.0 License. 

This License allows users to copy, distribute, and transmit the user guide for noncommercial 
purposes only so long as 
  (1) proper attribution to Adobe is given as the owner of the user guide; and 
  (2) any reuse or distribution of the user guide contains a notice that use of the user guide is governed by these terms. 
The best way to provide notice is to include the following link. 
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/

-->



<!-- textcontrols/RTECDATA.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    <mx:RichTextEditor id="rte1" title="Rich Text Editor">
        <mx:htmlText>
             
                <p align='center'><b><font size='16'>HTML Text</font></b> 
                </p>This paragraph has <font color='#006666'><b>bold teal text. 
                </b></font> 
              
        </mx:htmlText>
    </mx:RichTextEditor>
</s:Application>

   
    
    
    
    
  








Related examples in the same category

1.On value commit in a RichTextEditor, display value by reference its idOn value commit in a RichTextEditor, display value by reference its id
2.Fade RichTextEditorFade RichTextEditor
3.Change style for textArea in RichTextEditorChange style for textArea in RichTextEditor
4.htmltext with cdata inside RichTextEditor
5.Use RichTextEditor to display HTML formatted stringUse RichTextEditor to display HTML formatted string
6.Get Number of characters selected from RichTextEditorGet Number of characters selected from RichTextEditor
7.Get font family for selected text in RichTextEditorGet font family for selected text in RichTextEditor
8.Get font size for selected text in RichTextEditorGet font size for selected text in RichTextEditor
9.Get color for selected text in RichTextEditorGet color for selected text in RichTextEditor
10.Replace text in RichTextEditor with TextRangeReplace text in RichTextEditor with TextRange
11.Creating a RichTextEditor control with Creating a RichTextEditor control with <mx:RichTextEditor>
12.Bind String to html Text property of RichTextEditorBind String to html Text property of RichTextEditor
13.RichTextEditor initialize eventRichTextEditor initialize event
14.creationComplete event for RichTextEditorcreationComplete event for RichTextEditor
15.Color picker for RichTextEditorColor picker for RichTextEditor
16.Remove the alignment buttons from a RichTextEditor controlRemove the alignment buttons from a RichTextEditor control
17.toolbar from RichTextEditortoolbar from RichTextEditor
18.Use the RichTextEditorUse the RichTextEditor
19.Set RichTextEditor to use system fontSet RichTextEditor to use system font
20.Compare the text and html text in RichTextEditorCompare the text and html text in RichTextEditor
21.Bind html text in RichTextEditor to TextAreaBind html text in RichTextEditor to TextArea
22.RichTextEditor ControlRichTextEditor Control
23.RichTextEditor Control With Formatted TextRichTextEditor Control With Formatted Text
24.RichTextEditor SubcontrolRichTextEditor Subcontrol
25.Remove Align Buttons from RichTextEditor's ToolBarRemove Align Buttons from RichTextEditor's ToolBar