Hi,
I want to give initial focus to a specific “jqxNumberInput” that I have in my dialog, with same behaviour as if you would “tab” into the control: the focus should be on the control and all content should be selected.
For a jqxInput I simply coded the following:
myInput.jqxInput(‘focus’);
mxInput.jqxInput(‘selectAll’);
But for a “jqxNumberInput” I can not find a “selectAll” function.
If I place the cursor manually into the preceeding control (via mouse click) and press the “tab” key the “jqxNumberInput” behaves correctly and shows all content as selected. Yet I want to achieve this programatically as initial state. Can you help ?
Regards,
Stephan