Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dana Halter 9 posts 89 karma points
    Sep 01, 2015 @ 17:06
    Dana Halter
    0

    TinyMCE Allow ARIA role type

    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?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies