Can't get Table plugin to appear in TinyMCE
Permalink
Hi,
Trying set up a simplified TinyMCE for my client, but I can't get the table options to show unless I enable 'Advanced' in the Admin end of C5.
Here's the code I'm using, can anyone see a problem with it? Everything else is working, just not the table plugin.
Thanks,
osu
Trying set up a simplified TinyMCE for my client, but I can't get the table options to show unless I enable 'Advanced' in the Admin end of C5.
Here's the code I'm using, can anyone see a problem with it? Everything else is working, just not the table plugin.
Thanks,
osu
theme : "concrete", plugins: "spellchecker,safari,advlink,table", editor_selector : "advancedEditor", spellchecker_languages : "+English=en", theme_concrete_buttons1 : "bold,italic,underline,|,hr,|,pastetext,styleselect,formatselect", theme_concrete_buttons2 : "bullist,numlist,|,undo,redo,|,link,unlink,anchor,image", theme_concrete_blockformats : "p,h1,h2,h3,h4", theme_concrete_toolbar_align : "left", theme_concrete_fonts : "Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats", theme_concrete_font_sizes : "1,2,3,4,5,6,7", theme_concrete_styles: "Note=ccm-note", spellchecker_languages : "+English=en" /* // Use the advanced theme for more than two rows of content plugins: "inlinepopups,spellchecker,safari,advlink,table,advhr,xhtmlxtras,emotions,insertdatetime,paste,visualchars,nonbreaking,pagebreak,style",
Viewing 15 lines of 22 lines. View entire code block.