Copied to clipboard

Flag this post as spam?

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


  • BJ Patel 80 posts 206 karma points
    Sep 06, 2017 @ 12:47
    BJ Patel
    0

    Inject <thead> default with table in tinymce

    I'm using Umbraco as the CMS, 7.6 - Umbraco.TinyMCEv3

    enter image description here

    So when using insert Table will create HTML something like following

    <table class="defaultClasssName">
    <tbody>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    

    But now how can I configure to add default when the table is created? Like

    <table  class="defaultClasssName">
        <thead>
            <tr>…</tr>
          </thead>
        <tbody>
        <tr>
        <td> </td>
        <td> </td>
        <td> </td>
        </tr>
    

    Thanks

    BJ

Please Sign in or register to post replies

Write your reply to:

Draft