CuteEditor CuteEditor for ASP
 
Home   CS 2.0 Integration   Developer's Guide   Forums   Feature Comparison Chart   Order
 

Installing Cute Editor for CommunityServer 2.0 The leader of Online Rich Text Editors

The following guide shows the steps to implement a CuteEditor for .NET Control into CommunityServer 2.0 application.


Deploying the CuteEditor.dll assembly and license file

The following files should be deployed to CommunityServer_FOLDER\Bin.

  • CuteEditor.dll
  • CuteEditor.ImageEditor.dll
  • Telligent.CuteEditorWraper.dll
  • NetSpell.SpellChecker.dll
  • CuteEditor.lic

Deploying the CuteEditor Client files.

The "CuteSoft_Client/CuteEditor" folder and all file it contains (located in the archive) should be deployed to CommunityServer_FOLDER\CuteSoft_ClientCuteEditor\ on your web site.   


Modify communityserver.config file and specify the textEditorType:


textEditorType = "Telligent.CuteEditorWraper.CE, Telligent.CuteEditorWraper"

Deploying the PostEditControl.ascx file.



The ControlPanel\Photos\PostEditControl.ascx should be deployed to CommunityServer_FOLDER\ControlPanel\Photos\ on your web site.   



Log in as admin, go to forums and write a new post. Your editor UI should like the image below.


You can customize admin toolbar layout and admin security policy file by editing the following XML file.

  • ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/CSAdministrator.config (toolbar layout)
  • ~/CuteSoft_Client/CuteEditor/Configuration/Security/Administrator.config (security policy)

Log in as a registered user, go to forums and write a new post. Your editor UI should like the image below.


You can customize registered user toolbar layout and security policy file by editing the following XML file.

  • ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/CSRegistered.config (toolbar layout)
  • ~/CuteSoft_Client/CuteEditor/Configuration/Security/Registered.config (security policy)