Fckeditor

From Documentation

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


FCKeditor is a popular HTML on-line text edit developed by Frederico Caldeira Knabben. ZK has integrated the Fckeditor into a fckeditor ZK component, so ZK application developers can now use this originally a javascript component with pure Java code.

Installation

To use this fckeditor component, you have to first copy the fckez.jar under zkforge folder to $TOMCAT_HOME/$Your_Project/WEB-INF/lib.

WYSIWYG Editor

<fckeditor id="ed" value="ZK, Direct RIA"/>

onChange Event

<fckeditor id="ed" value="ZK, Direct RIA" onChange="tb.value = self.value"/>
<textbox id="tb" rows="6" onChange="ed.value = self.value"/>

Customized toolbar set


Last Update : 2010/09/01

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.