Option: elements

This option should contain a comma separated list of element id's 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"
});