I want to add a new input text box(“image Caption”) to “Image Properties” dialog window in CKEditor that gives my user to enter the “image caption” along with existed “URL” and “Alt Text”.Is there any way i can do that.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was able successfully add the input text box by using the following guides in the ckeditor(http://www.ckeditor.com) website itself.Very Useful.
Guide: http://docs.cksource.com/CKEditor_3.x/Howto/Editing_Dialog_Windows
API: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html
Sample: http://nightly.ckeditor.com/7491/_samples/api_dialog.html