Hi there,
I'm using CMSMadeSimple version 1.9 and TinyMCE version 2.8.0.
When will HTML5 be integrated in CMSMS, so that I can use it's tags (for example the video tag) to insert in my pages, instead of these being automatically filtered away by Tinymce?
Does anyone know another workaround to use html5 tags? For now I keep the Tinymce WYSIWYG checkbox unchecked, but I have to be carefull with that. When it's checked again all my html5 tags are gone...
cmsms and html5 integration in content editor
Re: cmsms and html5 integration in content editor
For now I made a UDT echoing my HTML5 tags, and included it in my content editor. That'll work for the time being.
Re: cmsms and html5 integration in content editor
By all accounts you can change the config of the TinyMCE module to handle the HTML5 elements as "custom elements" so it shouldn't get rid of them. I have found this link:
https://gist.github.com/551339
Which has got a config file and I am at present trying to get it working...
I do find it weird how CMSMS is still using TinyMCE 2.8 when Moxie Code are currently on 3.4 (which is HTML5 friendly..)
I will let you know how I get on. Nice idea for the UDT's though...
https://gist.github.com/551339
Which has got a config file and I am at present trying to get it working...
I do find it weird how CMSMS is still using TinyMCE 2.8 when Moxie Code are currently on 3.4 (which is HTML5 friendly..)
I will let you know how I get on. Nice idea for the UDT's though...
Re: cmsms and html5 integration in content editor
Thanks for your reply. I look forward to your investigation...