cancel
Showing results for 
Search instead for 
Did you mean: 

MediaViewers and CKEditorFormControl

saram
Champ in-the-making
Champ in-the-making
Hi everybody!

I have installed Alfresco 4.2.c Community Edition on Ubuntu Server 12.04 and I have added MediaViewers and CKEditorFormControl addons to my Alfresco installation.


MediaViewers works well except for html files in document library. It always converts html to pdf in order to preview an html page. For this kind of file I want the embed previewer so I have put this condition in web-preview.get.config.xml under web-extension:

<blockcode>
      <condition mimeType="text/html">
         <plugin testPluginAvailability="false">Embed</plugin>
      </condition>
</blockcode>

Do you know if I am missing anything?



About CKeditorFormControl, Editor renders blank and I get js errors.

<blockcode>
GET http://localhost:8080/share/page/site/school/skins/kama/editor.css?t=B5GJ5GG 500 (Internal Server Error)
GET http://localhost:8080/share/page/site/school/lang/es.js?t=B5GJ5GG 500 (Internal Server Error)
ckeditor_1636f6726a29784a3671bcda323f11.js:49Uncaught TypeError: Cannot read property 'options' of undefined
</blockcode>


Do you know if CKEditor Addon has been tested on 4.2.c Community Edition?


Thanks in advance,


Sara
2 REPLIES 2

demotdi
Champ in-the-making
Champ in-the-making
I am seeing the same errors. Were you able to resolve this issue? Please let me know. Thanks.

fliot
Champ in-the-making
Champ in-the-making
Hi,

I maintained/ported a working version of ckeditor form for Alfresco 4.2.C,
https://github.com/fliot/ckeditor-forms

It may save you some hours,

Regards,

Francois