【发布时间】:2010-12-01 07:07:44
【问题描述】:
我需要在 tinymce 中找到带有文件路径 (file_path) 的图像。因为我使用的是 jquery tinymce 版本。我想我可以在 tinymce 中找到具有指定文件路径的图像。
从thickbox到我的父窗口的函数调用
self.parent.edit_img(title,alternate,align,file_path);父函数声明
函数edit_img(标题,替代,对齐,文件路径) { var content=tinyMCE.get('comment').getContent(); alert('图片路径:'+文件); 警报(内容); }帮助我在 tinymce 中获取图像,我需要编辑该图像属性
【问题讨论】:
-
+1 用于格式化和对问题的良好描述