Searched refs:FCKJustifyCommand (Results 1 – 6 of 6) sorted by relevance
24 var FCKJustifyCommand = function( alignValue ) class58 FCKJustifyCommand._GetClassNameRegex = function()60 var regex = FCKJustifyCommand._ClassRegex ;82 return FCKJustifyCommand._ClassRegex = regex ;85 FCKJustifyCommand.prototype =115 var className = block.className.replace( FCKJustifyCommand._GetClassNameRegex(), '' ) ;
91 case 'JustifyLeft' : oCommand = new FCKJustifyCommand( 'left' ) ; break ;92 case 'JustifyCenter' : oCommand = new FCKJustifyCommand( 'center' ) ; break ;93 case 'JustifyRight' : oCommand = new FCKJustifyCommand( 'right' ) ; break ;94 case 'JustifyFull' : oCommand = new FCKJustifyCommand( 'justify' ) ; break ;
80 …FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class85 …FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …
79 …FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class84 …FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …
90 …FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class97 …FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …
94 …FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class99 …FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …