Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
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 make them modal by setting the dialog_type to modal see the example below.
| Name | Summary |
|---|---|
| inlinepopups_skin | Enables you to specify a custom skin name. Defaults to clearlooks2. |
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "inlinepopups",
dialog_type : "modal"
});
Search documentation.