Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm trying to have TinyMCE allow all ARIA attributes in the HTML.
Example:
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel”>
After save becomes:
<div id="myModal" class="modal fade">
I have added the following to tinyMceConfig.config
<validElements><![CDATA[*[*]]]></validElements>
And have added the following to umbracoSettings.config
<TidyEditorContent>False</TidyEditorContent>
And touched the web.config file on each save. Any ideas?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
TinyMCE Allow ARIA role type
Hi,
I'm trying to have TinyMCE allow all ARIA attributes in the HTML.
Example:
After save becomes:
I have added the following to tinyMceConfig.config
And have added the following to umbracoSettings.config
And touched the web.config file on each save. Any ideas?
is working on a reply...