select/Apply custom styles for Table RTE plugin in Touch UI | Community
Skip to main content
Level 1
February 17, 2026
Question

select/Apply custom styles for Table RTE plugin in Touch UI

  • February 17, 2026
  • 2 replies
  • 37 views

Hello, I am using AEM on-prem 6.5.22 and my requirement is similar to 

 

But unfortunately this doesn’t work for me. can someone who faced similar requirements and implemented it help?

Regards,

Rohit

2 replies

giuseppebaglio
Level 10
February 17, 2026

hi ​@RohitKu15

Could you please detail the types of errors you are currently encountering?

RohitKu15Author
Level 1
February 18, 2026

Hey ​@giuseppebaglio ,

  I tried adding the clientlib as specified in the blog : https://experience-aem.blogspot.com/2018/06/aem-64-touchui-rich-text-editor-table-plugin-extension-summary-field.html, but nothing comes up in RTE table plugin. I was expecting the summary field in the table properties so that I could modify the JS to add Styles dropdown.

AmitVishwakarma
Community Advisor
Community Advisor
February 18, 2026

Hi ​@RohitKu15 ,
The Experience‑AEM 6.4 sample will not reliably work on AEM 6.5.22 Touch UI – the internal table dialog code changed, and Adobe only supports table styles in Classic UI, not in Touch UI.

For a better solution on AEM 6.5.22 Touch UI, avoid adding a styles dropdown to the table dialog. Instead:

  • Add table style CSS classes in your site clientlib (e.g. cmp-text--table-striped, cmp-text--table-bordered, etc.).
  • Expose those classes via the Style System on your Text component.
  • Authors insert a table in RTE and then choose the style from the component’s Style (paintbrush) menu.

You can hack the Touch UI table dialog via a custom clientlib + JS, but that’s unsupported and brittle across service packs.

Thanks,
Amit