Onscreen Keypad - inline editing

Onscreen Keypad - inline editing

FreedyFreedy Posts: 33Questions: 5Answers: 0

Hi,
Is there a way to get a onscreen keypad to work with inline editing?

Thanks,
Thomas

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    When the text field gains focus, the on screen keyboard should appear. What OS, version and browser are you using?

    Thanks,
    Allan

  • FreedyFreedy Posts: 33Questions: 5Answers: 0

    I'm using jQuery.NumPad on a Android 6 tablet to replace the default
    keyboard.

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    You'd need to trigger the Javascript keyboard to display when the input element gains focus. field().input() is how to get the input element.

    Allan

  • FreedyFreedy Posts: 33Questions: 5Answers: 0

    Thanks!

  • FreedyFreedy Posts: 33Questions: 5Answers: 0

    How do I get the editor.inline to receive this value?

  • FreedyFreedy Posts: 33Questions: 5Answers: 0

    found it.

  • FreedyFreedy Posts: 33Questions: 5Answers: 0

    I'm using editor.field( 'numcompleted' ).val( value ); to update the cell but the value
    isn't being registered unless I press enter. How can I do a enter event?

    Thanks.

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    field().val() is all you need to set a field's value in Editor. I don't understand what you mean by "registered"? Do you have an external event listening for it?

    Allan

This discussion has been closed.