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 otherwice. The default value of this option is "false".

Example of usage of the ask option:

tinyMCE.init({
	...
	ask : true
});