CKEDITOR.stylesSet - CKEditor 3 JavaScript API Documentation

CKEDITOR.stylesSet - CKEditor 3 JavaScript API Documentation

瀏覽:966
日期:2025-06-11
// The set of styles for the Styles combo CKEDITOR.stylesSet.add( 'default', [ // Block Styles { name : 'Blue Title' , element : 'h3', styles : { 'color' : 'Blue' } }, { name : 'Red Title' , element : 'h3', styles : { 'color' : 'Red' } }, // Inline Styles...看更多