Sha256: 6c82048874ec285c7c8f085aa5cca932ce3f942be80fc2ee01fe8c9675de7cdc
Contents?: true
Size: 1.37 KB
Versions: 38
Compression:
Stored size: 1.37 KB
Contents
CKEDITOR.editorConfig = (config) -> config.language = "de" config.removeButtons = "Anchor,Underline,Strike,Subscript,Superscript" config.format_tags = "p;h1;h2;h3;h4;pre" config.toolbarGroups = [["Format"], ["Bold", "Italic", "Underline", "Strike", "-", "Subscript", "Superscript"], ["Table", "HorizontalRule", "SpecialChar"], ["Link", "Unlink"], ["Undo", "Redo", "-", "RemoveFormat", "Cut", "Copy", "Paste"], ["Source", "-", "ShowBlocks", "-", "About"], ["Maximize"]] # FULL OPTIONS: #[ #['Source','-','Save','NewPage','Preview','-','Templates'], #['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'], #['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], #['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'], #'/', #['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], #['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], #['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], #['Link','Unlink','Anchor'], #['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], #'/', #['Styles','Format','Font','FontSize'], #['TextColor','BGColor'], #['Maximize', 'ShowBlocks','-','About'] #]
Version data entries
38 entries across 19 versions & 1 rubygems