There are currently, 13 guest(s) and 3 member(s) that are online.
You are Anonymous user. You can register for free by clicking here
|
|
There is a problem right now with this block.
|
|
There is a problem right now with this block.
|
|
 |
 |
Changing FCKeditor height
Posted on Monday, October 01 @ 14:33:00 IST by admin |
|
theog writes "FCKeditor is a great tool application which is open source and is available for site builders to create a texthtml editor in their site without having to actually build it, its a piece of software that allows you to get users input without building the whole thing. The problem I had is changing the size of the ditor window and since you can use the editor in various mannres I have decided to post the php part here.
simply add: $oFCKeditor->Height = 400 ;
or what ever size you wish instead of 400 s it will look like this in the end: $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/admin/fckeditor/'; $oFCKeditor->Height = 400 ; $oFCKeditor->Value = $row['textdata']; $oFCKeditor->Create() ; "
|
| |
|
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.
|
|
|