Days
Hours
Minutes
Seconds
x

Froala Editor v4.2.0 is Here LEARN MORE

Skip to content

Angular 2 JS

Angular 1 JS Froala WYSIWYG Editor

Angular 2, 4, 5 and 6 Plugin

Angular 2, 4, 5 and 6 plugin for the Froala WYSIWYG HTML Editor is also available.

Installation

  1. Clone this repo or download the zip.

  2. Run bower install or Download the editor from https://froala.com/wysiwyg-editor/

  3. Load Froala WYSIWYG editor (and all desired plugins) and the angular-froala files into your project.

    • src/angular-froala.js

Update editor

With npm:

npm update froala-editor

With bower:

bower install froala-wysiwyg-editor

Usage

  1. Add the froala dependency to your Angular project. example:
    • angular.module('myApp', ['froala'])
  2. Create a textarea with the froala directive in your view and give it a model, where myHtml is a variable on $scope.
    • <textarea froala ng-model="myHtml"></textarea>

Options

Setting Defaults: to set defaults for the editor pass a config object to angular.value with the key froalaConfig like this:

angular.module('myApp', ['froala']).
    value('froalaConfig', {
        toolbarInline: false,
        placeholderText: 'Enter Text Here'
    });

From the Controller: to set options from the controller, create an options object on scope and simply pass it to the froala directive. example:

app.js

function myCtrl($scope){
    $scope.myHtml = "<h1>Hello World</h1>"
    $scope.froalaOptions = {
        toolbarButtons : ["bold", "italic", "underline", "|", "align", "formatOL", "formatUL"]
    }
}

view.html

<textarea froala="froalaOptions" ng-model="myHtml"></textarea>

You can pass any existing Froala option. Consult the Froala documentation to view the list of all the available options.

Directive Specific Option

The angular-froala directive exposes the following additional option:

  • immediateAngularModelUpdate: (default: false) This option synchronizes the angular model as soon as a key is released in the editor. Note that it may affect performances.

Methods

To use the methods available, access the editor instance from your froalaOptions object $scope.options.froalaEditor(method) and use it as described in the method docs. example:

function myCtrl($scope){
    $scope.myHtml = "";
    $scope.froalaOptions = {
        toolbarButtons : ["bold", "italic", "underline", "|", "align", "formatOL", "formatUL"],
        events: {
            'froalaEditor.initialized': function () {
                // Use the methods like this.
                $scope.froalaOptions.froalaEditor('selection.get');
            }
        }
    }
}

Events

Events can be passed in with the options, with a key events and object where the key is the event name and the value is the callback function.

Attribute

app.js

$scope.froalaOptions = {
    placeholder: "Edit Me",
    events : {
        'froalaEditor.focus' : function(e, editor) {/* ... */}
    }
}

Special tags

You can also use the editor on img, button, input and a tags:

<img froala ng-model="imgObj"/>

The model must be an object containing the attributes for your special tags. Example:

$scope.imgObj = {
    src: 'path/to/image.jpg'
};

The ng-model will change as the attributes change during usage.

  • Ng-model can contain a special attribute named innerHTML which inserts innerHTML in the element: If you are using 'button' tag, you can specify the button text like this:
$scope.buttonObj = {
    innerHTML: 'Button text'
};

As the button text is modified by the editor, the innerHTML attribute from buttonObj model will be modified too.

Specific option for special tags

  • angularIgnoreAttrs: (default: null) This option is an array of attributes that you want to ignore when the editor updates the ng-model:
$scope.inputOptions = {
    angularIgnoreAttrs: ['class', 'ng-model', 'id']
};

Manual Instantiation

Sometimes you want to control when the Froala Editor will be instantiated. The directive includes a froala-init attributes which will provide you with the controls required to initialize and close the editor.

<div froala froala-init="myControllerFunction(initControls)"></div>

Where MyControllerFunction is the name of a function in your controller which will receive an object with different methods to control the editor initialization process. It is primordial that the name of the parameter be initControls otherwise your function will not receive the controls.

The object received by the function will contain the following methods:

  • initialize: Call this method to initialize the Froala Editor
  • destroy: Call this method to destroy the Froala Editor
  • getEditor: Call this method to retrieve the editor that was created. This method will return null if the editor was not yet created

Checkout the demo file to see a working example.

screenshot 2016-02-25 16 47 15

To display content created with the froala editor use the froala-view directive. if myHtml is your model, then the following will render your content.

<div froala-view="myHtml"></div>

If you are using the old ng-bind-html that will continue to work however it still requires froala-sanitize.js to be used and not all of froala is supported with it. The updated directive does not require froala-sanitize.

Congrats all is done!

[class^="wpforms-"]
[class^="wpforms-"]
[bws_google_captcha]
<div class="gglcptch gglcptch_v2"><div id="gglcptch_recaptcha_67641555" class="gglcptch_recaptcha"></div> <noscript> <div style="width: 302px;"> <div style="width: 302px; height: 422px; position: relative;"> <div style="width: 302px; height: 422px; position: absolute;"> <iframe src="https://www.google.com/recaptcha/api/fallback?k=6Ld6lNoUAAAAAM626LfCOrnkBFJtYZAKESFCjgv_" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"></iframe> </div> </div> <div style="border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px; height: 60px; width: 300px;"> <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px !important; height: 40px !important; border: 1px solid #c1c1c1 !important; margin: 10px 25px !important; padding: 0px !important; resize: none !important;"></textarea> </div> </div> </noscript></div>
[class^="wpforms-"]
[class^="wpforms-"]
[bws_google_captcha]
<div class="gglcptch gglcptch_v2"><div id="gglcptch_recaptcha_2103573491" class="gglcptch_recaptcha"></div> <noscript> <div style="width: 302px;"> <div style="width: 302px; height: 422px; position: relative;"> <div style="width: 302px; height: 422px; position: absolute;"> <iframe src="https://www.google.com/recaptcha/api/fallback?k=6Ld6lNoUAAAAAM626LfCOrnkBFJtYZAKESFCjgv_" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"></iframe> </div> </div> <div style="border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px; height: 60px; width: 300px;"> <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px !important; height: 40px !important; border: 1px solid #c1c1c1 !important; margin: 10px 25px !important; padding: 0px !important; resize: none !important;"></textarea> </div> </div> </noscript></div>
[class^="wpforms-"]
[class^="wpforms-"]
[bws_google_captcha]
<div class="gglcptch gglcptch_v2"><div id="gglcptch_recaptcha_908364398" class="gglcptch_recaptcha"></div> <noscript> <div style="width: 302px;"> <div style="width: 302px; height: 422px; position: relative;"> <div style="width: 302px; height: 422px; position: absolute;"> <iframe src="https://www.google.com/recaptcha/api/fallback?k=6Ld6lNoUAAAAAM626LfCOrnkBFJtYZAKESFCjgv_" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"></iframe> </div> </div> <div style="border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px; height: 60px; width: 300px;"> <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px !important; height: 40px !important; border: 1px solid #c1c1c1 !important; margin: 10px 25px !important; padding: 0px !important; resize: none !important;"></textarea> </div> </div> </noscript></div>