0

I have access to the [StrikeThrough] button when config.toolbar=null which causes the full toolbar to be created. But when I attempt to create a custom, more limited toolbar, I'm unable to get StrikeThrough button to appear there.

CKEDITOR.config.toolbar_Foo = [[ 'Bold', 'Italic', 'StrikeThrough' ] ] 
CKEDITOR.config.toolbar = 'Foo';

Only Bold and Italic appear on the toolbar.

What's my error? Thanks

Tim
  • 8,669
  • 31
  • 105
  • 183

1 Answers1

2

LOL. I tried StrikeThru, strikeThrough, strikeThru, strikethru, and strikethrough, thinking that it might be a case or spelling issue. It's simply "Strike".

Tim
  • 8,669
  • 31
  • 105
  • 183
  • 1
    See [What toolbar buttons are available in CKEditor 4?](http://stackoverflow.com/questions/13828383/what-toolbar-buttons-are-available-in-ckeditor-4/13835820#13835820) if you ever have a problem with button names again. – Reinmar May 19 '14 at 18:16
  • Seems to be longer working with 4.7.x (tested 4.7.2 and 4.7.3) releases? I use `Strike` in my toolbar. – Roland Nov 20 '17 at 11:21