Home
last modified time | relevance | path

Searched refs:firstBlock (Results 1 – 4 of 4) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js157 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' …
H A Dfckindentcommands.js104 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 ) ;
H A Dfckblockquotecommand.js181 var firstBlock = path.Block || path.BlockLimit ;
183 if ( !firstBlock || firstBlock.nodeName.toLowerCase() == 'body' )
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js4305 var curS = 0, curE = 0, maxE = txt.length, firstBlock = true; variable
4307 while (k < globalStyles.length || firstBlock)
4309 firstBlock = false;