TinyMCE: use inlinepopups mode, so linking dialog appears as a lightbox instead of a separate browser window (which may trigger popup blockers, plays very poorly with fullscreen netbook UIs, and is generally annoying)
This commit is contained in:
parent
771928c6e9
commit
d832b46573
|
@ -137,7 +137,7 @@ class TinyMCEPlugin extends Plugin
|
|||
script_url : '{$path}',
|
||||
// General options
|
||||
theme : "advanced",
|
||||
plugins : "paste,fullscreen,autoresize",
|
||||
plugins : "paste,fullscreen,autoresize,inlinepopups",
|
||||
theme_advanced_buttons1 : "bold,italic,strikethrough,|,undo,redo,|,link,unlink,image,|,fullscreen",
|
||||
theme_advanced_buttons2 : "",
|
||||
theme_advanced_buttons3 : "",
|
||||
|
|
Loading…
Reference in New Issue
Block a user