Hey All, I am use fckeditor, but for PHP.
I am trying to do two things.
#1. Make the default skin office2003. When I edit the /fckeditor/fckconfig.js and line from the instruction manual to it, the skin doesn't change.
#2. The text box for typing is very small. I type two lines and then I have to scroll. What file must I edit and what variable to increase the height of the text area?
I am trying to do two things.
#1. Make the default skin office2003. When I edit the /fckeditor/fckconfig.js and line from the instruction manual to it, the skin doesn't change.
#2. The text box for typing is very small. I type two lines and then I have to scroll. What file must I edit and what variable to increase the height of the text area?
Re: Increase the size of typing box
I'm having the same problem as described in #1.
Has found why this is happening?
It's really strange, I even deleted the skins/default directory, replaced it by the skins/silver and it still appeared as default layout!
Any help appreciated!
Christophe
Re: Increase the size of typing box
Re: Increase the size of typing box
All necessary information can be found at wiki.fckeditor.net:
http://wiki.fckeditor.net/Developer's_G ... tion/Skins
http://wiki.fckeditor.net/Developer's_G ... ration/PHP (see Other Info section to see how you can change height)
If your browser doesn't see changes you have made, you must clear browsers cache.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Increase the size of typing box
If I don't/can't use PHP as per the sample provided (I'm using the simple TextArea Replacement method), is there a way of increasing the default height of the editor window, say via the config file or other methods?
Regards,
Rosti.
Re: Increase the size of typing box
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Increase the size of typing box
I just want to WIDEN the textarea a bit and need to know what file controls that.
Re: Increase the size of typing box
Here's an excerpt of my code:
I also increased the size of the <td> element in the table to 700 pixel height but no matter what numeric value I set in Height, the FCKeditor is always displayed exactly the same...
Re: Increase the size of typing box
It worked for me.
Re: Increase the size of typing box
Holy Cannoli!
This actually works. Another case of searching way too far when the solution is sooooo simple.
Thanks and a high-five.
Re: Increase the size of typing box