jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput no "selectAll" function ?

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • no "selectAll" function ? #48221

    stephan
    Participant

    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

    no "selectAll" function ? #48229

    Peter Stoev
    Keymaster

    Hi Stephan,

    There is currently no such method in jqxNumberInput. We will consider adding in a future release.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.