You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#117585 Accordion support

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Thursday, 05 March 2026 09:42 GMT

tapiochre

Hi Ryan.

i read ‘Joomla 5.2 quietly introduced a powerful new content feature: native accordions in TinyMCE’

Is this already in JCE or is it in the pipeline?

if already supported, can you point me to any resources?

chris

Ryan

It's basically using the <details> tag, with some additional support within Tinymce for editing it, eg:

<details>
	<summary>Accordion summary…</summary>
	<p>Accordion body…</p>
</details>

See - https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/details

The code can be inserted into the Code tab and then edited in the Editor, but I will look at adding some more support for this in JCE Pro 3.x

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.