elfinder option not visible in elrte image option
Added by dimitri MATERNE 10 months ago
I'm not able to activate the elfinder button in the image dialog of elrte.
But the elfinder button is present in the flash dialog of elrte
Any suggestions?
I'm using the last version of elrte and elfinder.
The file manager is working except the preview of the file ('?' symbol on each file)
Configuration is:
var opts = {
absoluteURLs: false,
cssClass : 'el-rte',
lang : 'en',
width : 550,
height : 200,
toolbar : 'maxi',
cssfiles : ['http://elrte.org/release/elrte/css/elrte-inner.css'],
fmOpen : function(callback) {
$('<div id="myelfinder" />').elfinder({
url : '../connectors/php/connector.php',
lang : 'en',
dialog : { width : 900, modal : true, title : 'File manager' },
closeOnEditorCallback : true,
editorCallback : callback
})
}
}
$('textarea').elrte(opts);
Replies (7)
RE: elfinder option not visible in elrte image option
-
Added by Dmitry Levashov 10 months ago
elFinder version is 1.3 or 2.0beta?
RE: elfinder option not visible in elrte image option
-
Added by dimitri MATERNE 10 months ago
elrte 1.3 and elfinder 1.2
RE: elfinder option not visible in elrte image option
-
Added by Dmitry Levashov 10 months ago
Look in firebug console for errors
RE: elfinder option not visible in elrte image option
-
Added by Troex Nevelin 10 months ago
The file manager is working except the preview of the file ('?' symbol on each file)
set mimeDetect option in connector to internal
RE: elfinder option not visible in elrte image option
-
Added by dimitri MATERNE 10 months ago
ok that works with the mimeDetect set, Thanks!
But no more information for the elfinder icon :(
I notice that the size information for the image is also missing, even if elfinder is disabled.
Any idea about this ?...
RE: elfinder option not visible in elrte image option
-
Added by dimitri MATERNE 10 months ago
no errors in the firebug console
RE: elfinder option not visible in elrte image option
-
Added by Troex Nevelin 9 months ago
Try to play with imgLib option.
(1-7/7)