Editize

Please find below, some notice on how to install and configure the EDITIZE WYSIWYG HTML Editor for Jahia.

This small guide intends to give you the few steps required to integrate the Java HTML
editor Editize inside Jahia so that you can edit free text areas with this product.

Please note that Editize is a commercial product and that you have to purchase
a license in order to use the editor in your production/live system. However, you
are welcome to request a free 30 day trial license at: http://www.editize.com.

Editize

1. Download Editize here:
http://editize.com/download.php
You will need to complete a form to request a download link and a trial license key.

2. Extract the content of the directory "javascript" from the original archive file to :
TOMCAT_HOME/webapps/jahia/jsp/jahia/htmleditors/editize

3. Put in the same directory the license file you should have received from Editize (no license file required for use with localhost).

4. Open the following file :
TOMCAT_HOME/webapps/jahia/WEB-INF/etc/htmleditors/htmleditors_config.xml
and uncomment the following lines:
<!--
<editor>
  <id>editize</id>
  <name>Editize Applet</name>
  <base-directory>editize</base-directory>
  <include-file>editize_htmleditor.jsp</include-file>
  <enable-css>false</enable-css>
 </editor>
-->


5. Restart Jahia.
Now log in your Jahia server and switch to edit mode, then add or edit a free text area. You
should now have in the drop down list the Editize applet line. Select it and Editize
will be launched inside the edit window.