Home
last modified time | relevance | path

Searched refs:CheckEndOfBlock (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrangeiterator.js229 && range.CheckEndOfBlock() )
253 if ( !range.CheckStartOfBlock() || !range.CheckEndOfBlock() )
H A Dfckenterkey.js174 var bEndOfBlock = oRange.CheckEndOfBlock() ;
334 if ( oRange.CheckIsCollapsed() && oRange.CheckEndOfBlock( FCKBrowserInfo.IsGeckoLike ) )
496 var bIsEndOfBlock = oRange.CheckEndOfBlock() ;
H A Dfckdomrange.js214 CheckEndOfBlock : function( refreshSelection ) method in FCKDomRange
683 var bIsEndOfBlock = ( eEndBlock != null && this.CheckEndOfBlock() ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 … (C.CheckStartOfBlock()) C.MoveToPosition(C.StartBlock,3);else if (C.CheckEndOfBlock()) C.MoveToPo…
66CheckEndOfBlock:function(A){var B=this._Cache.IsEndOfBlock;if (B!=undefined) return B;var C=this.E… method in FCKDomRange
68CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlocks&&A.nodeName.toLowerCa…
71CheckEndOfBlock();B.DeleteContents();if (H!=I){B.SetStart(I,1);B.SetEnd(I,1);};B.Select();A=(H==I)…
H A Dfckeditorcode_ie.js32 … (C.CheckStartOfBlock()) C.MoveToPosition(C.StartBlock,3);else if (C.CheckEndOfBlock()) C.MoveToPo…
70CheckEndOfBlock:function(A){var B=this._Cache.IsEndOfBlock;if (B!=undefined) return B;var C=this.E… method in FCKDomRange
72CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlocks&&A.nodeName.toLowerCa…
75CheckEndOfBlock();B.DeleteContents();if (H!=I){B.SetStart(I,1);B.SetEnd(I,1);};B.Select();A=(H==I)…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js56CheckEndOfBlock:function(A){var B=this._Cache.IsEndOfBlock;if (B!=undefined) return B;var C=this.C… method in FCKDomRange
58CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlocks&&A.nodeName.toLowerCa…
61CheckEndOfBlock();B.DeleteContents();if (F!=G){B.SetStart(G,1);B.SetEnd(G,1);};B.Select();A=(F==G)…
H A Dfckeditorcode_gecko.js55CheckEndOfBlock:function(A){var B=this._Cache.IsEndOfBlock;if (B!=undefined) return B;var C=this.C… method in FCKDomRange
57CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlocks&&A.nodeName.toLowerCa…
60CheckEndOfBlock();B.DeleteContents();if (F!=G){B.SetStart(G,1);B.SetEnd(G,1);};B.Select();A=(F==G)…