The Telerik UI for ASP.NET MVC Editor provides the Format Painter tool which enables users to copy the formatting of a specific chunk of text and apply it to other chunks in its content area. This functionality is resembles the FormatPainter of MS Word®. It saves time when the user needs to apply identical formatting to multiple sections of the edited content.
How It WorksThe tool will copy and apply all inline styles. Also, any classes and attributes present in the source will be copied to the target.
The tool will also transfer the DOM structure from the source to the target, clearing the previous DOM structure. The exceptions are the following targets:
li
target elements will not be modified. Instead, the copied structure will be applied within them.th
and td
target elements will not be modified. The copied structure will also be applied within them.This Editor example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all
Telerik ASP.NET MVC componentsand their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the
ThemeBuilder.
Support & Learning ResourcesRetroSearch 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