config.toolbar =
    [
       ['Undo','Redo'],
        
    ['Font','FontSize'],
        
    ['Bold','Italic','Underline','Strike','TextColor','BGColor'],
        
       ['Templates','NumberedList','BulletedList'],
      
       ['Outdent','Indent'],

['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],

['Link','Unlink','Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
              
       ['Source','Maximize','Preview']

];

05-27 08:07