Home
last modified time | relevance | path

Searched refs:htmlNode (Results 1 – 8 of 8) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml_ie.js30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
32 var aAttributes = htmlNode.attributes ;
49 … sAttValue = htmlNode.style.cssText.replace( FCKRegexLib.StyleProperties, FCKTools.ToLowerCase ) ;
66 sAttValue = htmlNode.getAttribute( sAttName, 2 ) ;
75 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode ) argument
82 var sHttpEquiv = htmlNode.outerHTML.match( FCKRegexLib.MetaHttpEquiv ) ;
95 FCKXHtml.TagProcessors['font'] = function( node, htmlNode )
100 node = FCKXHtml._AppendChildNodes( node, htmlNode ) ;
106 FCKXHtml.TagProcessors['input'] = function( node, htmlNode )
108 if ( htmlNode.name )
[all …]
Dfckxhtml.js124 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument
129 FCKDomTools.TrimNode( htmlNode, true ) ;
133 var oNode = htmlNode.firstChild ;
166 FCKXHtml._AppendNode = function( xmlNode, htmlNode ) argument
168 if ( !htmlNode )
171 switch ( htmlNode.nodeType )
178 if ( htmlNode.getAttribute('_fckfakelement') )
179 return FCKXHtml._AppendNode( xmlNode, FCK.GetRealElement( htmlNode ) ) ;
182 if ( FCKBrowserInfo.IsGecko && htmlNode.hasAttribute('_moz_editor_bogus_node') )
187 if ( htmlNode.getAttribute('_fcktemp') )
[all …]
Dfckxhtml_gecko.js34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument
36 var aAttributes = htmlNode.attributes ;
61 …sAttValue = htmlNode.getAttribute( sAttName, 2 ) ; // We must use getAttribute to get it exactly a…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml_ie.js30 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node, nodeName ) argument
32 var aAttributes = htmlNode.attributes ;
50 var data = FCKTools.ProtectFormStyles( htmlNode ) ;
51 … sAttValue = htmlNode.style.cssText.replace( FCKRegexLib.StyleProperties, FCKTools.ToLowerCase ) ;
52 FCKTools.RestoreFormStyles( htmlNode, data ) ;
76 sAttValue = htmlNode.getAttribute( sAttName, 2 ) ;
85 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode ) argument
92 var sHttpEquiv = htmlNode.outerHTML.match( FCKRegexLib.MetaHttpEquiv ) ;
105 FCKXHtml.TagProcessors['font'] = function( node, htmlNode )
110 node = FCKXHtml._AppendChildNodes( node, htmlNode ) ;
[all …]
Dfckxhtml.js126 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument
128 var oNode = htmlNode.firstChild ;
138 if ( isBlockElement && htmlNode.tagName && htmlNode.tagName.toLowerCase() != 'pre' )
174 FCKXHtml._AppendNode = function( xmlNode, htmlNode ) argument
176 if ( !htmlNode )
179 switch ( htmlNode.nodeType )
186 && htmlNode.tagName.toLowerCase() == 'br'
187 && htmlNode.parentNode.tagName.toLowerCase() == 'pre' )
190 if ( htmlNode == htmlNode.parentNode.firstChild )
197 if ( htmlNode.getAttribute('_fckfakelement') )
[all …]
Dfckxhtml_gecko.js34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument
36 var aAttributes = htmlNode.attributes ;
65 …sAttValue = htmlNode.getAttribute( sAttName, 2 ) ; // We must use getAttribute to get it exactly a…
78 FCKXHtml.TagProcessors['head'] = function( node, htmlNode ) argument
82 node = FCKXHtml._AppendChildNodes( node, htmlNode, true ) ;
89 FCKXHtml.TagProcessors['meta'] = function( node, htmlNode, xmlNode )
91 if ( htmlNode.parentNode.nodeName.toLowerCase() != 'head' )
97 delete htmlNode._fckxhtmljob ;
98 FCKXHtml._AppendNode( headElement, htmlNode ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
Dfckplugin.js179 FCKXHtml.TagProcessors['span'] = function( node, htmlNode ) argument
181 if ( htmlNode._fckplaceholder )
182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
184 FCKXHtml._AppendChildNodes( node, htmlNode, false ) ;
/plugin/grensladawritezor/fckeditor/editor/plugins/placeholder/
Dfckplugin.js179 FCKXHtml.TagProcessors['span'] = function( node, htmlNode ) argument
181 if ( htmlNode._fckplaceholder )
182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
184 FCKXHtml._AppendChildNodes( node, htmlNode, false ) ;