Opened 16 years ago

Closed 16 years ago

#2534 closed Bug (fixed)

FCKEditor not working in Portlet (WSRP Specification)

Reported by: shikhar Owned by:
Priority: Must have (possibly next milestone) Milestone:
Component: General Version: FCKeditor 2.6.3
Keywords: Cc:

Description

My Application is on a portal . It follows WSRP specification . The problem is that , the portal automatically appends its URL before every path. So, due to this , fckconfig.js is not getting initialized and this results in a long list of Javascript errors. I have tried setting the Basepath = portalURL + "/fckeditor". But this doesn't seem to work.I already raised the problem in the forum , but there was no response.

Change History (3)

comment:1 Changed 16 years ago by Michael Osipov

Try to use the FCKeditor.Java package.

comment:2 Changed 16 years ago by Michael Osipov

Milestone: FCKeditor 2.6.4

comment:3 Changed 16 years ago by shikhar

Resolution: fixed
Status: newclosed

I finally got the fix :

<c:url var="fckEditorBase" value="/fckeditor/"/> <script type="text/javascript">

var baseUrl = "${fckEditorBase}" ;

</script>

and using <FCKEditorInstance>.basepath = baseUrl;

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy