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

  • SEARCH
  • Home
  • 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 8834979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:09:11+00:00 2026-06-14T09:09:11+00:00

What is the difference between the format_tags property and the stylesSet property in the

  • 0

What is the difference between the format_tags property and the stylesSet property in the CKEDITOR config?

I’m using the API for some custom buttons (which are elsewere in the DOM, not in the editor itself) and I also have a dropdown for styles.

I first used the format_tags property:

var tags = config.format_tags.split( ';' );
// Create style objects for all defined styles.
var styles = {};
$.each(tags,function(i,tag) {
  styles[ tag ] = new CKEDITOR.style( config[ 'format_' + tag ] );
  styles[ tag ]._.enterMode = ckeditor.config.enterMode;
});

After this I could call the desired style function to apply (or remove) it.

Today I stumbled upon the stylesSet property, I can use it like this:

CKEDITOR.stylesSet.add('my_custom_style', [
  { name: 'My Custom Block', element: 'h3', styles: { color: 'blue'} },
  { name: 'My Custom Inline', element: 'span', attributes: {'class': 'mine'} }
]);

This looks better for me, because I know can use extra classes and inline style for an element.

Can somebody explain why there are two ways to format text? Why is the format_tags used when you have a better configuration option like stylesSet?

  • 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-14T09:09:13+00:00Added an answer on June 14, 2026 at 9:09 am

    I looked into it. It seems that you can use the same format for a format_tag as a stylesSet.

    I now have this in my config:

    config.format_tags = 'h1;h2;h3;test';
    config.format_test = { element : 'span', attributes : { 'class' : 'test' }, styles: { color: 'blue'} };
    

    This works the best for adding custom format-tags to your ckeditor.

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

Sidebar

Related Questions

What is the logical difference between resource and resources methods Here is some examples:
How can I find difference between two time intervals. Like 13:45:26.836 - 14:24:18.473 which
Is there a perceptible difference between using String.format and String concatenation in Java? I
I want to calculate the date difference between form date and two date..Am using
I want to calculate the difference between two date/time in java using Date and
Possible Duplicate: How to calculate the date difference between 2 dates using php Hi,,
I am using oracle 10g I need to get the difference between two dates
My C++ compiler creates dylib files which contain dynamic libraries. Whats the difference between
Can anybody tell me the difference between these two ways of formatting numbers using
Possible Duplicate: How to calculate the difference between two dates using PHP? I have

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.