Searched defs:newText (Results 1 – 5 of 5) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
H A D | spellChecker.js | 443 function _setWordText( text_num, word_num, newText, flag ) { argument
|
H A D | wordWindow.js | 109 function setText( textIndex, wordIndex, newText ) { argument
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
H A D | spellChecker.js | 455 function _setWordText( text_num, word_num, newText, flag ) { argument
|
H A D | wordWindow.js | 109 function setText( textIndex, wordIndex, newText ) { argument
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 477 function replace(range, newText) { argument 486 function insert(position, newText) { argument 612 TextEditChangeImpl.prototype.insert = function (position, newText) { argument 615 TextEditChangeImpl.prototype.replace = function (range, newText) { argument
|