Home
last modified time | relevance | path

Searched +full:close +(+path:plugin +path:searchjump) -(+path:plugin +path:searchjump +path:lang) (Results 1 – 1 of 1) sorted by relevance

/plugin/searchjump/
H A Dscript.js24 var close = document.createElement('img');
25 close.src = DOKU_BASE + 'lib/plugins/searchjump/pix/close.gif';
26 close.title = LANG.plugins.searchjump['close']+' [x]';
27 close.onclick = sjump.close;
37 sjump.dialog.appendChild(close);
75 * close dialog and remove highlight
77 close: function () { method in sjump
84 // close dialog
99 sjump.close();