Home
last modified time | relevance | path

Searched refs:_setWordText (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js46 this._setWordText = _setWordText;
192 if( this._setWordText( ti, wi, newspell, this.replWordFlag )) {
217 this._setWordText( ti, wi, newspell, this.replAllFlag );
228 this._setWordText( i, j, newspell, this.fromReplAll );
335 this._setWordText ( i, j, origSpell, undefined );
359 this._setWordText ( text_idx, idx, preReplSpell, undefined );
443 function _setWordText( text_num, word_num, newText, flag ) { class
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js46 this._setWordText = _setWordText;
200 if( this._setWordText( ti, wi, newspell, this.replWordFlag )) {
228 this._setWordText( ti, wi, newspell, this.replAllFlag );
239 this._setWordText( i, j, newspell, this.fromReplAll );
347 this._setWordText ( i, j, origSpell, undefined );
371 this._setWordText ( text_idx, idx, preReplSpell, undefined );
455 function _setWordText( text_num, word_num, newText, flag ) { class