Home
last modified time | relevance | path

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

/plugin/spellcheck/
H A Dscript.js88 this.buttonObj = null;
149 this.buttonObj.onclick = function(){return false;}; method
150 toolbarObj.appendChild(this.buttonObj);
192 ajax_spell.buttonObj.title = ajax_spell.txtStop;
193 ajax_spell.buttonObj.accessKey = '';
198 ajax_spell.buttonObj.title = ajax_spell.txtNoErr;
199 ajax_spell.buttonObj.accessKey = '';
203 ajax_spell.buttonObj.onclick = function(){return false;};
204 ajax_spell.buttonObj.title = ajax_spell.txtRun;
205 ajax_spell.buttonObj.accessKey = '';
[all …]
/plugin/jspwiki_import/
H A Dscript.js41 …this.buttonObj = createToolButton('../../plugins/jspwiki_import/jspwiki_logo.png','Import JSPWiki-…
42 this.buttonObj.onclick = function(){openJspWikiTranslationPage();}; method
43 toolbarObj.appendChild(this.buttonObj);