A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.telerik.com/aspnet-mvc/html-helpers/editors/editor/format-painter below:

ASP.NET MVC Editors Editor Format Painter

New to Telerik UI for ASP.NET MVC? Start a free 30-day trial Format Painter

Use the Format Painter option of the Editor to quickly apply the same formatting such as color, border style, font style and size to multiple pieces of text. It allows you to copy all formatting from a text fragment to another one - like copy and paste but for formatting.

  1. Ensure that the FormatPainter option is added to the Editor's toolbox.

        @(Html.Kendo().Editor()
            .Name("editor")
            .Tools(tools => tools
                .Clear()
                .FormatPainter()
                .CleanFormatting()
            )
        )
  2. Focus or select the text that you want to copy the formatting from.

  3. Click on the Copy Format tool in the widget's toolbar.

  4. Select the text fragment that you want to apply the style to.

  5. Click on the Apply Format tool in the widget's toolbar.

  6. The format can be applied multiple times or canceled by clicking on the Clean Formatting tool.

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4