HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/faithlinkint/control-panel/plugins/ckeditor/plugins/newpage/
Upload File :
Current File : /home/islapiiu/sites/faithlinkint/control-panel/plugins/ckeditor/plugins/newpage/plugin.js
/*
 
 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
 
 For licensing, see LICENSE.md or http://ckeditor.com/license
 
 */

CKEDITOR.plugins.add("newpage", {lang:"af,ar,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn", icons:"newpage,newpage-rtl", hidpi:!0, init:function(a){a.addCommand("newpage", {modes:{wysiwyg:1, source:1}, exec:function(b){var a = this; b.setData(b.config.newpage_html || "", function(){b.focus(); setTimeout(function(){b.fire("afterCommandExec",
        {name:"newpage", command:a}); b.selectionChange()}, 200)})}, async:!0}); a.ui.addButton && a.ui.addButton("NewPage", {label:a.lang.newpage.toolbar, command:"newpage", toolbar:"document,20"})}});