Sha256: a9cfef6d63d18e61756e13ef031c26293e00c3cdbaf276c48bbc550cacc7ab78
Contents?: true
Size: 731 Bytes
Versions: 6
Compression:
Stored size: 731 Bytes
Contents
// Copy this file into your project and configure the editor from here CKEDITOR.stylesSet.add( 'default', [ // Block Styles { name : 'Blue Title' , element : 'h3', styles : { 'color' : 'Blue' } }, { name : 'Red Title' , element : 'h3', styles : { 'color' : 'Red' } }, // Inline Styles { name : 'Marker: Yellow' , element : 'span', styles : { 'background-color' : 'Yellow' } }, { name : 'Marker: Green' , element : 'span', styles : { 'background-color' : 'Lime' } }, // Object Styles { name : 'Image on Left', element : 'img', attributes : { 'style' : 'padding: 5px; margin-right: 5px', 'border' : '2', 'align' : 'left' } } ] );
Version data entries
6 entries across 6 versions & 1 rubygems