Home
last modified time | relevance | path

Searched refs:deleteAtCursor (Results 1 – 3 of 3) sorted by relevance

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js487 DocumentSelection.deleteAtCursor(nodes.attachedInput, false);
490 DocumentSelection.deleteAtCursor(nodes.attachedInput, true);
560 DocumentSelection.deleteAtCursor(nodes.attachedInput);
570 DocumentSelection.deleteAtCursor(nodes.attachedInput);
/plugin/indexmenu2/cms/extensions/
H A Ddocumentselection.js13 …Q+c.substring(_,c.length);i.setRange(O,_+Q.length,_+Q.length);};this.deleteAtCursor=function(O,Q){… method
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js267 this.deleteAtCursor = function (fld, after) { method