Home
last modified time | relevance | path

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

/plugin/spellcheck/
Dscript.js88 this.buttonObj = null;
148 …this.buttonObj = createToolButton(DOKU_BASE+'lib/plugins/spellcheck/images/spellcheck.png',txtStar…
149 this.buttonObj.onclick = function(){return false;}; method
150 toolbarObj.appendChild(this.buttonObj);
191 ajax_spell.buttonObj.onclick = function(){ ajax_spell.resume(); return false; };
192 ajax_spell.buttonObj.title = ajax_spell.txtStop;
193 ajax_spell.buttonObj.accessKey = '';
197 ajax_spell.buttonObj.onclick = function(){ajax_spell.setState('start'); return false; };
198 ajax_spell.buttonObj.title = ajax_spell.txtNoErr;
199 ajax_spell.buttonObj.accessKey = '';
[all …]
/plugin/jspwiki_import/
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);