MyBB Community Forums

Full Version: Strike out button for tool bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tried but can't get this sorted. anyone know how to add a Strike Out button to the tool bar?

Where you have Bold Italic Underline I would like a Strike out button too.

Thanks.
(2011-11-03, 08:46 PM)AJS Wrote: [ -> ]http://mybbcommunity.com/tutorials/addin...to-editor/
Thanks AJS you was close. I had to add it below this to get it in the right place.

{type: 'button', name: 'b', sprite: 'bold', insert: 'b', title: this.options.lang.title_bold},
				{type: 'button', name: 'i', sprite: 'italic', insert: 'i', title: this.options.lang.title_italic},
				{type: 'button', name: 'u', sprite: 'underline', insert: 'u', title: this.options.lang.title_underline},

I just need to get a better image and done.

Thanks Again Smile