Home
last modified time | relevance | path

Searched refs:getPreviousSourceNode (Results 1 – 5 of 5) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
Dplugin.js109 prevNode = prevNode.getPreviousSourceNode();
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
Dplugin.js109 prevNode = prevNode.getPreviousSourceNode();
/plugin/ckgdoku/ckeditor/
Dckeditor.js68getPreviousSourceNode:function(a,f,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!… method
124 …CKEDITOR.NODE_ELEMENT&&(c=0<f?c.getChild(f-1):!1===m(c,!0)?null:c.getPreviousSourceNode(!0,k,m)):(…
131 …DITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(h(…
144 …LEMENT)if(e=a.getChildCount(),e>c)a=a.getChild(c);else if(1>e)a=a.getPreviousSourceNode();else{for…
145 …T)if(e=b.getChildCount(),e>d)b=b.getChild(d).getPreviousSourceNode(!0);else if(1>e)b=b.getPrevious…
1092 …).getLast();h=h.getPreviousSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!c)if(!e&&h.equals(this)){if(…
1138 …h=h.endNode;if(k&&k.is&&k.is(e)){for(var l=k.getAscendant("table",!0),m=k.getPreviousSourceNode(!1,
1139 …ion(a){return!k.contains(a)&&a.is&&a.is("td","th")};m&&!p(m);)m=m.getPreviousSourceNode(!1,CKEDITO…
/plugin/ckgedit/ckeditor/
Dckeditor.js79 …!a||b&&!1===b(a)?null:d&&d!=a.type?a.getNextSourceNode(!1,d,b):a},getPreviousSourceNode:function(a… method
80 …null;a=f.getPrevious()}return!a||b&&!1===b(a)?null:d&&a.type!=d?a.getPreviousSourceNode(!1,d,b):a}…
139 (e=0<y?e.getChild(y-1):!1===g(e,!0)?null:e.getPreviousSourceNode(!0,r,g)):(e=d,e.type==CKEDITOR.NOD…
146 …DITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(p(…
160 …LEMENT)if(f=a.getChildCount(),f>c)a=a.getChild(c);else if(1>f)a=a.getPreviousSourceNode();else{for…
161 f>d)b=b.getChild(d).getPreviousSourceNode(!0);else if(1>f)b=b.getPreviousSourceNode();else{for(b=b.…
1163 …).getLast();a=a.getPreviousSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!f)if(!c&&a.equals(this)){if(…
1214 …n.getPreviousSourceNode(!1,CKEDITOR.NODE_ELEMENT,q),r=!1,t=function(a){return!n.contains(a)&&a.is&…
Dckeditor.js.unc1918 getPreviousSourceNode: function(a, d, b) {
1936 … return !a || b && !1 === b(a) ? null : d && a.type != d ? a.getPreviousSourceNode(!1, d, b) : a
2996 g = a ? "getPreviousSourceNode" : "getNextSourceNode";
3017 …(e = 0 < y ? e.getChild(y - 1) : !1 === h(e, !0) ? null : e.getPreviousSourceNode(!0, t, h)) : (e …
3189 do a = a.getPreviousSourceNode(); while (n(a));
3457 else if (1 > f) a = a.getPreviousSourceNode();
3465 f > d) b = b.getChild(d).getPreviousSourceNode(!0);
3466 else if (1 > f) b = b.getPreviousSourceNode();
22922 …c, d, e = 0, b, a = this.getDocument().getBody().getLast(); a = a.getPreviousSourceNode(!1, CKEDIT…
22926 if (!(a = a.getPreviousSourceNode(!0, CKEDITOR.NODE_ELEMENT))) break;
[all …]