Searched refs:specificDefinition (Results 1 – 1 of 1) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 957 this.startDisabled=!this.isIndent},specificDefinition:function(a,b,e){this.name=b;this.editor=a;thi… method 958 ….prototype={context:"p",exec:function(){}};CKEDITOR.plugins.indent.specificDefinition.prototype={e… 960 …add("indentblock",{requires:"indent",init:function(b){function c(){a.specificDefinition.apply(this, 964 CKEDITOR.tools.extend(c.prototype,a.specificDefinition.prototype,{context:{div:1,dl:1,h1:1,h2:1,h3:… 968 …add("indentlist",{requires:"indent",init:function(f){function g(f){k.specificDefinition.apply(this, 970 …tlist:new g(f,"outdentlist")});CKEDITOR.tools.extend(g.prototype,k.specificDefinition.prototype,{c…
|