Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckenterkey.js132 var bEndOfBlock = oRange.CheckEndOfBlock() ;
264 if ( oRange.CheckIsCollapsed() && oRange.CheckEndOfBlock( FCKBrowserInfo.IsGecko ) )
311 var bIsEndOfBlock = oRange.CheckEndOfBlock() ;
440 var bIsEndOfBlock = oRange.CheckEndOfBlock() ;
Dfckdomrange.js170 CheckEndOfBlock : function( refreshSelection ) method in FCKDomRange
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdomrangeiterator.js229 && range.CheckEndOfBlock() )
253 if ( !range.CheckStartOfBlock() || !range.CheckEndOfBlock() )
Dfckenterkey.js174 var bEndOfBlock = oRange.CheckEndOfBlock() ;
334 if ( oRange.CheckIsCollapsed() && oRange.CheckEndOfBlock( FCKBrowserInfo.IsGeckoLike ) )
496 var bIsEndOfBlock = oRange.CheckEndOfBlock() ;
Dfckdomrange.js214 CheckEndOfBlock : function( refreshSelection ) method in FCKDomRange
683 var bIsEndOfBlock = ( eEndBlock != null && this.CheckEndOfBlock() ) ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js51 …||A.StartBlockLimit,1);var B=A.CheckIsEmpty();A.Release();return B;},CheckEndOfBlock:function(A){v… method in FCKDomRange
55CheckEndOfBlock();B.DeleteContents();if (C!=D){B.SetStart(D,1);B.SetEnd(D,1);};B.Select();A=(C==D)…
Dfckeditorcode_ie.js52 …||A.StartBlockLimit,1);var B=A.CheckIsEmpty();A.Release();return B;},CheckEndOfBlock:function(A){v… method in FCKDomRange
56CheckEndOfBlock();B.DeleteContents();if (C!=D){B.SetStart(D,1);B.SetEnd(D,1);};B.Select();A=(C==D)…
/plugin/fckg/fckeditor/editor/js/
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)…
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)…
/plugin/wysiwyg/fckeditor/editor/js/
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)…
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)…