CuteEditor CuteEditor for ASP
 
Home   Rainbow portal Integration   Online Demo   Developer's Guide   Forums   Feature Comparison Chart   Order
 

Installing Cute Editor for Rainbow portal 2005 The leader of Online Rich Text Editors

The following guide shows the steps to implement a CuteEditor for .NET Control into Rainbow portal application. If you haven't downloaded the software, please download the software copy from    http://cutesoft.net/download/Rainbow2005Edit.zip.


Deploying CuteEditor client files.

All the files under CuteSoft_client folder should be deployed to RAINBOW_FOLDER\CuteSoft_client.

Deploying the CuteEditor.dll assembly and license file

The following files should be deployed to RAINBOW_FOLDER\Bin.

  • CuteEditor.dll
  • NetSpell.SpellChecker.dll
  • CuteEditor.lic

Deploying the modified Rainbow.dll assembly and files.

Rainbow.dll should be deployed to RAINBOW_FOLDER\Bin.

HtmlEditorDataType.cs should be deployed to RAINBOW_FOLDER\app_code\Rainbow\UI\DataTypes.

CuteEditorWrapper.cs should be deployed to RAINBOW_FOLDER\app_code\Rainbow\UI\WebControls.