Searched refs:firstBlock (Results 1 – 4 of 4) sorted by relevance
157 var firstBlock = path.Block || path.BlockLimit ;159 if ( !firstBlock || firstBlock.nodeName.toLowerCase() == 'body' )165 currentAlign = firstBlock.currentStyle.textAlign ;167 …currentAlign = FCK.EditorWindow.getComputedStyle( firstBlock, '' ).getPropertyValue( 'text-align' …
104 var firstBlock = path.Block || path.BlockLimit ;105 if ( !firstBlock )110 var indentClass = firstBlock.className.match( FCKIndentCommand._ClassNameRegex ) ;124 var indent = parseInt( firstBlock.style[this.IndentCSSProperty], 10 ) ;
181 var firstBlock = path.Block || path.BlockLimit ;183 if ( !firstBlock || firstBlock.nodeName.toLowerCase() == 'body' )
4305 var curS = 0, curE = 0, maxE = txt.length, firstBlock = true; variable4307 while (k < globalStyles.length || firstBlock)4309 firstBlock = false;