The most powerful online Rich Text Editor
ASP Rich Text Editor

Cute Editor for ASP

Leading ASP Rich Text Editor
Buy Now

Getting Started
Basic Examples
Input and Output
Interface Customization
Advanced Topics
 

Integration with spell checker

The NetSpell project is a free spell checking engine. Package includes a medium sized English dictionaries. Suggestions for misspelled words are generated using phonetic (sounds like) matching and ranked by a typographical score (looks like). Also supports "ignore all" and "replace all" misspelled-word handling.



 Example Code

<%
          Dim editor
          Set editor = New CuteEditor
          editor.ID = "Editor1"
          editor.Text = "..."
          editor.FilesPath = "/ASP/CuteEditor_Files"
          editor.Draw()
 %>