admin
Guest
|
 |
« on: November 20, 2009, 03:31: PM » |
|
Removing or hiding icons in the tool bar
If you are looking to do that globally, then you can change this in the fckconfig.js file.
Find it here:
/fckEditor/fckconfig.js
Comment out what you don't want
/*['TextColor','BGColor'], ['FitWindow','ShowBlocks','-'] */ // No comma for the last row.
|