Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8270213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:31:06+00:00 2026-06-08T06:31:06+00:00

How can I disable CKEditor to get me every time   , when i

  • 0

How can I disable CKEditor to get me every time  , when i don’t want them? I’m using CKEditor with jQuery adapter.

I don’t want to have any   tags.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:31:08+00:00Added an answer on June 8, 2026 at 6:31 am

    After some research I might shed some light on this issue – unfortunately there is no out-of-the-box solution.

    In the CKEditor there are four ways a no-break space can occur (anybody know more?):

    1. Automatic filling of empty blocks. This can be disabled in the config:

      config.fillEmptyBlocks = false;
      
    2. Automatic insertion when pressing TAB-key. This can be disabled in the config:

      config.tabSpaces = 0;
      
    3. Converting double spaces to SPACE+NBSP. This is a browser behavior and will thus not be fixed by the CKEditor team. It could be fixed serverside or by a clientside javascript onunload. Maybe this php is a start:

      preg_replace('/\s \s/ig', ' ', $text);
      
    4. By copy & paste. If you paste a UTF-8 no-break space or double-spaces CKEditor will convert it automatically. The only solution I see here is doing a regex as above. config.forcePasteAsPlainText = true; doesn’t help.

    Summary: To get rid of all no-break spaces you need to write an additional function that cleans user input.

    Comments and further suggestions are greatly appreciated! (I’m using ckeditor 3.6.4)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I disable the header click for jQuery tabs. I only want to
Does anyone have an idea how I can disable Drag & Drop for all
I don't want any ajax functionality currently in ckeditor. How can i remove that
I can disable one and one by doing this: jQuery('#ListBoxA').attr('disabled','true'); But how can I
Can I disable the minimize button in JFrame? I have already tried setUndecorated() and
I am Using CKEditor in my application where the users can write blogs, create
How I can disable comments/rate in video using Visual Basic .NET ? Basically, how
I was wondering how you can disable button (not submit) with jQuery while a
Using this rather neat approach I can disable weekends and holidays from the datepicker.
How I can disable debugging errors in my C++ application, the Send and Don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.