Add FCKEditor to the notes form in execSetResults.php

The release related discussions, plans and questions.
Locked
beufreecasse
TestLink user
Posts: 4
Joined: Sat Dec 13, 2008 2:02 pm

Add FCKEditor to the notes form in execSetResults.php

Post by beufreecasse »

Hi,

I would like to know how can i add the FCK toolbar in the notes editor form in the result page (execSetResults.php).

Thank you for responding
beufreecasse
TestLink user
Posts: 4
Joined: Sat Dec 13, 2008 2:02 pm

Post by beufreecasse »

Here is the response :

Just add those lines in custom_config.inc.php :

$tlCfg->gui->text_editor['execution'] = array( 'type' => 'fckeditor',
'toolbar' => 'tl_default',
'configFile' => 'cfg/tl_fckeditor_config.js');
Locked