style for selection | Community
Skip to main content
Level 4
October 16, 2015
Solved

style for selection

  • October 16, 2015
  • 12 replies
  • 1540 views

Hi,

Is there a way to set a style on each item of a selection component?

[img]style.png[/img]

The properties style, labelStyle and bodyStyle don't work.

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

yes, you can use 'cls' property, but the it won't add styles on drop down. This class will be added to the parent div of it. So you need to target that particular drop down div.

12 replies

smacdonald2008
Level 10
October 16, 2015

Can you please provide more details - the CQ version and the steps you did to get here so we can attempt to reduplicate. Need to see if there is an issue or bug. 

edubey
Level 10
October 16, 2015

might be, as aem does not give any property to color those. But its possible to override default css and write your own as previously I mentioned.

Level 4
October 16, 2015

Well i think that first element blue, second green and third red will be a nightmare =)

Level 4
October 16, 2015

Well =) , richtext has nothing to do to my problem and you can ignore the word style. I have a selection component with 3 entries. For example i need to color the first entry to red. It's only this my problem.

edubey
edubeyAccepted solution
Level 10
October 16, 2015

yes, you can use 'cls' property, but the it won't add styles on drop down. This class will be added to the parent div of it. So you need to target that particular drop down div.

Lokesh_Shivalingaiah
Level 10
October 16, 2015

Can you provide the usecase in detail or the steps you want to do so that we can address this better.

edubey
Level 10
October 16, 2015

I understand the behavior od Styles drop down in RTE,

Now when you say, "you want to replicate this behaviour" what do you exactly mean. Are you planning to add one more drop down in richtext like styles?

Level 4
October 16, 2015

Doesn't exist the possibility to add the style as property?

Level 4
October 16, 2015

Hi, thanks for the replies

it's just coincidence that under the selection there is a richtext. The style selection isn't the style plugin of richtext, it's a simple selection component.

I want to replicate the same approach of the style plugin of richtext with another selection component.

Lokesh_Shivalingaiah
Level 10
October 16, 2015

It should work, you can highlight the text you want and select the style so that it applies the style only for the selected content.