Hello,
I set the width of the toolbar on 400px but now I only see 50% of the toolbar and my newsitem. Is it possible to get the editorwidth on 400px and see all of the data and toolbar items ?
Also I was wondering if it's possible to delete some items on a toolbar, and only see the options I choose, and if so, how does it work ?
I set the width of the toolbar on 400px but now I only see 50% of the toolbar and my newsitem. Is it possible to get the editorwidth on 400px and see all of the data and toolbar items ?
Also I was wondering if it's possible to delete some items on a toolbar, and only see the options I choose, and if so, how does it work ?
RE: problem customize Toolbar
to either build your own, or edit the supplied ones:
fck_config.js
around line 87
copy the
'config.toolbarsets[".....
to
];'
lines
paste below the last one you see
rename it to something else and rearrange the
parts to your heart's delight.
then, within your web page, change the 'toobarset' name to your own, areload the page and assuming you've no typos, you'll see your custom version.