hey there, I'm new to the forum.
I'm wondering if there is a way to disable the formatting, MSWord-style toolbars above the various input fields.
I only need plain text, and I am hoping without this extra overhead I'll get faster pageloads.
thanks!
how to remove formatting and just use plain text
okay, I was able to remove the formatting. don't know how much faster pageloads are though. . . a little bit I think.
Here's what I did:
1. go to testlink/third_party/fckeditor/fckconfig.js
2. add the following in the testlink section:
FCKConfig.ToolbarSets["TL_Sparse"] = [] ;
3. edit the following in testlink/config.inc.php:
$g_fckeditor_toolbar = "TL_Sparse";
Here's what I did:
1. go to testlink/third_party/fckeditor/fckconfig.js
2. add the following in the testlink section:
FCKConfig.ToolbarSets["TL_Sparse"] = [] ;
3. edit the following in testlink/config.inc.php:
$g_fckeditor_toolbar = "TL_Sparse";