迅睿框架 版主:迅睿框架研发组
AJax无法加载百度编辑器
类型:迅睿CMS 更新时间:2025-09-10 10:10:06 百度编辑器

百度编辑器AJax时不会加裁始始化失败

回帖
  • 优速开发工作室
    #1楼    优速开发工作室
    2025-09-05 21:38:03
    Chrome 0
    ajax加载编辑器需要改动一些js运行函数
    满意答案
  • 月影飞雪
    #2楼    月影飞雪
    2025-09-08 08:57:56
    Chrome 0

    image

    image
    切换分类时(catid)触发此函数 show_category_field 编辑器无法显示
  • 月影飞雪
    #3楼    月影飞雪
    2025-09-10 10:10:06
    Chrome 0
    @优速开发工作室:问题已经解决我把所有编辑器都放入这个ajax 访问 的 那个地址就可以了 是不是改 dr echo dr_fieldform('{"name":"产品介绍","fieldname":"'.$v['field'].'","ismain":"1","fieldtype":"Ueditor","setting":{"option":{"enter":"0","down_img":"0","watermark":"0","show_bottom_boot":"0","autofloat":"0","remove_style":"0","div2p":"1","duiqi":"0","autoheight":"0","page":"0","mode":"1","tool":"\'bold\', \'italic\', \'underline\'","mode2":"1","tool2":"\'bold\', \'italic\', \'underline\'","mode3":"1","tool3":"\'bold\', \'italic\', \'underline\'","attachment":"0","image_endstr":"","value":"","width":"100%","height":"300","css":""},"validate":{"required":"0","pattern":"","errortips":"","check":"","filter":"","formattr":"","tips":""}},"ismember":"1"}', $v['value'], 1, 1); {/php} 最后 一个参数为0 也可以解决