Hi Aruna,

The process is not difficult. Here is what you should do:

1) Put all you editor files inside a repository you created in /jsp/jahia/htmleditors    (Example: you create a folder fckeditor)

2) Put all the files of the editor inside the folder you created at step 1

3) Create a jsp file that will actually load the editor inside the Jahia engine.         (Example: fckeditor_htmleditor.jsp)

4) Edit file /WEB-INF/etc/htmleditors/htmleditors_config.xml. Add an entry for the editor you want to integrate. The entry will have to look like that:

         <editor>
                  <id>FCKEditor</id>
                 <name>FCK Editor</name>
                  <base-directory>fckeditor</base-directory>                (name of the folder chosen at step 1)   
                  <include-file>fckeditor_htmleditor.jsp</include-file>       (name of the file chosen at step 3)
                  <enable-css>true</enable-css>
                  <rank>1</rank>
         </editor>

Best regards,

X. Lawrence


At 10:59 19.09.2007, you wrote:

The editors which can be integrated with jahia are Activex, Editize, Xinha, Edit-on-pro 2, Edit-on-pro 3, Edit-on-pro 4, Mozilla, FCKEditor, Ekit and Simple Text.

Is it possible to easily integrate any other open source editors available?


Feel better with BUPA

To find out what BUPA can do for you, visit http://www.bupa.com

BUPA House 15-19 Bloomsbury Way London WC1A 2BA

Internet communications are not secure and therefore BUPA does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of BUPA.

BUPA Insurance Limited, BUPA Health Assurance Limited, BUPA Insurance Services Limited and Goldsborough Estates Limited are authorised and regulated by the Financial Services Authority.

For a list of BUPA's main UK trading companies visit http://www.bupa.co.uk/html/statements/legal_notices.html#10

 

 
_______________________________________________
dev_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list


This e-mail and its contents are subject to the DISCLAIMER at http://www.jahia.com/disclaimer

------------------=[ xlawrence at jahia dot com ]=------------------
Computer Science Engineer EPF, Master's Degree

[]
Jahia: A collaborative source CMS and Portal Server
www.jahia.org   Product web site
www.jahia.net   Community web site
www.jahia.com   Commercial services company

Jahia Solutions Group
Route des Jeunes 9
CH-1227 Les Acacias
Switzerland
Tel:    +41 (22) 361 34 24
Fax:    +41 (22) 361 36 40

_______________________________________________
dev_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list

Reply via email to