Hi All...
I've modified the fckconfig.js file by modifing existing toolbar sets and thats ok...
I've also modified the fckconfig.js file by adding a new toolbar set and would also like to add roles for it later.
FCKConfig.ToolbarSets["MyToolbar"] = [
['Cut','Copy','Paste','-','Print'],
['Undo','Redo','-','Find','Replace','-','SelectAll'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Table','SpecialChar'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor','FitWindow'],
] ;
Now what's the next step to make this toolbar load/show into a dnn portal page FCKeditor?
Read threads talking about using JS into the page etc but not sure how's that...
10x