24 lip 2008

Uruchomienie tinyMCE zmożliwością edycji tabel

<script language="javascript" type="text/javascript" src="../edytor/jscripts/tiny_mce/tiny_mce.js"></script>
tinyMCE.init({
    mode: "exact",
    elements: "strona_fragment",
    theme: "simple"
  });

  tinyMCE.init({
    mode: "exact",
    elements: "strona_tresc",
    theme: "advanced", theme_advanced_styles
      theme_advanced_buttons3_add: "separator,fullscreen",
    theme_advanced_buttons3_add_before: "tablecontrols,separator",
    theme_advanced_styles: "Tabela Podstawowa=table",
    plugins: "advimage, fullscreen, table",
    external_image_list_url: "../edytor/example_image_list.js"
  });

za edycję tabel odpowiada plugins table

plugins: "advimage, fullscreen, table",