comparison media/js/tiny_mce/plugins/legacyoutput/editor_plugin_src.js @ 217:237710206167

Update TinyMCE to 3.3.6
author Brian Neal <bgneal@gmail.com>
date Tue, 01 Jun 2010 04:49:29 +0000
parents 149c3567fec1
children
comparison
equal deleted inserted replaced
216:fe900598f81c 217:237710206167
53 } 53 }
54 }, 54 },
55 55
56 // Setup font elements for colors as well 56 // Setup font elements for colors as well
57 forecolor : {inline : 'font', styles : {color : '%value'}}, 57 forecolor : {inline : 'font', styles : {color : '%value'}},
58 hilitecolor : {inline : 'font', styles : {backgroundColor : '%value'}}, 58 hilitecolor : {inline : 'font', styles : {backgroundColor : '%value'}}
59 }); 59 });
60 60
61 // Force parsing of the serializer rules 61 // Force parsing of the serializer rules
62 serializer._setup(); 62 serializer._setup();
63 63