5 Star 16 Fork 9

胡晋/angular-ueditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
angular-ueditor =============== **angular-ueditor** is a prot of Baidu [UEditor](http://ueditor.baidu.com) The goal is to use UEditor whit angular easier ## Demo http://zqjimlove.github.io/angular-ueditor/ ## Installation Include both the `javascript` file of [UEditor](http://ueditor.baidu.com): ```html <script type="text/javascript" src="/ueditor/ueditor.config.js"></script> <script type="text/javascript" src="/ueditor/ueditor.all.js"></script> ``` Grab the latest release and `javascript` file: ```html <script type="text/javascript" src="angular-ueditor.js"></script> ``` Then add `angular-ueditor` to your modules dependencies: ```js angular.module('app', ['ng.ueditor']) ``` ## Bower install **You should include the `javascript` file of [UEditor](http://ueditor.baidu.com) by yourself,because the UEDitor not in Bower** ```Shell bower install angular-ueditor --save ``` ## Usage #### Basic usage **Must bind `NgModel`** ```html <div class="ueditor" ng-model="content"></div> ``` #### Editor customization You can customize the UEditor by [UE start config](http://fex-team.github.io/ueditor/#start-config) ```html <div class="ueditor" config="config" ng-model="content"></div> ... <script> $scope.config = { ... } </script> ``` ## Method #### `ready(listener)` Registers a listener callback to be executed whenever the editor ready. ##### Parameters parame |type |Details -------------|-----------------------------|------- listener |function(editor) |Callback called whenever the editor ready. ##### Example ```html <div class="ueditor" ready="ready" ng-model="content"></div> ... <script type="text/javascript"> $scope.ready = function(editor){ alert(editor.getContent()); } </script> ``` ## Building If you want to build from master, you need to: ```Shell npm install grunt ``` ## Test ```Shell npm install npm test ``` ## License Mit License: http://www.opensource.org/licenses/mit-license.php

简介

Angular port for Baidu UEditor 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/inhu/angular-ueditor.git
git@gitee.com:inhu/angular-ueditor.git
inhu
angular-ueditor
angular-ueditor
master

搜索帮助

D1d26d21 1850385 D1bef801 1850385