Sha256: 59561be7c8b72b8cd1d51677a3d3ba3ecadb1e770f9074d8c1151a8fe7742e0d
Contents?: true
Size: 1.09 KB
Versions: 9
Compression:
Stored size: 1.09 KB
Contents
// Default configuration for the CKeditor in BrowseCMS projects. CKEDITOR.config.toolbar_CMS = [ ['Source','-','Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker','Scayt','-','Undo','Redo','Find','Replace','RemoveFormat','-','NumberedList','BulletedList','Outdent','Indent','HorizontalRule'], '/', ['Link','Unlink','Anchor','Image','Table','SpecialChar','-','Bold','Italic','Underline','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','TextColor','Styles'] ]; CKEDITOR.config.toolbar_CMSForms = [ ['Source','-','Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker','Scayt','-','Undo','Redo','Find','Replace','RemoveFormat','-','NumberedList','BulletedList','Outdent','Indent','HorizontalRule'], '/', ['Link','Unlink','Anchor','Image','Table','SpecialChar','Bold','Italic','Underline','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','TextColor','Styles'], '/', ['TextField','Select','Checkbox','Radio','Textarea','Button','ImageButton','HiddenField'] ]; CKEDITOR.config.width = 598 CKEDITOR.config.height = 400 CKEDITOR.config.toolbar = 'CMS'
Version data entries
9 entries across 9 versions & 1 rubygems