Home
last modified time | relevance | path

Searched refs:FCKJustifyCommand (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js24 var FCKJustifyCommand = function( alignValue ) class
58 FCKJustifyCommand._GetClassNameRegex = function()
60 var regex = FCKJustifyCommand._ClassRegex ;
82 return FCKJustifyCommand._ClassRegex = regex ;
85 FCKJustifyCommand.prototype =
115 var className = block.className.replace( FCKJustifyCommand._GetClassNameRegex(), '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js91 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 ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js80FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class
85FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …
H A Dfckeditorcode_gecko.js79FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class
84FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js90FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class
97FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …
H A Dfckeditorcode_ie.js94FCKJustifyCommand=function(A){this.AlignValue=A;var B=FCKConfig.ContentLangDirection.toLowerCase()… class
99FCKJustifyCommand('left');break;case 'JustifyCenter':B=new FCKJustifyCommand('center');break;case …