Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml.js100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument
120 xmlNode.attributes.setNamedItem( oXmlAtt ) ;
126 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument
132 this._AppendNode( xmlNode, oNode ) ;
140 FCKDomTools.TrimNode( xmlNode ) ;
144 var lastChild = xmlNode.lastChild ;
146 this._AppendEntity( xmlNode, this._NbspEntity ) ;
151 if ( xmlNode.childNodes.length == 0 )
155 this._AppendEntity( xmlNode, this._NbspEntity ) ;
156 return xmlNode ;
[all …]
Dfckxhtml_gecko.js34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument
89 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode, xmlNode )
95 if ( headElement && xmlNode != headElement )
Dfckxhtml_ie.js30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js98 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument
118 xmlNode.attributes.setNamedItem( oXmlAtt ) ;
124 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument
137 if ( this._AppendNode( xmlNode, oNode ) )
147 this._AppendEntity( xmlNode, this._NbspEntity ) ;
148 return xmlNode ;
151 var sNodeName = xmlNode.nodeName ;
160 xmlNode.appendChild( this.XML.createTextNode('') ) ;
163 return xmlNode ;
166 FCKXHtml._AppendNode = function( xmlNode, htmlNode ) argument
[all …]
Dfckxhtml_gecko.js34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument
Dfckxhtml_ie.js30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
/plugin/diagramsnet/lib/js/diagramly/
DGraphViewer.js8 GraphViewer = function(container, xmlNode, graphConfig) argument
10 this.init(container, xmlNode, graphConfig);
118 GraphViewer.prototype.init = function(container, xmlNode, graphConfig) argument
159 if (xmlNode != null)
161 this.xmlDocument = xmlNode.ownerDocument;
162 this.xmlNode = xmlNode;
163 this.xml = mxUtils.getXml(xmlNode);
242 this.xmlNode = this.editor.extractGraphModel(this.xmlNode, true);
244 if (this.xmlNode != xmlNode)
246 this.xml = mxUtils.getXml(this.xmlNode);
[all …]
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/
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…
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…