Skip to content

SyncfusionExamples/Getting-Started-with-the-MAUI-Rich-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Getting-Started-with-the-MAUI-Rich-Text-Editor

This sample demonstrates how to get started with the .NET MAUI Rich Text Editor in a .NET MAUI application.

Sample

    <rte:SfRichTextEditor DefaultFontFamily="Roboto Slab"
                          DefaultFontSize="14"
                          DefaultTextColor="Blue"
                          Text="The &lt;b&gt; Rich Text Editor &lt;/b&gt; component is WYSIWYG editor that provides the best user experience to create and update the content">
        <rte:SfRichTextEditor.ToolbarItems>
            <rte:RichTextToolbarItem Type="Bold" />
            <rte:RichTextToolbarItem Type="Italic" />
            <rte:RichTextToolbarItem Type="Underline" />
            <rte:RichTextToolbarItem Type="Separator" />
            <rte:RichTextToolbarItem Type="NumberList" />
            <rte:RichTextToolbarItem Type="BulletList" />
            <rte:RichTextToolbarItem Type="Separator" />
            <rte:RichTextToolbarItem Type="Hyperlink" />
            <rte:RichTextToolbarItem Type="Image" />
            <rte:RichTextToolbarItem Type="Table" />
        </rte:SfRichTextEditor.ToolbarItems>
    </rte:SfRichTextEditor>

Requirements to run the demo

To run the demo, refer to System Requirements for .NET MAUI

Troubleshooting:

Path too long exception

If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

License

Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion's samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion's samples

About

This sample demonstrates how to get started with the .NET MAUI Rich Text Editor in a .NET MAUI application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages