Home
last modified time | relevance | path

Searched refs:rootNode (Results 26 – 28 of 28) sorted by last modified time

12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js729 var rootNode = null ;
738 if ( ! rootNode || listArray[currentIndex].parent.nodeName != rootNode.nodeName )
740 rootNode = listArray[currentIndex].parent.cloneNode( false ) ;
741 retval.appendChild( rootNode ) ;
744 rootNode.appendChild( currentListItem ) ;
791 rootNode = null ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js100 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
102 var data = FCKXHtml.GetXHTML( rootNode, !excludeRoot, format ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js68 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
70 var data = rootNode.innerHTML ;

12