Hello everyone,
I search a possibility to change the BaseHref not over the fckconfig.js.
like this in fckeditor_php5.php:
$this->InstanceName = $instanceName ; $this->BasePath = '/fckeditor/' ; $this->Width = '100%' ; $this->Height = '200' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; $this->BaseHref = 'http://www.xyz.de' ;
I try this, but it don't work. Have everyone a relevant resolution about this problem ?
Thanks and Regards
Re: external access to BaseHref
Hi
Check http://docs.fckeditor.net/FCKeditor_2.x ... on_Options
(or advice the page of your preferred server side language; ... you can also do this with javascript > http://docs.fckeditor.net/FCKeditor_2.x ... e#Method_2)
Cheers,
Paul