The DevExpress ASP.NET MVC HTML Editor (HtmlEditor) provides the 'Find and Replace' feature that allows your end-users to easily locate and modify text within Design and HTML views. The 'Find and Replace' functionality is implemented by using two elements: search panel and Find and Replace dialog.
The Search Panel allows end-users to search text and navigate through search results. To invoke the panel, press the CTRL+F keys.
The Find and Replace dialog allows end-users to search text, navigate through search results and replace them. To invoke the dialog, click the corresponding button in a toolbar or in the search panel, or press the CTRL+H keys.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxHTMLEditorDemos |