[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/fckeditor/editor/_source/commandclasses/ -> fckspellcheckcommand_gecko.js (source)

   1  var FCKSpellCheckCommand = function()
   2  {
   3      this.Name = 'SpellCheck' ;
   4      this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
   5  }
   6  
   7  FCKSpellCheckCommand.prototype.Execute = function()
   8  {
   9      FCKDialog.OpenDialog( 'FCKDialog_SpellCheck', 'Spell Check', 'dialog/fck_spellerpages.html', 440, 480 ) ;
  10  }
  11  
  12  FCKSpellCheckCommand.prototype.GetState = function()
  13  {
  14      return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
  15  }


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7