Home
last modified time | relevance | path

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

/plugin/virtualkeyboard/vk/
Dvirtualkeyboard.js177 ,attachedInput : null// Field, keyboard attached to property
484 if (DocumentSelection.getSelection(nodes.attachedInput))
487 DocumentSelection.deleteAtCursor(nodes.attachedInput, false);
490 DocumentSelection.deleteAtCursor(nodes.attachedInput, true);
525 chr = __charProcessor(chr, DocumentSelection.getSelection(nodes.attachedInput));
553 nodes.attachedInput.dispatchEvent(e);
559 …if (DocumentSelection.getStart(nodes.attachedInput) != DocumentSelection.getEnd(nodes.attachedInpu…
560 DocumentSelection.deleteAtCursor(nodes.attachedInput);
561 DocumentSelection.insertAtCursor(nodes.attachedInput,chr[0]);
569 …if (DocumentSelection.getStart(nodes.attachedInput) != DocumentSelection.getEnd(nodes.attachedInpu…
[all …]