Submitted by Ken on Sun, 08/03/2008 - 17:18
If you want to change the default appearance of the toolbar buttons for the TinyMCE module, follow these simple steps:
For example, this is how I modified the array:
$row[] = array( array('newdocument', 'save'), array('bold', 'italic', 'underline','strikethrough'), array('sub','sup'), array('undo', 'redo'), array('cut', 'copy', 'paste', 'pasteword'), array('link', 'unlink','anchor'), array('image', 'charmap'), array('code') ,array('formatselect', 'fontselect', 'fontsizeselect','styleselect'), array('justifyleft', 'justifycenter', 'justifyright', 'justifyfull'), array('numlist', 'bullist', 'indent', 'outdent') );
If you've written a better array, let us know!