image title and description callback fixed…
This commit is contained in:
parent
2f7d561310
commit
1b1c2c0032
|
@ -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
Reference in New Issue