Hello everyBody
Excuse me for my very bad english, i'm french.
My problem is the function "Preview"
I would know how to chage the dimensions of the new window's preview. Actually, she is not in fullscreen, but i would than she has the dimension 373px largest.
But, i have not found the page witch manage this....
In avance, thank you very much !!!
Good Week end
Excuse me for my very bad english, i'm french.
My problem is the function "Preview"
I would know how to chage the dimensions of the new window's preview. Actually, she is not in fullscreen, but i would than she has the dimension 373px largest.
But, i have not found the page witch manage this....
In avance, thank you very much !!!
Good Week end
RE: Function Preview
Your English is a million times better than my French!
Go to the /FCKeditor/editor/js folder and there is four files:
fckeditorcode_gecko
fckeditorcode_gecko2
fckeditorcode_ie
fckeditorcode_ie2
On Line 38 (in dreamweaver anyway) you will see:
var A=FCKConfig.ScreenWidth*0.8
Change the 0.8 to 1.0 in all 4 files and your preview will open to full screen (100%) You can't amend it to fixed pixel. It goes in percent so it depends what resolution your screen is set to.
NB You must change all 4 files so the all browsers will be the same!
Hope that helps
JohnM
RE: Function Preview
thanks for my english and for your answer !
My new window does 373px 
My folder /FCKeditor/editor/js folder "has" than two files (fckeditorcode_gecko and fckeditorcode_ie),
I have edited this two files
In fact, I have found the function's JS open.window and, i have edited the width directly:
window.open('',null,'toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=370
It is perfect
Thank you very much !