Add external image list loading to tinyMCE
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
tinyMCE.init({
|
||||
// General options
|
||||
mode : "textareas",
|
||||
@@ -17,8 +18,10 @@ tinyMCE.init({
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_statusbar_location : "bottom",
|
||||
theme_advanced_resizing : true,
|
||||
width: "100%",
|
||||
height: "400"
|
||||
width: "60%",
|
||||
height: "400",
|
||||
|
||||
external_image_list_url : external_list,
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user