How can I modify the height of a fckeditor-window

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
shm2bk
Advanced user
Posts: 29
Joined: Sun Jun 08, 2008 3:28 pm

How can I modify the height of a fckeditor-window

Post by shm2bk »

Hallo TestLink_1.8-User
I have the following requirements for Testlink 1.8RC1
In case of editing Testcases I want different window-heights.
I want the summary-window-Height with 250pixel, and the other steps- and expected-window with a height of 400pixel.
How can I configure this desire.
I only know the possibility to change the height of all 3 windows.

With the following configuration (in custom_config.inc.php) all 3 fckeditor-windows will have the height of 400pixel.

$tlCfg->gui->text_editor['design'] = array('height' => '400');

Now I want downsize the summary-window to 200pixel??
How can I make this???
I hope, someone can give me a tip to solve this little problem.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

no way we are working on all text area on page
shm2bk
Advanced user
Posts: 29
Joined: Sun Jun 08, 2008 3:28 pm

Post by shm2bk »

Hello
Is there in the meantime a possibility to configure different heights of the Summary-Editor to the other editor-windows ????
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

FCKEditor has option to fit edit area over all the current window. Enable it in toolbar and you need not change height of these areas.
Post Reply