To choose a Rich Text Editor type, go to the Page Designer screen, set the Edit as type of any text field to the Text area, and select the Use Rich Text Editor check box.
ASPRunner.NET supports the following third-party Rich Text Editors:
•TinyMCE: https://www.tiny.cloud/
•CKEditor: https://ckeditor.com/
•InnovaStudio Editor: https://www.innovastudio.com/
For more info on each editor, documentation, and examples, visit the vendors' websites.
Configuration
TinyMCE Editor
This editor comes built-in into ASPRunner.NET. You don't need to download or configure anything - select it from the list of available Rich Text Editors.
Documentation can be found here.
InnovaStudio Editor
To use this Editor select InnovaStudio Editor under Text area settings.
InnovaStudio Editor adds about 1000 files to the generated application; the footprint is about 3.5Mb. InnovaStudio Editor documentation and examples can be found in the documentation folder of the plugin.
CKEditor
Download CKEditor and unzip it into <ASPRunner.NET installation folder>\source\plugins folder.
You can find more info on CKEditor at http://ckeditor.com.
See also:
•How to create a custom Edit control plugin