//The name and element values are required, while other values are optional.
CKEDITOR.stylesSet.add( 'plinn_styles', [
- { name: 'Coins arrondis',
+ { name: 'Bloc arrondi',
element: 'div',
- attributes : {'class' : 'news_box'}
+ attributes : {'class' : 'rounded-corners'}
},
- { name: 'cellule arrondie',
+ { name: 'Cellule arrondie',
element: 'td',
- attributes : {'class' : 'news_box'}
+ attributes : {'class' : 'rounded-corners'}
},
+ { name: 'Image arrondie',
+ element: 'img',
+ attributes : {'class' : 'rounded-corners'}
+ },
+
]);