X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Fbbcode.html;h=6dafd02fb5cd51d2e643bf12fbaf4d7189276796;hp=14a0344811f3dc527907ebc6e8e8278e01c54fd6;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_samples/bbcode.html b/_samples/bbcode.html index 14a0344..6dafd02 100644 --- a/_samples/bbcode.html +++ b/_samples/bbcode.html @@ -34,7 +34,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license CKEDITOR.replace( 'editor1', { extraPlugins : 'bbcode', - removePlugins : 'bidi,button,dialogadvtab,div,filebrowser,flash,format,forms,horizontalrule,iframe,indent,justify,liststyle,pagebreak,showborders,stylescombo,table,tabletools,templates', toolbar : [ ['Source', '-', 'Save','NewPage','-','Undo','Redo'], @@ -45,17 +44,7 @@ CKEDITOR.replace( 'editor1', ['NumberedList','BulletedList','-','Blockquote'], ['TextColor', '-', 'Smiley','SpecialChar', '-', 'Maximize'] ], - smiley_images : - [ - 'regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','tounge_smile.gif', - 'embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angel_smile.gif','shades_smile.gif', - 'cry_smile.gif','kiss.gif' - ], - smiley_descriptions : - [ - 'smiley', 'sad', 'wink', 'laugh', 'cheeky', 'blush', 'surprise', - 'indecision', 'angel', 'cool', 'crying', 'kiss' - ] + ... some other configurations omitted here });