Searched refs:xmlNode (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckxhtml.js | 120 xmlNode.attributes.setNamedItem( oXmlAtt ) ; 132 this._AppendNode( xmlNode, oNode ) ; 140 FCKDomTools.TrimNode( xmlNode ) ; 144 var lastChild = xmlNode.lastChild ; 151 if ( xmlNode.childNodes.length == 0 ) 155 this._AppendEntity( xmlNode, this._NbspEntity ) ; 156 return xmlNode ; 159 var sNodeName = xmlNode.nodeName ; 171 return xmlNode ; 174 FCKXHtml._AppendNode = function( xmlNode, htmlNode ) argument [all …]
|
H A D | fckxhtml_gecko.js | 34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument 89 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode, xmlNode ) 95 if ( headElement && xmlNode != headElement )
|
H A D | fckxhtml_ie.js | 30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 159 if (xmlNode != null) 162 this.xmlNode = xmlNode; 242 this.xmlNode = this.editor.extractGraphModel(this.xmlNode, true); 244 if (this.xmlNode != xmlNode) 336 if (this.xmlNode == null || this.xmlNode.nodeName != 'mxfile') 618 xmlNode = this.editor.extractGraphModel(xmlNode, true); 622 this.xmlNode = xmlNode; 633 if (this.xmlNode == null) 637 this.xmlNode = xmlNode; 640 this.setGraphXml(xmlNode); [all …]
|
H A D | EditorUi.js | 2840 var xmlNode = codec.encode(model); 2841 this.editor.graph.saveViewState(pages[i].viewState, xmlNode, true); 2844 xmlNode.removeAttribute('pageWidth'); 2845 xmlNode.removeAttribute('pageHeight'); 2847 diagram.appendChild(xmlNode);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 4017 …+=this.toolbarHeight);if(null!=c&&(this.xmlDocument=c.ownerDocument,this.xmlNode=c,this.xml=mxUtil… 4020 …xmlNode=this.editor.extractGraphModel(this.xmlNode,!0);this.xmlNode!=c&&(this.xml=mxUtils.getXml(t… 4022 …s.xmlNode||"mxfile"!=this.xmlNode.nodeName)this.diagrams=[];this.xmlNode!=m&&(this.diagrams=this.x… 4023 …inUpdate();try{urlParams.nav=0!=this.graphConfig.nav?"1":"0",this.editor.setGraphXml(this.xmlNode), 4030 …l(b,!0);this.xmlDocument=b.ownerDocument;this.xml=mxUtils.getXml(b);this.xmlNode=b;this.updateGrap… 4031 …setFileNode=function(b){null==this.xmlNode&&(this.xmlDocument=b.ownerDocument,this.xml=mxUtils.get…
|
H A D | viewer-static.min.js | 4017 …+=this.toolbarHeight);if(null!=c&&(this.xmlDocument=c.ownerDocument,this.xmlNode=c,this.xml=mxUtil… 4020 …xmlNode=this.editor.extractGraphModel(this.xmlNode,!0);this.xmlNode!=c&&(this.xml=mxUtils.getXml(t… 4022 …s.xmlNode||"mxfile"!=this.xmlNode.nodeName)this.diagrams=[];this.xmlNode!=m&&(this.diagrams=this.x… 4023 …inUpdate();try{urlParams.nav=0!=this.graphConfig.nav?"1":"0",this.editor.setGraphXml(this.xmlNode), 4030 …l(b,!0);this.xmlDocument=b.ownerDocument;this.xml=mxUtils.getXml(b);this.xmlNode=b;this.updateGrap… 4031 …setFileNode=function(b){null==this.xmlNode&&(this.xmlDocument=b.ownerDocument,this.xml=mxUtils.get…
|