MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / selectAll

Function selectAll

src/js/svgcanvas.js:3632–3635  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

3630 }
3631
3632 function selectAll(evt) {
3633 setSelection(0, curtext.textContent.length);
3634 $(this).unbind(evt);
3635 }
3636
3637 function selectWord(evt) {
3638 if(!allow_dbl || !curtext) return;

Callers

nothing calls this directly

Calls 2

setSelectionFunction · 0.85
$Function · 0.85

Tested by

no test coverage detected