This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Dec 13, 2011, 7:59 AM
37 Posts

Question about CKeditor and Image tag

  • Category: Debugging
  • Platform: All
  • Release: 8.5.3
  • Role: Developer
  • Tags: ckeditor,rich-text controls
  • Replies: 5
 I see that CKeditor when I Upload an Image to server don't close  the tag IMG SRC.
I need that before > of IMG SRC there are a / ...  (example: <img src="url"/>
 
How can I fix this? 
Someone have idea where is the JS library client for this? 
 
Tnx you so much 
 
Dec 13, 2011, 8:06 AM
272 Posts
Re: Question about CKeditor and Image tag
Hi,
 
Dojo 1.6.1 is bundled via OSGi and is contained in a JAR file. If you are using 1.5.1 you will find the file xsp.CKEditor.js in the path
 
<domino>\data\domino\js\dojo-1.5.1\ibm\xsp\widget\layout 
 
and 
 
<domino>\data\domino\js\dojo-1.5.1\ibm\xsp\widget\layout\layers
 
Hope this helps
Sven
 
Dec 13, 2011, 8:15 AM
37 Posts
Re: Question about CKeditor and Image tag
 Yes I use Dojo 1.6.1 (I have 8.5.3)
How Can I edit the JAR and find the CKeditor JS file to edit? 
Dec 13, 2011, 8:32 AM
272 Posts
Re: Question about CKeditor and Image tag
Just to give you the information:  You will find the JAR at
 
<domino>\osgi\shared\eclipse\plugins\com.ibm.xsp.dojo_8.5.3.<version>.jar
 
But I don't think that you are able to edit this JAR, it's signed by the IBM... (If you are able to edit, please tell me how)
 
Sven

P.S.
Dojo 1.5.1 is shipped with 8.5.3
 
Dec 13, 2011, 8:43 AM
37 Posts
Re: Question about CKeditor and Image tag
With Firebug I see that the request Dojo are all in 1.6.1...
 
I see that when I Upload the Image use:
 
http://URL DOMINO/xsp/.ibmxspres/domino/ckeditor/plugins/image/dialogs/image.js?t=B73G 
 
 
So that I think that the plugin file of Ckeditor are static and not in package JAR (Data\Domino\CkEditor)
 
/xsp/.ibmxspres/ = point to DATA URL of Domino
Dec 13, 2011, 9:42 AM
272 Posts
Re: Question about CKeditor and Image tag
You are right, the ckeditor.js is a static file.
But the integration with domino is handled via xspCKEditor.js and CKEditorWrapper.js (These are contained in the JARs). I thought you want to change them. My fault.
 
You find the static ones in
 
<domino>\<data>\domino\html\ckeditor
 
Sven
 
http://blog.hasselba.ch

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal