New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ng-ckeditor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-ckeditor

Angular Module for rendering the CKEditor

latest
Source
npmnpm
Version
2.0.5
Version published
Weekly downloads
956
6.58%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Stories in Ready

CKEditor values

CKEditor is an Open source application, which means it can be modified any way you want. It benefits from an active community that is constantly evolving the application with free add-ons and a transparent development process.

Dependencies

Download make the dependencies of CKEditor + ng-CKEditor and include in your project * http://ckeditor.com/download * ng-ckeditor.min.js

cdn

https://cdnjs.cloudflare.com/ajax/libs/miamarti-ng-ckeditor/2.0.2/ng-ckeditor.min.js

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

Keywords

ckeditor

FAQs

Package last updated on 16 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts