I wonder if we can do something like this in CK Editor 4.4.5 and above for object style in style.js.
{ name: 'Compact table3', [{element: 'table', attributes: { cellpadding: '5', cellspacing: '0', border: '1', bordercolor: '#ccc' }, styles: { 'border-collapse': 'collapse' } }, {element: 'td', attributes: { width:'50ox', class:'myclass' }, styles: { 'color': 'red' } }] }
Wed, 12/03/2014 - 23:55
#1