DevExpress-Examples / aspxrichedit-how-to-open-spellchecker-dialog-via-ribbon-t449606

.NET, ASP.NET Web Forms, ASPxRichEdit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files to look at:

ASPxRichEdit - How to open SpellChecker dialog via Ribbon

[Run Online]

ASPxRichEdit provides built-in spell checking support, including the type-as-you-go error detection. End-users can correct a misspelled word in the Spelling dialog. It can be opened using the corresponding context menu's item when a cursor is over the misspelled word. This dialog allows a user to select spelling suggestions (they are also displayed in the context menu), change or ignore the error once or in all cases, and add a new word to the dictionary. You can also invoke the Spelling dialog using the client-side openSpellingDialog command. 

In this example, ASPxRichEdit includes a custom ribbon button: clicks on this item are processed using the client-side CustomCommandExecuted event. The event handler identifies the custom item via a command name and executes the openSpellingDialog command.


About

.NET, ASP.NET Web Forms, ASPxRichEdit

License:Other


Languages

Language:ASP.NET 82.2%Language:C# 17.8%