Is there any plugin to get title (and hidden text) which can toggle to title + (shown)text,
when clicking on this title ?
or any other way ...
(i am using ckeditor with drupal)
when clicking on this title ?
or any other way ...
(i am using ckeditor with drupal)
Re: toggle plugin : hide/show text ?
i found this nice purely javascript address : How to hide, show, or toggle your div with jQuery
now i can integrate code in plain text editor with css, script and html and it works.
but as users are not able to do it, the question is always actual : a plugin would be better !
(furthermore, when i am in rich text, i cannot toggle in the editor itself)
Re: toggle plugin : hide/show text ?
link that you provide has bug extra ';' at its end.
Please try search module for Drupal that do what you want. You can always write search plugin to CKEditor.