TinyMCE:Configuration/ask

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the ask option:

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