CyberStore Ecommerce 2023 Documentation
MoveCursorToPos Method
The input.
The position.
Move the cursor to a specifiec position in an input box. Introduced in v2.20.0.
Syntax
var value; // Type: any
value = MoveCursorToPos(input, pos);
function MoveCursorToPos( 
   input : any,
   pos : any
) : any;

Parameters

input
The input.
pos
The position.