CodeCharge Studio

Attach CKeditor

This action can be assigned to the On Load client event of a TextArea control to replace it with CKeditor (rich text editor). For this action to work properly the CKeditor must be installed on the server and "CKeditor base Path" must be specified in Project Settings.

The following action settings are available:
Parameter Description
ToolbarSetName Name of an CKeditor toolbar to be enabled.
Width Width of the editing area in pixels or percent. If left blank, CKeditor will use it's default value of 100%.
Height The height of the editing area in pixels or percent. If left blank, CKeditor will use it's default value of 200 pixels.
Config Parameters Opens the CKeditor configuration dialog that allows configuring additional properties available in CKeditor. These values are not related to CodeCharge Studio and are provided for convenience of configuring CKeditor itself. Please refer to CKeditor documentation for more information about CKeditor configuration.

Note: for this feature to work properly it is required that you enable the "Config" option in your CKeditor configuration file (CKeditor\editor\filemanager\browser\default\connectors\ext\Config.asp for ASP and .NET, or Config.php for PHP), and uncomment proper connector lines in CKeditor\ckconfig.js

Please note that YesSoftware does not support CKeditor itself. The documentation, configuration parameters and CKeditor feature list can be found on CKeditor Website at CKeditor.com.


On-line, printable versions and updates