Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to explicitly move focus to the next focusable form item

    Hi,
    I want to force the focus to the next form item if a user explicitly selects a value in a picklist or from the date calendar popup.

    Is there an easy/public api which I can use to force the focus to the next form item which is focusable? (taking into account nested form items etc.)

    gr. Martin

    #2
    Just finding the next item in the form.items array and calling form.focusInItem() is the simplest approach.

    Comment

    Working...
    X