TinyMCE:Configuration/ask
From Moxiecode Documentation Wiki
[edit]
Option: ask
This option enables you to add a confirmation dialog when focusing textareas. This dialog asks if the focused textarea should be converted into a editor instance or not. It will only ask once since it would get annoying otherwise. The default value of this option is false.
[edit]
Example of usage of the ask option:
tinyMCE.init({
...
ask : true
});
