Fckeditor"
From Documentation
Maya001122 (talk | contribs) m |
Tmillsclare (talk | contribs) m (moved ZK Developer's Guide/ZUL Components/Wrapped gmaps fckeditor/Fckeditor to ZK Developer's Guide/ZUL Components/Wrapped/Fckeditor) |
(No difference)
|
Latest revision as of 03:15, 1 September 2010
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