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

selector

This option enables you to specify a CSS selector expression that will be used to find textareas you want to convert.

Example of usage of the selector option:

tinyMCE.init({
    ...
    selector : "textarea.editor"
});

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.