Add external image list loading to tinyMCE

This commit is contained in:
2012-09-26 21:13:11 +02:00
parent fec7447d13
commit 6039dd7a8d
5 changed files with 74 additions and 3 deletions

View File

@@ -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,
});