Home
last modified time | relevance | path

Searched refs:getTextVal (Results 1 – 4 of 4) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js125 if( !this.wordWin.getTextVal( ti, wi )) {
145 var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
161 if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
182 if( !this.wordWin.getTextVal( ti, wi )) {
207 var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
226 if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
397 var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
H A DwordWindow.js34 this.getTextVal = getTextVal;
82 function getTextVal( textIndex, wordIndex ) { function
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js125 if( !this.wordWin.getTextVal( ti, wi )) {
147 var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
166 if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
187 if( !this.wordWin.getTextVal( ti, wi )) {
215 var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
237 if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
409 var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
H A DwordWindow.js34 this.getTextVal = getTextVal;
82 function getTextVal( textIndex, wordIndex ) { function