Days
Hours
Minutes
Seconds
x

New Froala Editor v5.0.0 is here โ€“ Learn More

Skip to content
Froala Documentation

Miscellaneous

Line Breaker

Using the line_breaker.min.js plugin it is possible to insert a new paragraph between HTML elements where the cursor cannot be placed.

Try it yourself:


There are 2 options related to the line breaker:

  • lineBreakerTags - the list of HTML tags between which the line-breaker should appear..
  • lineBreakerOffset - the distance in pixels from the top or bottom of an element at which to show the line-breaker.

Edit in JSFiddle

HTML

<div id="froala-editor">
  <table style="width: 100%;">
    <tbody>
      <tr>
        <td style="width: 25%;"></td>
        <td style="width: 25%;">
          <table style="width: 100%;">
            <tbody>
              <tr>
                <td style="width: 50%;"></td>
                <td style="width: 50%;"></td>
              </tr>
              <tr>
                <td style="width: 50%;"></td>
                <td style="width: 50%;"></td>
              </tr>
            </tbody>
          </table>
        </td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
      </tr>
      <tr>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
      </tr>
    </tbody>
  </table>

  <hr/>

  <table style="width: 100%;">
    <tbody>
      <tr>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
      </tr>
      <tr>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
        <td style="width: 25%;"></td>
      </tr>
    </tbody>
  </table>
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor');
</script>
Sign up

Download the code by signing up for our newsletter

Sign up

Download the code by signing up for our newsletter

Note: By registering, you confirm that you agree to the processing of your personal data by Froala, Inc. - Froala as described in the Privacy Statement. Froala, Inc. - Froala is part of the Idera group and may share your information with its parent company Idera, Inc., and its affiliates. For further details on how your data is used, stored, and shared, please review our Privacy Statement.