JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _samples / bbcode.html
index 14a0344..6dafd02 100644 (file)
@@ -34,7 +34,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 CKEDITOR.replace( 'editor1',\r
        {\r
                <strong>extraPlugins : 'bbcode',</strong>\r
-               removePlugins : 'bidi,button,dialogadvtab,div,filebrowser,flash,format,forms,horizontalrule,iframe,indent,justify,liststyle,pagebreak,showborders,stylescombo,table,tabletools,templates',\r
                toolbar :\r
                [\r
                        ['Source', '-', 'Save','NewPage','-','Undo','Redo'],\r
@@ -45,17 +44,7 @@ CKEDITOR.replace( 'editor1',
                        ['NumberedList','BulletedList','-','Blockquote'],\r
                        ['TextColor', '-', 'Smiley','SpecialChar', '-', 'Maximize']\r
                ],\r
-               smiley_images :\r
-               [\r
-                       'regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','tounge_smile.gif',\r
-                       'embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angel_smile.gif','shades_smile.gif',\r
-                       'cry_smile.gif','kiss.gif'\r
-               ],\r
-               smiley_descriptions :\r
-               [\r
-                       'smiley', 'sad', 'wink', 'laugh', 'cheeky', 'blush', 'surprise',\r
-                       'indecision', 'angel', 'cool', 'crying', 'kiss'\r
-               ]\r
+               ... <i>some other configurations omitted here</i>\r
        });     </pre>\r
        </div>\r
 \r