Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrangeiterator.js228 && range.CheckStartOfBlock()
253 if ( !range.CheckStartOfBlock() || !range.CheckEndOfBlock() )
H A Dfckenterkey.js192 if ( oRange.CheckStartOfBlock() )
495 var bIsStartOfBlock = oRange.CheckStartOfBlock() ;
H A Dfckdomrange.js176 CheckStartOfBlock : function() method in FCKDomRange
682 var bIsStartOfBlock = ( eStartBlock != null && this.CheckStartOfBlock() ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …s();if (FCKListsLib.BlockElements[B]!=null){if (C.StartBlock){if (C.CheckStartOfBlock()) C.MoveToP…
66CheckStartOfBlock:function(){var A=this._Cache;var B=A.IsStartOfBlock;if (B!=undefined) return B;v… method in FCKDomRange
68CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlock…
71CheckStartOfBlock()){var K=B.StartBlock;var L=FCKDomTools.GetPreviousSourceElement(K,true,['BODY',…
H A Dfckeditorcode_ie.js32 …s();if (FCKListsLib.BlockElements[B]!=null){if (C.StartBlock){if (C.CheckStartOfBlock()) C.MoveToP…
70CheckStartOfBlock:function(){var A=this._Cache;var B=A.IsStartOfBlock;if (B!=undefined) return B;v… method in FCKDomRange
72CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlock…
75CheckStartOfBlock()){var K=B.StartBlock;var L=FCKDomTools.GetPreviousSourceElement(K,true,['BODY',…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js56CheckStartOfBlock:function(){var A=this._Cache.IsStartOfBlock;if (A!=undefined) return A;var B=thi… method in FCKDomRange
58CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlock…
61CheckStartOfBlock()){var I=B.StartBlock;var J=FCKDomTools.GetPreviousSourceElement(I,true,['BODY',…
H A Dfckeditorcode_gecko.js55CheckStartOfBlock:function(){var A=this._Cache.IsStartOfBlock;if (A!=undefined) return A;var B=thi… method in FCKDomRange
57CheckStartOfBlock()&&B.CheckEndOfBlock()){A=B.StartBlockLimit;}else if (!A||(this.EnforceRealBlock…
60CheckStartOfBlock()){var I=B.StartBlock;var J=FCKDomTools.GetPreviousSourceElement(I,true,['BODY',…