Expand my Community achievements bar.

SOLVED

RTE Styles Plugin issue with Lists

Avatar

Level 6

We have RTE configured with Styles Plugin. When we are applying styles on lists, it is getting applied only on list element's text and not on bullets or the numbers.
This is happening because styles are getting added on <span> inside <li>.

Applied a style on listApplied a style on listRTE-2.PNG

Does anyone have any clue on how to apply styles on whole list element?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Check below URL for the customization done for the list plugin for adding selected CSS class and use this approach to acheive your usecase:

http://experience-aem.blogspot.com/2017/05/aem-62-touch-ui-extend-rte-list-plugin-for-adding-selecte...

View solution in original post

3 Replies

Avatar

Community Advisor

hi @salamswapnil,

 

Pls check the custom style plugin code, how it is applying the styles for list section.

 

I think you need to write custom code on the dailog load to fetch the list items and apply the styles once dailog is closed as List plugin gets loaded on the dailog on the fly in RTE

Thanks,

Kiran Vedantam.

Avatar

Correct answer by
Community Advisor

Check below URL for the customization done for the list plugin for adding selected CSS class and use this approach to acheive your usecase:

http://experience-aem.blogspot.com/2017/05/aem-62-touch-ui-extend-rte-list-plugin-for-adding-selecte...

Avatar

Community Advisor

check the artcile shared by @Bhuwan_B 

if you need a generic style plugin the check https://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html



Arun Patidar