本帖最后由 yonexhb 于 2013-1-8 21:24 编辑
买了一个拍卖商品的插件、其他功能都OK
就是商品的详细说明没调用编辑器,有点小遗憾,就在网上找文章 看如何修改。
折腾了一个下午 基本功能实现了
现在可以利用这个编辑器来编辑产品的详细信息
唯一的问题就是、编辑器上的一排按钮中“上传图片”等一些需要弹出浮动窗口的无法弹出
以下是代码(两端代码是我新加的、黄色的注释是原来的插件作者写的)
- showtablerow('', array('class="td25"', 'class="td28"'), array(
- ' <textarea class="userData" name="description" id="uchome-ttHtmlEditor" style="height: 100%; width: 100%; display: none; border: 0px">'.stripslashes($showdata['description']).$goods['description'].'</textarea>'));
- showtablerow('', array('class="td25"', 'class="td28"'), array(
- " <iframe src='home.php?mod=editor&charset={CHARSET}&allowhtml=1&isportal=0' name='uchome-ifrHtmlEditor' id='uchome-ifrHtmlEditor' scrolling='no' style='width:750px;height:300px;border:1px solid #C5C5C5;position:relative;' border=0 frameborder=0 ></iframe>",));
- /* showsetting('商品描述','description',$goods['description'],'textarea','',0,'支持html');
- */
复制代码 请问现在如何让编辑器上的插入图片的按钮起作用。
哪个大哥帮忙看看的 非常感谢
|