Sha256: e8d79364d38723e1b2aafc1f490d7c3a86cd0d75cbeff85f4705b4a5184b77b8
Contents?: true
Size: 1.34 KB
Versions: 18
Compression:
Stored size: 1.34 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.toolbar = [["Format"], ["Bold", "Italic", "Underline", "Strike", "-", "Subscript", "Superscript"], ["Table", "HorizontalRule", "SpecialChar"], ["Link", "Unlink"], ["Undo", "Redo", "-", "RemoveFormat", "Cut", "Copy", "Paste"], ["Source", "-", "ShowBlocks", "-", "About"], ["Maximize"]] true # 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
18 entries across 9 versions & 1 rubygems