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

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 "modal" option opens a modal dialog. This option is set to "window" by default.

Note that this currently only has an effect in Internet Explorer (in other browsers, "window" is always used).

Example of usage of the dialog_type option:

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

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.