Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_ie.js32 var aAttributes = htmlNode.attributes ;
50 var data = FCKTools.ProtectFormStyles( htmlNode ) ;
52 FCKTools.RestoreFormStyles( htmlNode, data ) ;
110 node = FCKXHtml._AppendChildNodes( node, htmlNode ) ;
118 if ( htmlNode.name )
153 var sShape = htmlNode.getAttribute( 'shape', 2 ) ;
163 if ( htmlNode.htmlFor.length > 0 )
173 …if ( htmlNode.acceptCharset && htmlNode.acceptCharset.length > 0 && htmlNode.acceptCharset != 'UNK…
178 var nameAtt = htmlNode.attributes['name'] ;
191 if ( htmlNode.name )
[all …]
H A Dfckxhtml.js128 var oNode = htmlNode.firstChild ;
138 if ( isBlockElement && htmlNode.tagName && htmlNode.tagName.toLowerCase() != 'pre' )
176 if ( !htmlNode )
179 switch ( htmlNode.nodeType )
190 if ( htmlNode == htmlNode.parentNode.firstChild )
216 if ( htmlNode.scopeName && htmlNode.scopeName != 'HTML' && htmlNode.scopeName != 'FCK' )
233 if ( htmlNode._fckxhtmljob && htmlNode._fckxhtmljob == FCKXHtml.CurrentJobNum )
260 if ( htmlNode.parentNode && htmlNode.parentNode.nodeName.IEquals( 'pre' ) )
328 a : function( node, htmlNode ) argument
331 if ( htmlNode.innerHTML.Trim().length == 0 && !htmlNode.name )
[all …]
H A 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/
H A 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 ) ;