Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Openfield Creative 62 posts 222 karma points
    May 21, 2015 @ 19:46
    Openfield Creative
    0

    Enabling features for tinyMCE table plugin

    I'm trying to get back a couple of features from the table plugin in tinyMCE that were there in v6 but missing in v7, primarily the advanced tab and the class dropdown. Using this link http://www.tinymce.com/wiki.php/Configuration, I was able to find the options but adding them to the tinyMCE config doesn't seem to be working.

    I was able to add the status bar to tinyMCE using

    <config key="path">true</config>
    <config key="statusbar">true</config>
    <config key="statusbar_location">bottom</config>
    

    and I'm using this for the table features:

    <config key="table_advtab">true</config>
    <config key="table_class_list">
        [
        {title: 'None', value: ''},
        {title: 'Dog', value: 'dog'},
        {title: 'Cat', value: 'cat'}
    ]
    </config>
    

    Is there anything that someone can spot that I'm doing wrong or are these features just not supported in v7

    Thanks,

    Owen

Please Sign in or register to post replies

Write your reply to:

Draft