Home
last modified time | relevance | path

Searched refs:ignoreEndBRs (Results 1 – 2 of 2) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js37 TrimNode : function( node, ignoreEndBRs ) argument
40 this.RTrimNode( node, ignoreEndBRs ) ;
69 RTrimNode : function( node, ignoreEndBRs ) argument
78 …if ( eChildNode.nodeName.toUpperCase() == 'BR' && ( ignoreEndBRs || eChildNode.getAttribute( 'type…
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckdomrange.js138 CheckIsEmpty : function( ignoreEndBRs ) argument
147 FCKDomTools.TrimNode( eToolDiv, ignoreEndBRs ) ;