I use the PHP version and would like to include FCKeditor in my edit forms with different UserFilePaths, eg. in one form it should open Image Browser in the /UserFiles/NewsImages/ directory whereas in the newsletter module it should open in /UserFiles/MailImages/ or something similar.
Is there any way I can send this path information to FCKeditor after the
$oFCKeditor = new FCKeditor($name);
is done?
Regards,
Rince
Is there any way I can send this path information to FCKeditor after the
$oFCKeditor = new FCKeditor($name);
is done?
Regards,
Rince