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
comment:2 Changed 16 years ago by
Milestone: | FCKeditor 2.6.4 |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I finally got the fix :
<c:url var="fckEditorBase" value="/fckeditor/"/> <script type="text/javascript">
var baseUrl = "${fckEditorBase}" ;
</script>
and using <FCKEditorInstance>.basepath = baseUrl;
Try to use the FCKeditor.Java package.