TinyMCE:Plugins/inlinepopups

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Options

inlinepopups_skin
Enables you to specify a custom skin name. Defaults to clearlooks2.

Initialization Example

tinyMCE.init({
   theme : "advanced",
   mode : "textareas",
   plugins : "inlinepopups",
   dialog_type : "modal"
});
Personal tools