Hi,
I am using a normal FCKeditor within my page however I need a second FCKeditor to be set to 'source' when first opening the page. I COULD get the user to click the source button within the toolbar however it seems like an unnecessary extra step for the user and if I could cut it out then that would be ideal. Does anyone have any ideas how to go about doing that? I am trying to find some sort of setting in the config files but having no luck.
Thanks
~ Lacuna
Fri, 08/22/2008 - 12:26
#1
Re: Open FCKeditor in source mode by default
I am also attempting to find some setting to switch between the source and the design modes. It is not for default purposes as you are speaking of per say, but it is the same idea of having the capability to manipulate the viewing mode on the GUI from behind.
Re: Open FCKeditor in source mode by default
Any help would be greatly appreciated.
Thanks,
Will
Re: Open FCKeditor in source mode by default
Hello.
I had the same problem. And i found a solution, not very smart but working
I made javascript function using FCK javascript API:
and then I placed it to body tag:
FCKeditorAPI is a global object created automatically after editor loads fully so I used setTimeout.