Home
last modified time | relevance | path

Searched refs:specificDefinition (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js885 …n:function(a){this.isIndent=!!a;this.startDisabled=!this.isIndent},specificDefinition:function(a,b… method in CKEDITOR.plugins.indent
886 …ion.prototype={context:"p",exec:function(){}};CKEDITOR.plugins.indent.specificDefinition.prototype=
889 …d("indentblock",{requires:"indent",init:function(k){function d(){h.specificDefinition.apply(this,a…
892 …lock:new d(k,"outdentblock")});CKEDITOR.tools.extend(d.prototype,h.specificDefinition.prototype,{c…
897 …d("indentlist",{requires:"indent",init:function(b){function c(b){e.specificDefinition.apply(this,a…
899 …tlist:new c(b,"outdentlist")});CKEDITOR.tools.extend(c.prototype,e.specificDefinition.prototype,{c…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js962 this.startDisabled=!this.isIndent},specificDefinition:function(a,b,e){this.name=b;this.editor=a;thi… method in CKEDITOR.plugins.indent
963 ….prototype={context:"p",exec:function(){}};CKEDITOR.plugins.indent.specificDefinition.prototype={e… class in CKEDITOR.plugins.indent
965 …add("indentblock",{requires:"indent",init:function(b){function c(){a.specificDefinition.apply(this,
969 CKEDITOR.tools.extend(c.prototype,a.specificDefinition.prototype,{context:{div:1,dl:1,h1:1,h2:1,h3:…
973 …add("indentlist",{requires:"indent",init:function(f){function g(f){k.specificDefinition.apply(this,
975 …tlist:new g(f,"outdentlist")});CKEDITOR.tools.extend(g.prototype,k.specificDefinition.prototype,{c…
H A Dckeditor.js.unc19051 specificDefinition: function(a, b, e) {
19081 CKEDITOR.plugins.indent.specificDefinition.prototype = {
19139 a.specificDefinition.apply(this,
19202 CKEDITOR.tools.extend(c.prototype, a.specificDefinition.prototype, {
19299 k.specificDefinition.apply(this,
19326 CKEDITOR.tools.extend(g.prototype, k.specificDefinition.prototype, {