Home
last modified time | relevance | path

Searched refs:wrapElement (Results 1 – 4 of 4) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1wrapElement(element,wrapper,attributes){if(typeof wrapper==="string"){wrapper=makeElement(wrapper,… function
5 …ntext("2d")},_initWrapperElement:function(){this.wrapperEl=fabric.util.wrapElement(this.lowerCanva…
6 …;el.width=boundingRect.width;el.height=boundingRect.height;fabric.util.wrapElement(el,"div");var c…
H A Dfabric.js2015 function wrapElement(element, wrapper, attributes) { function
2232 fabric.util.wrapElement = wrapElement;
8856 this.wrapperEl = fabric.util.wrapElement(this.lowerCanvasEl, 'div', {
11683 fabric.util.wrapElement(el, 'div');
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1263 …KEDITOR.dom.element.createFromHtml(b.template.output(f)),h,l=a.widgets.wrapElement(f,b.name),k=new…
1282 …E_ELEMENT&&k.attributes["data-cke-widget-wrapper"]&&k.replaceWith(l);a.wrapElement(h[0],h[1])}c=b.…
1283 …ement),h.type==CKEDITOR.NODE_ELEMENT&&h.data("widget")?(h.replace(f),a.wrapElement(h)):f.remove();…
1306 …d[b]):b=this.registered[a.data("widget")];if(!b)return null;var d=this.wrapElement(a,b.name);retur…
1308 c:null},wrapElement:function(a,b){var c=null,d,e;if(a instanceof CKEDITOR.dom.element){b=b||a.data(…
H A Dckeditor.js.unc25134 h, l = a.widgets.wrapElement(f, b.name),
25523 a.wrapElement(h[0], h[1])
25530 …h.type == CKEDITOR.NODE_ELEMENT && h.data("widget") ? (h.replace(f), a.wrapElement(h)) : f.remove(…
26024 var d = this.wrapElement(a, b.name);
26051 wrapElement: function(a, b) {