Hi Guys
I am able to use custom config for TinyMCE and the buttons defined with in the comment section of the custom_config.js does work But when I try to add searchreplace and iwsearchreplace, they never come up on the toolbar (they are not defined as the buttons in the comment section) is there something else I need to do? I did not have plugins config before (First line). Since searchreplace,iwsearchreplace did not show up by just adding to toolbarRow, I added that line but still no results, I know it is reading the same config file because I added insertdate and that showed up
IWTinyMCECustomConfig("custom1","plugins","searchreplace,iwsearchreplace");
IWTinyMCECustomConfig("custom1", "toolbarRow", "insertdate,search,searchreplace,iwsearchreplace,italic,bold,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect");
IWTinyMCECustomConfig("custom1", "toolbarRow", "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code");
IWTinyMCECustomConfig("custom1", "toolbarRow", "cut,copy,paste,pastetext,pasteword,|,hr,removeformat,formatselect,forecolor,visualaid,table,|,sub,sup,|,charmap,iespell");
IWTinyMCECustomConfig("custom1", "theme_advanced_text_colors", "000000,444444,606060,003F72,0083BE,C4262E,772432");
IWTinyMCECustomConfig("custom1", "theme_advanced_more_colors", false);