Phpcmsv9 Modify FCKeditor editor for Ueditor editor

Source: Internet
Author: User

Locate the phpcms/libs/classes/form.class.php file in the PHPCMSV9 directory

Find these lines of code

<span style= "FONT-SIZE:18PX;" >//$str = ' <script type= ' Text/javascript "src=". Js_path. ' Ckeditor/ckeditor.js ' ></script> ';//define (' Editor_init ', 1);   } </span>
replace it with a
<span style= "FONT-SIZE:18PX;" > $str = ' <script type= ' text/javascript ' src= '. Js_path. ' Ueditor/ueditor.config.js ' ></script> '; $str. = ' <script type= ' text/javascript ' src= '. Js_path. ' Ueditor/ueditor.all.js ' ></script> ';        $str. = ' <script type= ' text/javascript "src=" '. Js_path. ' Ueditor/ueditor.parse.js ' ></script> ';        $str. = ' <link rel= ' stylesheet "href=" '. Js_path. ' Ueditor/themes/default/css/ueditor.css '/> ';        Define (' Editor_init ', 1);    }        $str. = "<script type=\" text/javascript\ ">\r\n";        $str. = "var editor = ue.geteditor (' $textareaid ');";        $str. = ' </script> ';</span>

Then will be downloaded in the Ueditor official website Ueditor will be placed in the PHPCMSV9 root directory statics/js/inside can ...

Phpcmsv9 Modify FCKeditor editor for Ueditor editor

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.