Home
last modified time | relevance | path

Searched refs:xmlNode (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js120 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 Dfckxhtml_gecko.js34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument
89 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode, xmlNode )
95 if ( headElement && xmlNode != headElement )
H A Dfckxhtml_ie.js30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js159 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 DEditorUi.js2840 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 Dviewer.min.js4017 …+=this.toolbarHeight);if(null!=c&&(this.xmlDocument=c.ownerDocument,this.xmlNode=c,this.xml=mxUtil…
4020xmlNode=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 Dviewer-static.min.js4017 …+=this.toolbarHeight);if(null!=c&&(this.xmlDocument=c.ownerDocument,this.xmlNode=c,this.xml=mxUtil…
4020xmlNode=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…