Hi,
I am using FCKeditor in my web application. I use the FCKeditor to edit some of the PHP files in the site. For this purpose I enabled the FullPage mode to true and also enabled the ProtectedSource for PHP.
I made the following changes in fckconfig.js file
..
..
FCKConfig.FullPage = true;
..
..
FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
..
..
When I load a php file and update it without any changes, then it works fine.
But when I insert a new image/table etc then the browser hangs and no operation taking place. Please any one help me to resolve the problem.
Regards,
Amudhan R
I am using FCKeditor in my web application. I use the FCKeditor to edit some of the PHP files in the site. For this purpose I enabled the FullPage mode to true and also enabled the ProtectedSource for PHP.
I made the following changes in fckconfig.js file
..
..
FCKConfig.FullPage = true;
..
..
FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
..
..
When I load a php file and update it without any changes, then it works fine.
But when I insert a new image/table etc then the browser hangs and no operation taking place. Please any one help me to resolve the problem.
Regards,
Amudhan R
Re: Problem in FCKeditor's FullPage mode
Downloaded lattest version and Now its working properly.