Merge branch 'design_team' of github.com:Rulingcom/orbit into design_team
This commit is contained in:
commit
5d5e798b1a
|
@ -62,14 +62,16 @@ function myFileBrowser(field_name, url, type, win) {
|
||||||
tinyMCE.activeEditor.windowManager.open({
|
tinyMCE.activeEditor.windowManager.open({
|
||||||
file : cmsURL,
|
file : cmsURL,
|
||||||
title : 'File Browser',
|
title : 'File Browser',
|
||||||
width : 850, // Your dimensions may differ - toy around with them!
|
width : 530, // Your dimensions may differ - toy around with them!
|
||||||
height : 455,
|
height : 350,
|
||||||
resizable : "no",
|
resizable : "no",
|
||||||
inline : "no", // This parameter only has an effect if you use the inlinepopups plugin!
|
inline : "no", // This parameter only has an effect if you use the inlinepopups plugin!
|
||||||
close_previous : "no"
|
close_previous : "no"
|
||||||
}, {
|
}, {
|
||||||
window : win,
|
window : win,
|
||||||
input : field_name,
|
input : field_name,
|
||||||
|
alt : "alt",
|
||||||
|
title : "title"
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Reference in New Issue