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

theme_advanced_blockformats

This option should contain a comma separated list of formats that will be available in the format drop down list. The default value of this option is "p,address,pre,h1,h2,h3,h4,h5,h6". This option is only available if the advanced theme is used.

This list is used to populate available formats in the formatselect dropdown.

Example of usage of the theme_advanced_blockformats option:

tinyMCE.init({
    ...
    theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp"
});

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.