Option: dialog_type

This option enables you to specify how dialogs/popups should be opened, possible values are "window" and "modal", where the window option opens a normal window and the dialog option opens a modal dialog. This option is set to "window" by default.

Example of usage of the dialog_type option:

tinyMCE.init({
	...
	dialog_type : "modal"
});