Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Dtextselection.js71 * @param {boolean} opts.nosel set true if new text should not be selected
95 if(opts.nosel) selection.start = selection.end;
132 nosel: true property in insertTags.opts
151 pasteText(selection,text,{nosel: true});
H A Dtoolbar.js113 opts = {nosel: true}; property in tb_formatln.opts