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

schema

The schema option enables you to switch between the HTML4 and HTML5 schema. This controls the valid elements and attributes that can be placed in the HTML. This value can either be the default html4 or html5.

Example of usage

tinyMCE.init({
   mode : "textareas",
   theme : "advanced",
   schema: "html5"
});

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.