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 84 posts 210 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies