Searched refs:ignoreEndBRs (Results 1 – 2 of 2) sorted by relevance
37 TrimNode : function( node, ignoreEndBRs ) argument40 this.RTrimNode( node, ignoreEndBRs ) ;69 RTrimNode : function( node, ignoreEndBRs ) argument78 …if ( eChildNode.nodeName.toUpperCase() == 'BR' && ( ignoreEndBRs || eChildNode.getAttribute( 'type…
138 CheckIsEmpty : function( ignoreEndBRs ) argument147 FCKDomTools.TrimNode( eToolDiv, ignoreEndBRs ) ;