Hi Team,
We have a requirement in ckeditor, we have to send the "URL" value from Image Info tab to the servlet on successfully uploading the Image
Steps to replicate:
Step 1: Upload the Images through ckeditor wizard and Save it.
Step 2: Edit the ckeditor wizard and change the image through Image Properties.
Step 3: On successfully uploading the Image the value in "URL" textbox under Image Info tab to the servlet
Result : We are getting image uploaded path (c:\Img.png) URL value in servlet on image upload
Expected Result : We want "URL" value from Image Info tab.
Also Iam attaching the screenshot for your reference, please look at them
Please reply to the post if you need any clarification with my requirement
Thanks,
Kranthi
Work around for the same
In ckeditor.js there is a method function m(a, c, d) , in this we have included a line b.srcURL="Value of "URL" from Image Info tab"; //If we give this value as hardcore value the parameter is passing to servlet on image upload
We want to pass this value dynamically ?
PFA code change <CKEditor_Workaround_Snapshots.doc>
Attachments: