TinyMCE:Plugins/inlinepopups
From Moxiecode Documentation Wiki
[edit]
Plugin: inlinepopups
This plugin makes all dialogs to open as floating DIV layers instead of popup windows. This option can be very useful in order to get around popup blockers. You can also made them modal by setting the dialog_type to modal see the example below.
[edit]
Options
- inlinepopups_skin
- Enables you to specify a custom skin name. Defaults to clearlooks2.
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "inlinepopups",
dialog_type : "modal"
});
