我想在CKEditor的“图像属性”对话框窗口中添加一个新的输入文本框(“图像标题”),使我的用户可以输入“图像标题”以及现有的“URL”和“替换文字”。我有什么方法可以做到这一点。
答案 0 :(得分:2)
我可以使用ckeditor(www.ckeditor.com)网站本身的以下指南成功添加输入文本框。非常有用。
指南:http://docs.cksource.com/CKEditor_3.x/Howto/Editing_Dialog_Windows
API:http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html
示例:http://nightly.ckeditor.com/7491/_samples/api_dialog.html