Home
last modified time | relevance | path

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

/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js177 ,attachedInput : null// Field, keyboard attached to property in nodes
484 if (DocumentSelection.getSelection(nodes.attachedInput))
490 DocumentSelection.deleteAtCursor(nodes.attachedInput, true);
553 nodes.attachedInput.dispatchEvent(e);
559 …if (DocumentSelection.getStart(nodes.attachedInput) != DocumentSelection.getEnd(nodes.attachedInpu…
569 …if (DocumentSelection.getStart(nodes.attachedInput) != DocumentSelection.getEnd(nodes.attachedInpu…
570 DocumentSelection.deleteAtCursor(nodes.attachedInput);
571 DocumentSelection.insertAtCursor(nodes.attachedInput,chr[0]);
879 nodes.attachedInput = el;
880 return nodes.attachedInput;
[all …]