Lines Matching refs:currentBlock
225 FCKEnterKey.prototype._ExecuteBackspace = function( range, previous, currentBlock ) argument
230 …if ( !previous && currentBlock && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode…
232 this._OutdentWithSelection( currentBlock, range ) ;
247 if ( previous && currentBlock )
250 if ( currentBlock.nodeName.IEquals( 'LI' ) && !previous.nodeName.IEquals( 'LI' ) )
252 this._OutdentWithSelection( currentBlock, range ) ;
257 var oCurrentParent = currentBlock.parentNode ;
268 FCKDomTools.RemoveNode( currentBlock ) ;
279 FCKDomTools.LTrimNode( currentBlock ) ;
294 if ( ! currentBlock.tagName.IEquals( [ 'TABLE' ] ) )
295 FCKDomTools.MoveChildren( currentBlock, previous ) ;