Searched refs:XMLNS_R (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 626 root.setAttributeNS('http://www.w3.org/2000/xmlns/', "xmlns:r", that.XMLNS_R); 722 pagesRoot.setAttributeNS('http://www.w3.org/2000/xmlns/', "xmlns:r", that.XMLNS_R); 745 relE.setAttributeNS(that.XMLNS_R, "r:id", "rId" + i); 822 relationship.setAttribute("Type", that.XMLNS_R + "/image"); 993 VsdxExport.prototype.XMLNS_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships… method in VsdxExport
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1045 …s",E.XMLNS);g.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:r",E.XMLNS_R);var n=e(c,E.XMLN… 1048 …s",E.XMLNS);k.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:r",E.XMLNS_R);var x=e(w,E.RELS… 1049 …pendChild(b("DrawingScale",1,f));B=e(f,E.XMLNS,"Rel");B.setAttributeNS(E.XMLNS_R,"r:id","rId"+A);v… 1052 f.length;w++)d=e(g,E.RELS_XMLNS,"Relationship"),d.setAttribute("Type",E.XMLNS_R+"/image"),d.setAttr… 1055 …ionships";VsdxExport.prototype.XML_SPACE="preserve";VsdxExport.prototype.XMLNS_R="http://schemas.o… method in VsdxExport
|