image title and description callback fixed…

This commit is contained in:
Harry Bomrah 2012-05-17 20:19:31 +08:00
parent 2f7d561310
commit 1b1c2c0032
2 changed files with 6 additions and 3 deletions

View File

@ -62,14 +62,16 @@ function myFileBrowser(field_name, url, type, win) {
tinyMCE.activeEditor.windowManager.open({
file : cmsURL,
title : 'File Browser',
width : 850, // Your dimensions may differ - toy around with them!
height : 455,
width : 530, // Your dimensions may differ - toy around with them!
height : 350,
resizable : "no",
inline : "no", // This parameter only has an effect if you use the inlinepopups plugin!
close_previous : "no"
}, {
window : win,
input : field_name,
alt : "alt",
title : "title"
});
return false;
}

File diff suppressed because one or more lines are too long