Days
Hours
Minutes
Seconds
x

New Froala Editor v5.0.0 is here – Learn More

Skip to content
Froala Documentation

Links

Init On Link

Using the link.min.js plugin it is possible to initialize the WYSIWYG HTML editor only on a link.

Try it yourself:


Edit in JSFiddle

HTML

<p>The rich text editor will be initialized only on this following link: <a id="froala-editor" href="https://awsstage.froala.com/wysiwyg-editor">Froala WYSIWYG HTML editor website</a></p>

JAVASCRIPT

<script>
  new FroalaEditor('a#froala-editor', {
    events: {
      contentChanged: function () {
        console.log ('content changed');
      }
    }
  })
</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.