CKEditor Image Browse - Root back directory
Posted: 24 Jan 2017, 00:16
Most likely out of ordinary use, but need to have root image path like:
../mathtest/data/img
Cannot seem to get working.
Have tried:
and
In past, have always used the fast and easy way:
But that will not work with "?imgroot=../mathtest/data/img" either
Is there a way to use "../mathtest/data/img" with the plugin?
Many thanks in advance for your assistance.
../mathtest/data/img
Cannot seem to get working.
Have tried:
Code: Select all
protected $root = '../mathtest/data/img';
Code: Select all
protected $root = '/../mathtest/data/img';
Code: Select all
protected $root = '../mathtest';
protected $imgdr = '/data/img';
Code: Select all
'filebrowserImageBrowseUrl': '/path_to/ckeditor/plugins/imgbrowse/imgbrowse.html?imgroot=img',
Is there a way to use "../mathtest/data/img" with the plugin?
Many thanks in advance for your assistance.