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

elements

This option should contain a comma separated list of element IDs to convert into editor instances. This option is only used if mode is set to "exact".

Example of usage of the elements option:

tinyMCE.init({
    ...
    elements : "elm1,elm2"
});

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.