Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js261 var FCKUnlinkCommand = function() class
266 FCKUnlinkCommand.prototype.Execute = function()
284 FCKUnlinkCommand.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js53 case 'Unlink' : oCommand = new FCKUnlinkCommand() ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js71FCKUnlinkCommand=function(){this.Name='Unlink';};FCKUnlinkCommand.prototype.Execute=function(){FCK… class
85 …ndowTitle,'dialog/fck_link.html',400,330);break;case 'Unlink':B=new FCKUnlinkCommand();break;case …
H A Dfckeditorcode_gecko.js70FCKUnlinkCommand=function(){this.Name='Unlink';};FCKUnlinkCommand.prototype.Execute=function(){FCK… class
84 …ndowTitle,'dialog/fck_link.html',400,330);break;case 'Unlink':B=new FCKUnlinkCommand();break;case …
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js81FCKUnlinkCommand=function(){this.Name='Unlink';};FCKUnlinkCommand.prototype.Execute=function(){FCK… class
97 …case 'Unlink':B=new FCKUnlinkCommand();break;case 'VisitLink':B=new FCKVisitLinkCommand();break;ca…
H A Dfckeditorcode_ie.js85FCKUnlinkCommand=function(){this.Name='Unlink';};FCKUnlinkCommand.prototype.Execute=function(){FCK… class
99 …ndowTitle,'dialog/fck_link.html',460,450);break;case 'Unlink':B=new FCKUnlinkCommand();break;case …