Important changes to Tiny Cloud pricing > Find out more
Return to Website

accessibility_warnings

If this option is set to true some accessibility warnings will be presented to the user if they miss specifying that information. This option is set to true by default, since we should all try to make this world a better place for disabled people. But if you are annoyed with the warnings, set this option to false.

Example of usage of the accessibility_warnings option:

tinyMCE.init({
    ...
    accessibility_warnings : false
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.