<script type="text/javascript">//<![CDATA[ tinyMCE.init({ // Style formats style_formats : [ {title : 'Bold text', inline : 'b'}, {title : 'Red text', inline : 'span', styles : {color : '#ff0000'}}, {title : 'Red header', block : 'h1', styles : {color : '#ff0000'}}, {title : 'Example 1', inline : 'span', classes : 'example1'}, {title : 'Example 2', inline : 'span', classes : 'example2'}, {title : 'Table styles'}, {title : 'Table row 1', selector : 'tr', classes : 'tablerow1'} ] });//]]></script>
αλλα νομιζα οτι μπορω να τα βαλω καπου μεσα στο index.php ειτε πανω ή κατω απο το initeditor.
όσο για τα λινκ που δίνεις δεν είναι άμεσα εφαρμόσιμα όσα λένε
Οταν εγραψες για τις γραμμες στο mambots/eitors/tinymce.php, μηπως μπορω να βαλω τα κωδικα σαν script εκει;
$out .= 'theme_advanced_buttons2 : "'.$strRowTwo.'",'._LEND; $out .= 'theme_advanced_buttons3 : "'.$strRowThree.'",'._LEND; $out .= 'theme_advanced_buttons4 : "'.$strRowFour.'",'._LEND;// here starts your script $out .= 'style_formats : ['._LEND; $out .= '{title : \'Bold text\', inline : \'b\'},'._LEND; $out .= '{title : \'Red text\', inline : \'span\', styles : {color : \'#ff0000\'}},'._LEND; $out .= '{title : \'Red header\', block : \'h1\', styles : {color : \'#ff0000\'}},'._LEND; $out .= '{title : \'Example 1\', inline : \'span\', classes : \'example1\'},'._LEND; $out .= '{title : \'Example 2\', inline : \'span\', classes : \'example2\'},'._LEND; $out .= '{title : \'Table styles\'},'._LEND; $out .= '{title : \'Table row 1\', selector : \'tr\', classes : \'tablerow1\'}'._LEND; $out .= '],'._LEND;// end of your script.. $out .= $content_css; $out .= "});\n"; $out .= "</script>\n"; return $out;}