2.0.5 • Published 7 years ago

ng-ckeditor v2.0.5

Weekly downloads
693
License
-
Repository
github
Last release
7 years ago

ng.ckeditor

CKEditor is a ready-for-use HTML text editor designed to simplify web content creation. It's a WYSIWYG editor that brings common word processor features directly to your web pages. Enhance your website experience with our community maintained editor.

Implementation

<ng-ckeditor ng-model="htmlEditor" skin="moono" remove-buttons="Image" remove-plugins="iframe,flash,smiley" msn-count="
Number of typed characters:"></ng-ckeditor>

Parameters

NameTypeDinamicMandatoryDescription
ng-modelStringtruetrueScope of the attribute that will be the model
ng-changeFunctionfalsefalseCallback function
ng-disabledBooleantruefalseSet ckeditor to readOnly
ng-configObjectfalsefalseReceives a json object that is set to configuration object editor. This object must be created in AngularJS the controller and reported to the component.

Bower install de dependency

$ bower install ng.ckeditor --save

Module AngularJS include

angular.module('example', ["ng.ckeditor"]);

Metrics

Throughput Graph