X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_form_HtmlEditor_ToolbarStandard.js.html;h=3d08a12bd967a57f13af1c3b3b559e5936f8a1f6;hb=d827420c63e20182436690aa22cf3536cc5b101d;hp=d0c2fd30f9e7c0bd567f4a2eb28f41b0436aaa10;hpb=9e54da26b329a34abd17689714c9b417897800dd;p=roojs1 diff --git a/docs/symbols/src/Roo_form_HtmlEditor_ToolbarStandard.js.html b/docs/symbols/src/Roo_form_HtmlEditor_ToolbarStandard.js.html index d0c2fd30f9..3d08a12bd9 100644 --- a/docs/symbols/src/Roo_form_HtmlEditor_ToolbarStandard.js.html +++ b/docs/symbols/src/Roo_form_HtmlEditor_ToolbarStandard.js.html @@ -238,7 +238,8 @@ tb.add( btn('bold'), btn('italic'), - btn('underline') + btn('underline'), + btn('strikethrough') ); }; if(!this.disable.fontSize){ @@ -557,6 +558,7 @@ btns[frameId + '-bold'].toggle(doc.queryCommandState('bold')); btns[frameId + '-italic'].toggle(doc.queryCommandState('italic')); btns[frameId + '-underline'].toggle(doc.queryCommandState('underline')); + btns[frameId + '-strikethrough'].toggle(doc.queryCommandState('strikethrough')); } if(!this.disable.alignments){ btns[frameId + '-justifyleft'].toggle(doc.queryCommandState('justifyleft')); @@ -682,6 +684,11 @@ text: 'Underline the selected text.', cls: 'x-html-editor-tip' }, + strikethrough : { + title: 'Strikethrough', + text: 'Strikethrough the selected text.', + cls: 'x-html-editor-tip' + }, increasefontsize : { title: 'Grow Text', text: 'Increase the font size.',