After the dedecms5.7 editor is press enter, it is BR instead of P-tutushow.

Source: Internet
Author: User
After you press enter in the dedecms5.7 editor, you can use a lot of functions of the dedecms5.7 editor instead of the P-tutushow Zhimeng CMS, but there are also many small problems that can be a headache, how does one feel that every upgrade is troublesome? The dedecms5.7 editor is believed to be depressing to many people. after you press enter
Instead

In this case, it is very difficult for everyone to think about it, because in terms of browsing habits of Chinese people, we generally have an empty section between paragraphs, usually the code is

But the new version 5.7 returns
This is not what we want. today we will solve this problem for everyone.

Find the installation directory \ include \ ckeditor \ config. js.

Config. autoParagraph = false; config. enterMode = CKEDITOR. ENTER_BR; config. shiftEnterMode = CKEDITOR. ENTER_P;

Replace the second and third rows

Config. autoParagraph = false; config. enterMode = CKEDITOR. ENTER_P; config. shiftEnterMode = CKEDITOR. ENTER_BP;

Or comment out the following code.

// Config. autoParagraph = false; // config. enterMode = CKEDITOR. ENTER_P; // config. shiftEnterMode = CKEDITOR. ENTER_BP;

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.